a.MainNav:link {
	font-size: 10pt;
	font-weight: bold;
	color: #b1b1b1;
}

a.MainNav:visited {
	font-size: 10pt;
	font-weight: bold;
	color: #b1b1b1;
}

a.MainNav:hover {
	font-size: 10pt;
	font-weight: bold;
	color: #007ac0;
	text-decoration: none;
}

a.MainNav:active {
	font-size: 10pt;
	color: #b1b1b1;
}


a.SubNav:link { 
	font-size: 10pt;
	color: #909090;
}

a.SubNav:visited {
	font-size: 10pt;
	color: #909090;
}

a.SubNav:hover { 
	font-size: 10pt;
	color: #007ac0;
	text-decoration: none;
}

a.SubNav:active {
	font-size: 10pt;
	color: #909090;
}

a:link {
	background: transparent;
	color: #0070b0;
	text-decoration: none;
}

a:visited {
	background: transparent;
	color: #0070b0;
	text-decoration: none;
}

a:hover {
	background: transparent;
	color: #0070b0;
	text-decoration: underline;
}

a:active {
	background: transparent;
	color: #0070b0;
	text-decoration: none;
}
form {
	margin: 0;
	padding: 0;
}

label{
 font: 8pt Verdana, Arial, Helvetica, sans-serif;
 color: #990000;
}
				
input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0px 0px 0px 0px;
	background-color: #E6E4E4;
	background-image: url(../images/Baground.gif);

}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}.WhiteContainer {
	background-color: #FFFFFF;
	border: 1px solid #000000;
}.HeaderText {
	font-size: 12pt;
	font-weight: bold;
	color: #007ac0;
}
.SubHeaderText {
	font-size: 11pt;
	font-weight: bold;
	color: #007ac0;
}
.MainNavSelect {
	font-size: 10pt;
	color: #FFFFFF;
}
.FontSmall {
	font-size: 8pt;
}
.Dotted {
	background-image: url(../images/Dotted.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.DottedH {
	background-image: url(../images/Dotted_H.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.GreyBox {
	background-color: #e4e4e4;
	border: 1px solid #aeaeae;
}
.Testing {
	display: block;	
	height: 38px;
	width: 140px;
	line-height: 3em;  
}
.Hand {
	cursor: pointer;
}