/* CSS Document */

.p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	padding: 3px;
	text-align: left;
	color: #000066;
}.bold {
	font-family: verdana;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #993300;
	text-align: left;
	font-style: normal;
	text-decoration: none;
}


.navigation {
	font-family: verdana;
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	background-color: cccccc;
	display: block;
	padding: 8px;
	width: 140px;
}


.navigation:hover {
	font-family: verdana;
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
	color: FFFFFF;
	font-weight: bold;
	background-color: #000066;
	display: block;
	padding: 8px;
	width: 140px;
}

.falsenavigation {
	font-family: verdana;
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000066;
	padding: 8px;
	width: 140px;
	color: #FFFFFF;
}
}
.general {
	font-family: arial;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.welcome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #000066;
}
.whiteitalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
}

.nonnavigation {
	font-family: verdana;
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	background-color: 000066;
	display: block;
	padding: 8px;
	width: 140px;
	color: #000066;
}
.boldcenter {
	font-family: verdana;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #993300;
	text-decoration: none;
	background-position: center;
}
