@charset "utf-8";
/* CSS Document */

body{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	color:#57575a;
}

body.site{
	background:url(../../assets/images/bg_main.jpg) repeat-x white;
}

td{
	vertical-align:top;
	color:#57575a;
	font-size:12px;
}

a{
	text-decoration:none;
	color:#017784;
}

a:hover{
	text-decoration:underline;
	color:#017784;
}

img{
	border:0px;
}

h1{
	font-family:"Times New Roman", Times, serif;
	color:#017784;
	font-size:40px;
	margin:10px 0px 10px 0px;
	padding:0px;
	font-weight:normal;
	line-height:18px;
}

h2{
	color:#017784;
	font-size:20px;
	margin:8px 0px 8px 0px;
	padding:0px;
	font-weight:normal;
	line-height:18px;
}


table.green, table.green table, table.green td
{
	font-size:14px;
	color:#231f20;
	background:#c1d72e;
}

td.blueRound
{
	height:25px;
	background: url(../../assets/images/round.gif) no-repeat right top #0090ab;
	color:white;
	padding:4px;
	font-weight:bold;
	font-size:14px;
}

p{
	margin:8px 0px 12px 0px;
	line-height: 20px;
	text-align:justify;
}

ul{
	margin-top:0px;
	margin-bottom:0px;
}



.strongColor{
	color:#514e7f;
	font-weight:bold;
	font-size:12px;
}

.color{
	color:#7c509f;
}


.top_menu .link{
	padding:8px;
	text-align:center;
	color:white;
}

.top_menu .linkActive{
	padding:8px;
	text-align:center;
	color:white;
}

.top_menu .link a{
	color:white;
}

.top_menu .linkActive a{
	color:#e6fb99;
	font-weight:bold;
}





.left_menu .link{
	padding:8px 50px 8px 0px;
	text-align:right;
	color:#017784;
	font-weight:bold;
}

.left_menu .linkActive{
	padding:8px 50px 8px 0px;
	text-align:right;
	color:#017784;
	background: url(../../assets/images/bullet_green.gif) no-repeat 154px 14px #ecf5f7;
	font-weight:bold;
}

.left_menu .link a{
	color:#017784;
}

.left_menu .linkActive a{
	color:#80a500;
	
}


.compareName{
	border-bottom:1px solid #d5e37d;
}

.compareBg{
	background:#dee89a;
	border-bottom:1px solid #d5e37d;
	text-align:right;
	padding-right:5px;
}

.compareBorder{
	border-right:2px solid #d5e37d;
	border-bottom:1px solid #d5e37d;
	text-align:right;
	padding-right:5px;
}


/* FOOTER MENU START */

li{
	padding:5px 0px 0px 10px;
	margin:0px;
}


ul.arrow{
	margin:5px 10px 10px 10px;
	padding:0px;
	list-style:none;
}

ul.arrow li{
	margin:0px;
	padding:5px 0px 5px 25px;
	display:block;

	background:url(../../assets/images/bullet.gif) no-repeat 5px;
}

/* FOOTER MENU END */