/* CSS Document */

.p {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
line-height: 15px;
padding: 0px;
}
.scheading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006633;
	line-height: 18px;
	padding: 0px;
	font-weight: bold;
	font-variant: normal;
}
.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 15px;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: lighter;
	line-height: 12px;
}
.smallbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	line-height: 12px;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
.announcement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	background-color: #FFFFFF;
	padding: 8px;
	width: 200px;
	border-bottom-color: #999999;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	color: #000000;
	line-height: 15px;
	text-align: center;
}
.announcementhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background-color: #FFFFFF;
	padding: 8px;
	width: 200px;
	border-bottom-color: #999999;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	color: #006633;
	line-height: 15px;
	text-align: center;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background-color: #FFFFFF;
	padding: 8px;
	width: 140px;
	border-bottom-color: #999999;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	color: #003366;
}
.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background-color: #FFFFCC;
	padding: 8px;
	width: 140px;
	border-bottom-color: #CC0000;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	color: #CC0000;
}
