body {
	background-color: #333;
	font: 11px/20px Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
}

p {
	margin: 0;
}

.mainBorder {
	background-color: #fff;
	border: 1px solid #333;
}

.commonLink a:link, .commonLink a:active, .commonLink a:visited {
	color: #ED9610;
	font-weight: bold;
	text-decoration: none;
}
.red {
	font-family: tahoma;
	font-size: 12px;
	line-height: normal;
	color: 3e93ae;
	text-decoration: none;
	font-weight: bold;
}


.commonLink a:hover {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}


/********************************************** Header Styles ******************************************/

.searchBox {
	background: url("../images/search_box.gif") no-repeat;
	border: 0;
	color: #fff;
	font-size: 11px;
	height: 19px;
	padding: 5px 0 0 0;
	text-indent: 3px;
	width: 173px;
}
.menuTopBg {
	background: url("../images/mt_bg.gif") repeat-x;
}

.menuBtmBg {
	background: url("../images/mb_bg.gif") repeat-x;
}

/********************************************** Leftpane Styles ******************************************/

.leftpaneBg {
	border-right: 1px dotted #333;
	width: 260px;
}

.title1 {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}

.title2 {
	color: #ED9610;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}

.newsTitle {
	color: #ED9610;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
}

.newsContent {
	line-height: 20px;
	text-align: justify;
}

/********************************************** Middlepane Styles ******************************************/

.mainContent {
	line-height: 23px;
	padding: 0 5px 0 5px;
	text-align: justify;
}

.hostBorder {
	border: 1px solid #333;
}

.tdContent1 {
	background-color: #333;
	color: #fff;
	font-weight: bold;
}

.tdContent2 {
	background-color: #ED9610;
	color: #fff;
	font-weight: bold;
}

.tdContent3 {
	background-color: #f0f0f0;
}

.tdContent4 {
	background-color: #F9D7A4;
}

.tdContent5 {
	background-color: #F4BB66;
}
	
.tdContent6 {
	background-color: #F2AF4A;
}

.tdContent7 {
	background-color: #F0A533;
}

.portPages {
	color: #333;
	font-weight: bold;
	padding: 0;
}

.portPages a:link, .portPages a:active, .portPages a:visited {
	background-color: #333;
	border: 1px solid #ccc;
	color: #fff;
	padding: 1px 8px 1px 8px;
	text-decoration: none;
}

.portPages a:hover {
	background-color: #c00;
	border: 1px solid #844200;
	color: #fff;
	text-decoration: none;
}

.portBorder {
	border: 1px solid #ccc;
}

.portBorderTop {
	border-top: 3px solid #ccc;
}

.portBorderBottom {
	border-top: 1px solid #ccc;
}

.portTitle {
	color: #c00;
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 0 5px;
}

.viewWeb {
	background-color: #333;
	border: 2px solid #000;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	width: 100px;
	display: block;
}

.viewWeb a:link, .viewWeb a:active, .viewWeb a:visited {
	background-color: #333;
	border: 2px solid #000;
	color: #fff;
	display: block;
	text-decoration: none;
}
	
.viewWeb a:hover {
	background-color: #c00;
	border: 2px solid #000;
	color: #fff;
	display: block;
	text-decoration: none;
}

.submitBtn {
	background-color: #333;
	border: 2px solid #000;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	width: 80px;
}
/********************************************** Footer Styles ******************************************/

.footerBg {
	background: url("../images/footer_bg.gif") repeat-x;
	color: #fff;
	height: 88px;
	text-align: center;
}

.footerBg a:link, .footerBg a:active, .footerBg a:visited {
	color: #fff;
	text-decoration: none;
}

.footerBg a:hover {
	color: #fff;
	text-decoration: underline;
}
