/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}

.bold {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
}

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #1b4f8a;
	display: block;
	padding: 6px;
	width: 150px;
	height: auto;
	text-align: center;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
	display: block;
	padding: 6px;
	width: 160px;
	text-align: center;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
}
h1 {
	font-family: Verdana, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	padding-right: 8px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	padding-left: 6px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #000000;
	padding-left: 6px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	line-height: 19px;
	font-weight: bold;
	text-transform: capitalize;
	color: #8c5e0f;
	padding-left: 6px;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	text-transform: capitalize;
	color: #02425a;
	padding-left: 6px;
}
ul {
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(/images/body_bullet.gif);
	margin-right: 20px;
}
