body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:11px;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}
a {text-decoration:none; color:#333399;}
#Header {
	font-size:11px;
}
#TopNav {
	height:30px;
	background:url(../images/topnav_bgr.gif) repeat-x #cacaca;
}
td.TopNav_Left {
	width:200px;
	text-align:center;
	float:left;
	line-height:30px;
	height:30px;
	white-space:nowrap;
	overflow:hidden;
}
div.TopNav_Right a {
	color:#333399;
	padding:0 10px 0 10px;
}
table.TopNav td {white-space:nowrap; padding:0px 20px 0px 20px;}
#HeaderBody {
        background:url(../images/header_bgr.jpg) repeat-x #4B9CE2;
	height:115px;
}
div.HeaderImg {
	height:100%;
	width:600px;
	background:url(../images/header_img.jpg) no-repeat;
}
a.TopLogo {
	width:365px;
	height:115px;
	background:url(../images/logo_img.jpg) no-repeat;
	display:block;
	margin-left:350px
}
a img {border:none;}
.YellowStrike {
	background:#FFCC00;
        vertical-align: middle;
	line-height:16px;
	padding-left:30px;
	border-top:2px solid orange;
	white-space:nowrap;
}
div.ColLeft {padding-top:3px;}
.ColRight {
    float:right;
    vertical-align: middle;
    text-align:right; 
    padding-right:20px;
    background:#FFCC00;
    line-height:18px;
    border-top:2px solid orange;
    white-space:nowrap;
}
#LeftSector {
	vertical-align: top;
        width:250px;
	height:100%;
	margin-left:30px;
}
#MainAria {
	background:url(../images/main_sector_bgr.jpg) no-repeat 100% top;
        vertical-align: top;
}
#MainSector {
	vertical-align: top;
        width:100%;
	font-size:11px;
}
#RightSector {
        padding-left:8px;
	height:100%;
        margin-left:5px;
}
.footerClass {
        background:#FFCC00;
	line-height:20px;
	border-bottom:2px solid orange;
	white-space:nowrap;
        text-align: center;
}
ul.Nav li {
	list-style-type:none;
	margin-bottom:10px;	
}
/* -------------------- My Styles --------------------- */
.newsTable {
    height:100%;
}
.newsImpar
{
    background-color:#dadada;
    padding : 3px;
    height: 20px;
    text-align: center;
}
.newsPar
{
    background-color:#FFFFFF;
    padding : 3px;
    height: 20px;
    text-align:center;
}
.newsTitle {
    font-size:13px;
    font-weight:bold;
}
#newsDiv {
    text-align:left;
    font-weight:normal;
}
.newsClickDetails {
    font-size: 10px;
}

.menuStyleClass
{
    font-size: 12px;
    font-weight: bold;
    padding-top:3px;
    padding-right:15px;
}

.subMenuStyleClass
{
    font-size: 11px;
    font-weight: bold;
}
.bigText
{
    font-size: 14px;
    font-weight: bold;
}

input, select 
{
    border: 1px solid darkBlue;
}