/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.copy
{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 16px;
	font-weight: none;
}
A.nav:link
{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
A.nav:visited
{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

A.nav:hover
{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #DEE7E7;
	text-decoration: none;
	font-weight: bold;
}

A.copylink:link
{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #990033;
	text-decoration: none;
	font-weight: bold;
}
A.copylink:visited
{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #990033;
	text-decoration: none;
	font-weight: bold;
}
A.copylink:hover
{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #990033;
	text-decoration: underline;
	font-weight: bold;
}

.footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

A.footer:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
A.footer:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
A.footer:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: none;
}

.border
{
	border: 1px #000000 solid;
}
/*.whiteBK
{
	background-image: url('../images/white.jpg');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/white.png', sizingMethod='scale');
}*/
.leftBorder
{
	border-left: 1px #FFFFFF solid;
}
.formbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #BDC6BD;
	width: 170px;
	height: 23px;
}
.textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #BDC6BD;
	width: 250px;
	height: 80px;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
	background-color: #ABD6EE;
	border: 1px solid #BDC6BD;
	width: 70px;
	height: 20px;
}