/* CSS Document */

BODY
{

	background-attachment:scroll;
	background-repeat:repeat-x;
	font-family: Arial;
	background-color:#99ccff;
}

div:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.header
{
	width:730px;
	background-image:url(../images/header.jpg);
	height:69px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #666666;
}

.mid_section
{
	width:730px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.main
{
	background-color:#FFFFFF;
	color:#000000;
	width:730px;
	padding-top: 15px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:10px;
	margin-left: auto;
	margin-right: auto;
}


.footer
{
	width:730px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size:10px;
	background-color:#333333;
	height:40px;
	color: #FFFFFF
}


.title{
	color:#666666;
	padding-top: 15px;
	float:left;
	width:200px;
	height:50px;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
}

.navigation
{
	float:right;
	padding-top:35px;
	padding-right:15px;
	color:#FFFFFF;
}

.content_area
{
	width:730px;	
}

.sub_content
{
	background-color:#49555B;
	width:100px;
	float:right;
	color: #FFFFFF;
	margin-right:8px;
}

.sub_nav
{
	width:100px;
	padding:10px;
	color:#49555B;
	border-right: 1px #E5E5E5 solid;
	font-size:14px;
}

h2
{
	font-size:16px;
	margin:0px;
}

h3
{
	font-size:14px;
	margin:0px;
	font-weight: bold;
}

p
{
	font-size: 14px;
	font-weight: normal;
}

li
{
	font-size: 14px;
	font-weight: normal;
}

img
{
	margin:-3px;
}


.liheader
{
	font-size: 14px;
	font-weight: bold;
}

.content_area2
{
	width:590px;
	float:right;
	padding-right:5px;
	padding-left:5px;
	font-size:11px;	
} 


.scroller
{
	overflow:auto;
	width:150px;
	height:200px;
	border: solid 1px #CCCCCC;
	list-style:none;
}


.ratestable
{
	border:2px solid #99ccff;
	font-size:12px;
}

.contacts
{
	border:0px;
	padding-right:30px;
	padding-left:0px;
	font-size:14px;
	text-decoration: none;
	color:#000000;
}

.contacts a:visited
{
	text-decoration:none;
	color:#000000;
}

.contacts a:hover
{
	text-decoration:none;
	color:#99ccff;
}

td
{
	border:0px solid #99ccff;
	padding:2px;
}

.ratestrtop
{
	padding:2px;
	border:1px solid #006699;
	background:#006699;
	color:#FFFFFF;	
	font-size:16px;	
}

.ratestrtopEN
{
	padding:2px;
	border:1px solid #99ccff;
	background:#99ccff;
	color:#FFFFFF;	
	font-size:16px;	
}

.nav
{
	text-decoration:none;
	color:#000000;	
	font-weight:bold;	
	font-size:14px;
}

.nav:visited
{
	text-decoration:none;
	color:#000000;
}

.nav:hover
{
	text-decoration:none;
	color:#99ccff;
}

.nav1
{
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.nav1:hover
{
	color: #99ccff;
	text-decoration: none;
}



.style2 {color: #666666}