/* CSS Document */

.p {font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
line-height:normal;
padding:4;
}

.p2 {font-family:Arial, Helvetica, sans-serif;
font-size:9px;
color:#000000;
line-height:normal;
padding:4;
}

.bold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:normal;
	padding:4;
	font-weight: bold;
}

.bold2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#003399;
	line-height:normal;
	padding:4;
	font-weight: bold;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3399CC;
	display: inline;
	padding: 8;
	width: auto;
}

.navigation2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFCC66;
	text-decoration: none;
	background-color: #CC0000;
	display: inline;
	padding: 8;
	width: auto;
}

.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #66FFFF;
	display: inline;
	padding: 8;
	width: auto;
}


.navigation2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFCC33;
	text-decoration: none;
	background-color: #FF9900;
	display: inline;
	padding: 8;
	width: auto;
}
