/* CSS Document */

/* 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: #003366;
}

.navigation	{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #003333;
	display: block;
	padding: 6px;
	width: 110px;
	border: thin solid #CCCCCC;
}


.navigation:hover	{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
	display: block;
	padding: 6px;
	width: 110px;
}
.normal {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight:normal;
	color:#000;
}

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

<style type="text/css">

.style1 {color: #000000}
a:link {
	color: #999933;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999966;
}
a:hover {
	text-decoration: none;
	color: #CCFF66;
}
a:active {
	text-decoration: none;
	color: #993300;
}
.style2 {color: #CCCCCC}
body {
	background-color: #FFFFFF;
}
