/* CSS Document */

p{
font-family: Veranda.sans-serif;
	font-size: 11px;
	color: #000000;
	lihe-height: 18px;
	padding: 5px;
	line-height: 15px;
 }.bold {
	font-family: Veranda, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #003399;
}
.bold2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #003399;
	line-height: normal;
	font-weight: bold;
}
.Bold3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: normal;
	font-weight: bold;
	color: #990000;
}
.navigation{
	font-family: Veranda, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 140px;
	line-height: 18px;
}


.navigation:hover{
	font-family: Veranda, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	background-color: #FFCC66;
	display: block;
	padding: 8px;
	width: 140px;
}

.navigation2{
	font-family: Veranda, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #990000;
	display: block;
	padding: 8px;
	width: 140px;
	line-height: 18px;
}

.navigation2:hover{
	font-family: Veranda, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	background-color: #FFFFCC;
	display: block;
	padding: 8px;
	width: 140px;
}

.instructionsHeader{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	padding: 0px;
	line-height: 20px;
}

.instructionsText{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	padding: 0px;
	line-height: 14px;
	text-indent: 15px;

