/* CSS Document */

p{
	font-family: "Verdana sans-serif";
	font-size: 11px;
	color: #000000;
line height: 18px;
	padding: 3px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	overflow: visible;
}
.p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #CC6666;
}

.bold{font-family: Verdana, sans-serif;
font-size: 11px;
color:#000000;
line-height: 18px;
font-weight: bold;
}


.navigation{
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFCC;
	text-decoration: none;
	background-color: #000000;
	display: block;
	width: 150px;
	border-bottom-color: #666666;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: normal;
	text-align: center;
	}


.navigation:hover{
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #CC6666;
	text-decoration: none;
	background-color: #000000;
	display: block;
	width: 150px;
	border-bottom-color: #CC6666;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	}
.image_left {
	font-size: None;
	border: thin solid #CC6666;
	left: 20px;
	position: absolute;
	height: 35%;
	width: 35%;
}
