/* CSS Document */

.cleardiv{
	clear:both;
}

h1{
	font-size:24px;
	font-weight:bold;
	
	color:	#00768B;
}

h2{
	
	margin-top:30px;

	font-size:15px;
	font-weight:bold;
	
	color:#2D018B;
}

hr{
	color:#6096BF;
	background-color: #6096BF;
	height:1px;
	border: none;

}

A{
	color:#2D018B;
}

A:hover{
	color:#4101C7;
}

#frame #footer #quicknav A:hover{
	text-decoration:underline;
}

.source {
color:#80EBFF;
font-size:9px;
}
.source A{
color:#80EBFF;
font-size:9px;
}
.source A:visited{
color:#80EBFF;
font-size:9px;
}

table.pad td { padding: 2px; }
table.pad td.red { width: 10px; color: #FF0000; text-align: center; }
.required { font-style: italic; color: #FF0000; }
.warning { margin-bottom: 15px; padding: 10px; border: 2px solid #FF0000;  }
input.input { width: 175px; }