/* CSS Document */

p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	padding: 3px;
	vertical-align: text-top;
	display: inherit;
}

.bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}

.navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	padding: 3px;
	width: auto;
	background-color: #CC0000;
	position: static;
	background-attachment: fixed;
	border-color: #CC0000;
	 
}


.title {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	display: inherit;

}

.p2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	line-height: 10px;
	padding: 10px;
	vertical-align: text-top;
	display: inherit;
}
