body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
}

.bgBlue{
	background:#4987d0;
}
.topBg{
	background:url(../images/top-bg.jpg);
}
.topSlogan{
	padding-top:20px;
	padding-left:100px;
	float:left;	
}
.topRight{
	padding-top:55px;
	float:right;	
	padding-right:30px;
}

.txt12white{
	font-size:12px;
	color:#FFFFFF;
	line-height:1.5;
}
.txt11white{
	font-size:11px;
	color:#FFFFFF;
	line-height:1.5;
}
.txt11white a{
	color:#FFFFFF;
	text-decoration:none;
}
.txt11white a:hover{
	color:#FFFF00;
}

.txt11blk{
	font-size:11px;
	color:#000;
	line-height:1.5;
}
.txt11blk a{
	color:#0000FF;
}
.txt11blk a:hover{
	color:#000;
	text-decoration:underline;
}

.txt11blk ul li{
	list-style-image:url(../images/bullet-red-square.gif);
	padding-bottom:15px;
}

.txt11gray{
	font-size:11px;
	color:#636363;
	line-height:1.5;
}
.txt11gray a{
	color:#0000FF;
}
.txt11gray a:hover{
	color:#000000;
	text-decoration:none;
}

.txt18red{
	font-size:18px;
	color:#a90000;
}

.txt18blk{
	font-size:18px;
	color:#000;
}

.txt14blk{
	font-size:14px;
	color:#000;
}

.txt12blk{
	font-size:12px;
	color:#000;
}

.hdRedBG{
	background:#a90000;
}

.leftPanel{
	padding:7px;
	background:#e3e3e3;
}

.topLinksBg{
	background:url(../images/bg-top-links.gif);
	width:1003px;
	height:33px;
}

.topLinksBg .topLink{
	font-size:11px;
	background:url(../images/bg-top-links-on.gif);
	font-weight:bold;
}
.topLinksBg .topLink a{
	display:block;
	padding:11px;
	padding-bottom:9px;
	text-decoration:none;
	float:left;
	color:#FFFFFF;
	background:url(../images/bg-top-links.gif);
}
.topLinksBg .topLink a:hover{
	background:url(../images/bg-top-links-on.gif);
}

.topLinksBg .topLinkSep{
	float:left;
}

.topLinksBg .topLinkActive{
	font-size:11px;
	color:#969696;
	float:left;
}
.topLinksBg .topLinkActive a{
	display:block;
	padding:11px;
	padding-bottom:9px;
	text-decoration:none;
	color:#969696;
	background:url(../images/bg-top-links-active.gif);
}

.leftDotBg{
	background:url(../images/bg-doted-left.gif);
}

.rightDotBg{
	background:url(../images/bg-doted-right.gif);
}

.pnlYellow{
	border:solid 1px #cacaca;
	background:#fffbc2;
	padding:10px;
}
.bgGrayVer{
	background:url(../images/bg-hori-line-gray.gif);
}

.bgGrayHori{
	background:url(../images/bg-hori-line-gray-1.gif);
}

.prodPicture{
	padding-top:5px;
	padding-bottom:5px;
}
.prodTitle{
	font-size:13px;
	font-weight:bold;
}

.prodLogo{
	padding:5px;
	border:solid 3px #4784d0;
	background:#fff;
}


.footer{
	background:#a90000;
	padding:5px;
	font-size:11px;
	color:#FFFFFF;
	text-align:center;
}
.footer a{
	color:#FFFFFF;
}
.footer a:hover{
	color:#FFFF00;
}

.footerActive{
	font-weight:bold;
}
.copyRights{
	font-size:11px;
	color:#7f7f7f;
	padding:15px;
	text-align:center;
	line-height:1.8;
}
.copyRights a{
	color:#7f7f7f;
}
.copyRights a:hover{
	color:#000000;
	text-decoration:none;
}


.newsTabs{
	height:23px;
	margin-left:10px;
}

.newsTabs .latestNews{
	font-size:11px;
	color:#000000;
}
.newsTabs .latestNews a{
	display:block;
	color:#000000;
	width:81px;
	padding-left:5px;
	padding-top:5px;
	height:18px;
	margin-right:1px;
	background:url(../images/bg-latest-news.gif);
	float:left;
	text-decoration:none;
}
.newsTabs .pressRelease{
	font-size:11px;
	color:#000000;
}

.newsTabs .pressRelease a{
	display:block;
	color:#000000;
	width:90px;
	padding-left:5px;
	padding-top:5px;
	height:18px;
	margin-right:1px;
	background:url(../images/bg-latest-news.gif);
	float:left;
	text-decoration:none;
}

.newsTabs .tabActive a{
	background:url(../images/bg-latest-news-on.gif);
}

.newsPanel{
	margin-left:10px;
	clear:both;
	padding:10px;
	background:url(../images/bg-news-home.gif);
}

.txt12red{
	color:#ac0000;
	font-weight:bold;
}

.pageContents{
	background:url(../images/main-background.gif);
	background-repeat:no-repeat;
}

.hireLinks{
	text-align:right;
	padding-top:10px;
	padding-bottom:5px;
	padding-right:10px;
}

.tblRowData{
	background:#E2E2E2;
}
.tblRowData label{
	font-size:11px;
	color:#666666;
	text-align:right;
}
.tblRowDataAlter{
	background:#fff;
}
.tblRowDataAlter label{
	font-size:11px;
	color:#666666;
	text-align:right;
}
.requiredStar{
	color:#FF0000;
	font-size:11px;
}

.latestNews{
	padding:0px;
	line-height:1.8;
}
.latestNews ul li{
	list-style-image:url(../images/ico-news.gif);
	padding-bottom:8px;
}

.picGrayBorder{
	border:solid 1px #e6e6e6;
	margin-bottom:5px;
}

.staffPicLg{
	border:solid 1px #e6e6e6;
	margin-bottom:5px;
}

.faqTitle{
	font-size:14px;
	color:#000;
}
.faqContents{
	font-size:12px;
	color:#000;
	line-height:1.5;
}

.faqContents ul li{
	list-style-image:url(../images/bullet-red-square.gif);
	padding-bottom:3px;
}

.picLrg{
	border:solid 2px #999999;
	padding:3px;
}

.catLink{
	padding:6px;
	background:#fff;
	border:solid 1px #4a88d2;
	font-size:11px;
	color:#000000;
	margin-bottom:5px;
}
.catLink a{
	color:#000000;
}
.catLink a:hover{
	color:#a90000;
	text-decoration:none;
}

.catLinkActive{
	padding:6px;
	background:#a90000;
	border:solid 1px #4a88d2;
	font-size:11px;
	color:#a90000;
	margin-bottom:5px;
}
.catLinkActive a{
	color:#c34d4d;
}
.catLinkActive a:hover{
	color:#000;
	text-decoration:none;
}

.bgZoom{
	background:url(../images/bg-zoom.gif);
}

.tblBorder{
	background-color:#26456b;
}

.tblHd{
	background-color:#4e8ad3;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
.tblData{
	background-color:#ededed;
	color:#000;
	font-size:11px;
	line-height:1.4;
}
.tblData a{
	color:#0000FF;
}
.tblData a:hover{
	color:#000;
	text-decoration:none;
}
.tblDataAlter{
	background-color:#fffdda;
}