/* Basic elements of the website. */

body {
	background-color: #CCCCCC;
	background-attachment: scroll;
	margin: 0px;
}
a:link {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: blink;
	font-weight: bold;
}
a.black:link {
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: underline;
	font-weight: normal;
} 
a.black:visited {
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: underline;
	font-weight: normal;
} 
a.black:hover {
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: blink;
	font-weight: normal;
}
.headertext1  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #000000;
}
.headertext2  {
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	text-align: left;
	color: #FFFFFF;
}
.headertext3  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #000000;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #317FA6;
}
.formtext  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	color: #FFFFFF;
}
.formtext1  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	color: #000000;
}
.blueline  {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #317FA6;
}
.blueline1  {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #317FA6;
}
.maintext  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	color: #000000;
}
.footertext1  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	text-align: center;
	color: #FFFFFF;
}
.footerline  {
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #999999;
}
