/* CSS Document */
body {
	background-color: #3d5289;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.white_text {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
}
.menu {
	font-family: Arial;
	font-size: 12px;
	color: #2a3e72;
	text-decoration:none;
}
.text {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
}
.title {
	font-family: Arial;
	font-size: 18px;
	color: #000000;
	text-decoration:none;
	font-weight:bold;
}
.white_bold {font-family: Arial; font-size: 12px; color: #FFFFFF; font-weight: bold; text-decoration:none; }
hr{border: none 0; 
border-top: 1px dashed #8B8A8F;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
-->