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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.box {
	border:#C3C3C3 1px solid;
	}
.red {color: #FF0000}
.txtbox {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border:#C3C3C3 1px solid;
	}
.head {
	color:#124272;
	}
.btn {
	background-color:#0E3552;
	border:#07253B 1px solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
	}
.topLftBg {
	background-image:url(../images/top-lft-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:153px;
	}
.topRhtBg {
	background-image:url(../images/top-rht-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:153px;
	}
.topBg {
	background-image:url(../images/top-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	}
.menuLftBg {
	background-image:url(../images/menu-lft-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:39px;
	}
.menuRhtBg {
	background-image:url(../images/menu-rht-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:39px;
	}
.menuBg {
	background-image:url(../images/menu-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	}
.lftBg {
	background-image:url(../images/lft-bg.jpg);
	background-position:right;
	background-repeat:repeat-y;
	}
.rhtBg {
	background-image:url(../images/rht-bg.jpg);
	background-position:left;
	background-repeat:repeat-y;
	}
.midBg {
	background-image:url(../images/mid-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	}
.topMenu {
	color:#85A8BC;
	text-decoration:none;
	}
.topMenu a {
	color:#85A8BC;
	text-decoration:none;
	}
.topMenu a:hover {
	color:#85A8BC;
	text-decoration:underline;
	}
.menuDropdown
	{
	border-right:#071F31 1px solid;
	border-left:#586F85 1px solid;
	line-height:39px;
	height:39px;
	color:#FFFFFF;
	vertical-align:middle;
	text-align:center;
	display:block;
	padding-left:37px;
	padding-right:37px;
	padding-bottom:0px;
	text-decoration:none;
	font-weight:bold;
	}
.menuDropdown:hover {
	background-image:url(../images/menu-over-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	color:#FFFFFF;
	}
.subMenu {
	margin: 0;
	padding: 0;
	}
.subMenu li {
	margin:0px;
	padding:0px;
	list-style: none;
	}
.subMenu li a {
	background-image:url(../images/es/bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
	line-height:30px;
	color:#0E2658;
	padding-left:15px;
	text-align:left;
	text-decoration:none;
	font-weight:bold;
	}
.subMenu li a:hover {
	color:#276297;
	}
h1 {
	color:#124272;
	margin:0px;
	line-height:20px;
	font-size:22px;
	}
h2 {
	color:#124272;
	margin:0px;
	line-height:20px;
	font-size:18px;
	}
.read {
	color:#124272;
	text-decoration:underline;
	}
.txt {
	line-height:19px;
	color:#000000;
	text-align:justify;
	}
	.txtx {
	line-height:19px;
	color:#000000;
	text-align:center;
	}
.serviceBg {
	background-image:url(../images/ser-bg.jpg);
	background-repeat:no-repeat;
	}
.newsTop {
	background-image:url(../images/news-top-bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	}
.newsBot {
	background-image:url(../images/news-bot-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	}
.newsLft {
	background-image:url(../images/news-lft-bg.jpg);
	background-position:right;
	background-repeat:repeat-y;
	}
.newsRht {
	background-image:url(../images/news-rht-bg.jpg);
	background-position:left;
	background-repeat:repeat-y;
	}
.footer {
	background-image:url(../images/footer-bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	height:89px;
	}
.footerMenu {
	color:#7F7F7F;
	line-height:19px;
	font-size:11px;
	}
.footerMenu a {
	color:#7F7F7F;
	text-decoration:none;
	}
.footerMenu a:hover {
	text-decoration:underline;
	}

.gridHeader
{
	background-color:#8EABC9;	
	color:#FFFFFF;
	border-style:inset;
	border-color:#0066FF;
	border-width:thin;
	font-weight:bold;
}
.gridRows td
{ 
	color:#3366FF;
	border-bottom:1px solid #CCCCCC;	
}



div.tablecontainer {
	width: 99%;		/* table width will be 99% of this*/
	height: 305px; 	/* must be greater than tbody*/
	_overflow: auto;
	margin: 0 auto;
	}

div.tablecontainer table  {
	width: 100%;/*100% of container produces horiz. scroll in Mozilla*/
	border: none;
	}
	
div.tablecontainer table>tbody	{  /* child selector syntax which IE6 and older do not support*/
	overflow: auto;
	overflow-x: hidden;
	height: 270;	
	}

div.tablecontainer thead tr	{
	/*IE5+ only*/
	}
	
div.tablecontainer thead td, thead th {
	text-align: center;
	background-color:#8EABC9;	
	color:#FFFFFF;
	font-weight: bold;
	border-top: solid 1px #d8d8d8;	
	}	
	
div.tablecontainer td	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#525252;	
	padding-right: 2px;	
	border-bottom: solid 1px #E3E3E3;
	border-left:1px solid #E3E3E3;
	height:10px;
	}
	
div.tablecontainer td a	
{
	color:#3366FF;
	text-decoration:underline;
}
	
div.tablecontainer td:last-child {padding-right: 20px;} /*prevent Mozilla scrollbar from hiding cell content*/

