/* CSS Document */

p{
font-family:Verdana, sans-serif;
font-size:11px;
color:#000000;
line-height:18px;
padding:3px;
}

.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #003333;
}

.navigation{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #006666;
	display: block;
	padding: 8px;
	width: 124px;
}

.navigation:hover{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #009966;
	display: block;
	padding: 8px;
	width: 124px;
}

.navigation1{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #003333;
	display: block;
	padding: 8px;
	width: 250px;
}

.navigation1:hover{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #009966;
	display: block;
	padding: 8px;
	width: 250px;
}

.heading1 {
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 25px;
	font-weight: bold;
	color: #003333;
}

.heading2 {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 25px;
	font-weight: bold;
	color: #003333;
}
	
.red {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 25px;
	font-weight: bold;
	color: #ff0000;
}	