/* CSS Document */

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

.bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 30px;
	font-weight: bolder;
	color: #000000;
}

.navigation {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000033;
	display: block;
	padding: 8px;
	width: 178px;
}

.navigation:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FC9802;
	text-decoration: none;
	background-color: #003;
	display: block;
	padding: 8px;
	width: 178px;
	text-indent: 5px;
}

.text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	letter-spacing: normal;
	padding: 5px;
}

.text2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	letter-spacing: normal;
	padding: 5px;
}

.navigation2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FC6;
	text-decoration: none;
	background-color: #003;
	display: block;
	padding: 8px;
	width: 160px;
}

.navigation2:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0000FF;
	display: block;
	padding: 8px;
	width: 160px;

