/* CSS Document */

p{
font-family:Verdana, sans-serif;
font-size:12px;
color:#000000;
line-height:normal;
padding: 3px;
}.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #0000FF;
}
.sub_header_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}
.navigation{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FF0000;
	display: block;
	padding: 8px;
	width: 140px;
	text-transform: capitalize;
}

.navigation:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	padding: 8px;
	width: 140px;
	text-transform: capitalize;
}

	.subtitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-family: Verdana, sans-serif;
	}
	
	
	.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #0000FF;
	text-decoration: underline;
}

