/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
	padding: 2px;
	text-align: justify;
}

.header {
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	color: #004184;
}

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

.navigation {
	font-family: verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #CED3FF;
	text-decoration: none;
	background-color: #5282C9;
	display: block;
	padding: 8px;
	width: 140px;
}

.navigation:hover {
	font-family: verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #CED3FF;
	text-decoration: none;
	background-color: #3360A4;
	display: block;
	padding: 8px;
	width: 140px;
}

