/*
$Id: main.css,v 1.130.2.5 2009/06/15 08:03:34 avg Exp $
vim: set ts=2 sw=2 sts=2 et:
*/

td,tr,table {
  	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #7b7a7a;
}


a {
	color: #dc7e10;			
}
a:active {
	color: #dc7e10;			
}
a:link {
	color: #dc7e10;			
}

a:visited {
	color: #dc7e10;			
}
a:hover {
	color: #ac630e;			
}
.blue-bold-text{
	 color: #2124ff;
	 font-weight:bold;
}
.bold-text{
	font-weight:bold;
}


/*==============================================================================

Contents

==============================================================================*/


.titles {
	color: #2124ff;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;				
}

h2{
	color: #0000e6;
	font-size: 12px;
	line-height: 16px:
	font-weight: bold;	
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#date_time {
	float: left;
	position: relative;
	width: 231px;
	height: 26px;	
	text-align: right;	
	padding: 5px 15px 0px 0px;
	background-image:url('images/logo_bottom.jpg');			
	color: #f59318;
	font-weight: bold;
}

#claim_banner1 {
	float: left;
	position: relative;
	width: 496px;
	height: 80px;	
	text-align: left;	
	padding: 45px 0px 0px 20px;
	margin: 0px 0px 10px 0px;
	background-image:url('images/claim_banner1.jpg');			
	color: #ffffff;
	font-weight: normal;
}

#claim_banner2 {
	float: left;
	position: relative;
	width: 496px;
	height: 80px;	
	text-align: left;	
	padding: 45px 0px 0px 20px;
	margin: 0px 0px 10px 0px;
	background-image:url('images/claim_banner2.jpg');			
	color: #ffffff;
	font-weight: normal;
}


#claim_banner3 {
	float: left;
	position: relative;
	width: 496px;
	height: 80px;	
	text-align: left;	
	padding: 45px 0px 0px 20px;
	margin: 0px 0px 10px 0px;
	background-image:url('images/claim_banner3.jpg');			
	color: #ffffff;
	font-weight: normal;
}




/*==============================================================================

Menu / Left Column

==============================================================================*/


a.mainmenu {
font-size: 14px;
width: 181px;
height: 23px;
display: block;
line-height: 21px;
text-decoration: none;
font-weight: bold;
background: url(images/menu_button.jpg) top right no-repeat;
color: #1010fe;
text-indent: 20px;
}

a.mainmenu:link {
font-size: 14px;
width: 181px;
height: 23px;
display: block;
line-height: 21px;
text-decoration: none;
font-weight: bold;
background: url(images/menu_button.jpg) top right no-repeat;
color: #1010fe;
text-indent: 20px;
}

a.mainmenu:visited {
font-size: 14px;
width: 181px;
height: 23px;
display: block;
line-height: 21px;
text-decoration: none;
font-weight: bold;
background: url(images/menu_button.jpg) top right no-repeat;
color: #1010fe;
text-indent: 20px;
}

a.mainmenu:hover {
font-size: 14px;
width: 181px;
height: 23px;
display: block;
line-height: 21px;
text-decoration: none;
font-weight: bold;
background: url(images/menu_button.jpg) top right no-repeat;
color: #0d0d98;
text-indent: 20px;
}


/*==============================================================================

Footer

==============================================================================*/


.footer_blue {
	color: #05058b;			
}



