BODY {
	font-family:  Verdana, arial, helvetica, sans-serif;
	FONT-SIZE: 13px;
	margin-top: 5px;
	background-color: #134d73;
}

a:link{COLOR:#134d73; TEXT-DECORATION:none;} 
a:visited{COLOR:#134d73; TEXT-DECORATION:none;} 
a:active{COLOR:#00CAEF; TEXT-DECORATION:none;} 
a:hover{color:#00CAEF; TEXT-DECORATION:none;} 

td {
	color: #4000;
	font-family:  Arial, helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	line-height: 16px;
	text-align: justify;
}

.i 	{
						color:#FF0000;
						line-height:12px;
						font-weight : bold;	
						}					
.i a	{
						color:#FF0000;
						font-size:12px;
						font-weight : bold;
						text-decoration:underline;
						}
.i a:hover	{
						color:#FF0000;
						font-size:12px;
						font-weight : bold;
						text-decoration:none;
						}	

.MainBox {
	BORDER-RIGHT: #398cbc 3px solid;
	BORDER-TOP: #398cbc 7px solid;
	BORDER-LEFT: #398cbc 3px solid;
	BORDER-BOTTOM: #398cbc 3px solid;
	BACKGROUND-COLOR: #fff;
	width: 900px;

}

.footer_tx {
	color:#fff;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
}

a.footer_link  {
	color: #fff;
}
a.footer_link:hover  {
	color: #ff833c;
	font-weight : bold;
	text-decoration: none;
}

.item_hd {
	width: 860px;
	font-color: #fff;
	font-size: 16px;
	font-weight : bold;
	line-height: 20px;
}

.item_hdtx {
	color: #fff;
	font-size: 16px;
	font-weight : bold;
	line-height: 20px;
	padding-left: 10px;
	width: 600px
}
.item_box{
	background-color: #ebf0f6;
	width: 860px;
}

.pic {
	border: solid #134d73;
	border-width: 1px;
	margin-bottom: 2px;
	margin-top: 2px;
}

.map {
	border: solid #134d73;
	border-width: 1px;
	margin: 10px auto -1px auto;
}
.contact_co{

	font-size: 18px;
	font-weight : bold;
	line-height : 25px;
}



<!-- tables css --> 
#itsthetable table caption {
		padding: 18px 2px 15px 2px;
		color: #cfcfcf;
		background-color: inherit;
		font-weight: normal;
		text-align: centered;
		text-transform: capitalize;
		}

	#itsthetable table{
		border: 1px solid #D9D9D9;
		background-color: #ecf5fa;
		width: 100%;
	}
	#itsthetable table tr td{
		padding: 6px 9px;
		text-align:left;
	}
	#itsthetable table thead th{
		background-color: #bde2f7;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #D9D9D9;
		font-weight: bold;
		text-align:left;
		padding: 16px 9px;
		color:#333;
	}
	#itsthetable table tbody tr th{
		background-color: #fff;
		font-weight: normal;
		border-left: none;
		padding: 6px 9px;
		background-color: #bde2f7;
		width: 120px;
	}
	#itsthetable table tbody td{
			border-left: 1px solid #D9D9D9;
	}
	#itsthetable table tbody tr.odd{
		background-color: #e5f4ff;
	}
	
#itsthetable table tbody tr:hover {
	color: #333333;
	background-color: #bde2f7;
}

#itsthetable table tbody tr.odd:hover {
	color: #333333;
	background-color: #bde2f7;
}
	
	#itsthetable table tfoot td, #itsthetable table tfoot th{
		border-top: 1px solid #ccc;
		font-weight:bold;
		color:#592C16;
		padding: 16px 9px;
		
	}
