body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #1665A7;
}


.top_gray {
	background-color:#F0F0F0 ;
}

.hline_gray {
	background-color:#D3D3D3 ;
}

.top_orange {
	background-color:#EBD599 ;
}

.top_right_text {
	font-family: Tahoma;
	font-size: 11px;
	color: #8A8A8A;
	text-decoration: none;
}
.top_right_text:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #8A8A8A;
	text-decoration: underline;
}

.blue_text {
	font-family: Tahoma;
	font-size: 11px;
	color: #1867A8;
}

.gray_text {
	font-family: Tahoma;
	font-size: 11px;
	color: #737373;
}

.top_link {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.top_link:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}

.more_link {
	font-family: Tahoma;
	font-size: 11px;
	color: #E39300;
	text-decoration: underline;
}
.more_link:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #E39300;
	text-decoration: none;
}

.leftbox_bg {
	background-image: url(images/left_box_bg.jpg);
	background-repeat: no-repeat;
}

.blue_bg {
	background-color: #1B7ECF;
}

.white_text { font-family:Tahoma ;
				font-size:11px ;
				color:#FFFFFF ;
}

.bottom_gray_bg { background-color:#EAE8E9 ;
}