﻿/* HTML Tags */
BODY
{
	padding: 0;
	margin: 0;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
}

/* page layout */
DIV#BodyWrapper
{
	width:768px;
	background-repeat: no-repeat;
	margin: 0px auto;
}

/* headings */
H1{
	font-size: 18px;
	font-weight: bold;
	color:#4390ae;
	margin: 0px 0px 0px 0px;
	padding:0;
}

H2{
	font-size: 15px;
	font-weight: bold;
	margin: 15px 0px 10px 0px;
	color:#625a50;
}

H3{
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	color:#625a50;
}


/* anchors */
A, A:visited {
	color:#000;
	text-decoration: underline;
}

A:hover, A:visited:hover {
	color:#000;
	text-decoration: none;
}

A.noline, A.noline:visited {
	text-decoration: none;
}

A.noline:hover, A.noline:visited:hover {
	text-decoration: underline;
}

A.whiteLink, A.whiteLink:visited {
	color:#FFF;
}

A.grayLink, A.grayLink:visited {
	color:#C0C0C0;
}

A.blue, A.blue:visited {
	color:#0000FF;
}

A.blueLink, A.blueLink:visited {
	color:#1C60AB;
}

/* text */
.smallText 
{
	font-size: 10px;
}

.bold
{
	font-weight:bold;
}

BLOCKQUOTE 
{
	padding:10px;
	background-color:#dee7e7;
}

/* forms */
TEXTAREA 
{
	font-family:Arial;
	border: solid 1px #a3a3a3;
}
.inputTxt 
{
	font-family : Arial;
	border: solid 1px #a3a3a3;
}
