html {
	font-family: Arial, Helvetica, sans-serif;
}
.text, ListItem, Label {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #363636;
}
.text {
	text-align:justify;
}
.emphasis {
	font-size: 12px;
	font-weight: bold;
	color: #363636;
}
.subhead {
	font-size: medium;
	font-weight: bold;
	color: #56a1d5;
}
.graylink {
	font-size: 12px;
	color: #56a1d5;
	text-decoration: none;
	font-weight: normal;
}
.graylink:hover {
	color: #666666;
	text-decoration:underline;
}

.whitelink, .whitelink a:link, .whitelink a:visited, .nav, .nav a {
	font-size: 12px;
	color: #6699CC;
	text-decoration: none;
}
.whitelink a:active, .whitelink a:hover, .graylink:hover, .nav a:active, .nav a:hover {
	color: #0080FF;
}
	
.nav b {
	font-family: verdana,sans-serif;
	color: #336699;
	border-bottom: dotted 1px #969696;
	margin:0px 0px 4px 10px;
	text-transform: uppercase;
	display:block;
}

.nav a {	
	margin:2px 0 2px 14px;
	display:block;
	}

.header {
	font-family: verdana,sans-serif;
	font-size: 24px;
	padding-top: 6px;
	font-weight: bold;
	color: #336699;
	}
	
.required, .error {
	color:Red;
	}

.small {
	font-size: 11px;
	line-height: 150%;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	}

table.dotted {
	margin: 0px;
	border-right: dotted 1px #cccccc; border-bottom: dotted 1px #cccccc;
	font-size:11px;
	}

.dotted td, .dotted th {
	border-left: dotted 1px #cccccc;
	border-top: dotted 1px #cccccc;
	padding: 4px;
	text-align:left;
	}
	
.dotted th {
	font-size:10px;
	text-align:left;
	background-color:#fffede;
	}
