@charset "utf-8";
/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000099;
	line-height: 18px;
	padding: 3px;
}

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

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
	background-color: #CCCC66;
	display: block;
	padding: 8px;
	width: 140px;
}


.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
	background-color: #FFFFCC;
	display: block;
	padding: 8px;
	width: 140px;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000099;
}
.styleH {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: 500;
	color: #919000;
}
.heading {
	text-decoration: none;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 704px;
}
