#body{
	margin-top: 10;
}
.menu_text{
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
.menu_text:hover{
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	color: #33CCFF;
	text-decoration: none;
}
.header_left{
	font-family: verdana;
	font-weight: bold;
	font-size: 13px;
	color: #333333;
}
.menu_left{
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	border: 1;
}
.menu_left:hover{
	font-family: verdana;
	font-weight: bold;
	line-height: 20px;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.xtra_text{
	font-family: Verdana;
	font-weight: bold;
	font-size: 9px;
	color: #4D4D57;
	
	}
.xtra_text_italic{
	font-family: Verdana;
	font-size: 9px;
	color: #04D4D57;
	font-style: italic;
}
.header_text{
	font-family: Verdana;
	font-weight: bolder;
	font-size: 13px;
	color: #bf8143;
	
}
.text{
	font-family: Verdana;
	font-size: 11px;
	color: #55555f;
		}
.bottom_text{
	font-family: Tahoma;
	font-size: 9px;
	color: #55555f;
	font-weight: bold;
}

hr		{
	height:1px;
	width: 90%;
	border-top-width: 2px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #97a5ce;
	border-right-color: #97a5ce;
	border-bottom-color: #97a5ce;
	border-left-color: #97a5ce;
		}
