/* CSS Document */

}
.Header {
	font-family: "Times New Roman";
	font-size: 40px;
	color: #FFFFFF;
	line-height: 40px;
	font-weight: lighter;
	letter-spacing: 2px;
	font-style: normal;
	background-color: #3D6CA0;
}
.Body_text {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #003399;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	letter-spacing: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.Navbar {
	font-family: Tahoma;
	font-size: 12px;
	display: block;
	padding: 4px;
	width: 110px;
	text-decoration: none;
	line-height: normal;
	font-weight: normal;
	margin: 6px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #729BC7;
	border: 1px groove #FFFFFF;
}

.Navbar:hover {
	font-family: Tahoma;
	font-size: 12px;
	display: block;
	padding: 4px;
	width: 110px;
	text-decoration: none;
	font-weight: normal;
	margin: 6px;
	font-style: normal;
	color: #000066;
	background-color: #CCCCCC;
	border: 1px groove #FFFFCC;
	line-height: normal;
}
.Body_text_small {
	font-family: Arial;
	font-size: 14px;
	color: #003399;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding: 10px;
}
.Body_Bullet_list {
	list-style-position: inside;
	list-style-image: url(Images/clip_image001.gif);
	list-style-type: disc;
	font-family: Arial;
	font-size: 12px;
}
