@import url(links.css);

body{
	margin:0px;
	padding:0px;
	height:100%;
	background-color:#4E5961;
}

body, td, font, p, div, a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}


A:link { text-decoration: none; color:#0000FF;}
A:visited { text-decoration: none; color:#0000FF;}
A:active { text-decoration: none; color:#0000FF;}
A:hover { text-decoration: none; color:#333333;}
A:visited:hover { text-decoration: none; color:#333333;}

h1{
	font-size:12pt;
}

h2{
	font-size:10pt;
}

h3, h4{
	font-size:11pt;
}

h5, h6{
	font-size:8pt;
}

.mainTable{
	width:800px;
	height:100%;
	background-color:#FFFFFF;
}

.topLftCol{
	width:190px;
	height:100px;
}

.topRgtCol{
	width:83%;
	height:100px;
	background-image:url(../img/top.gif);
	background-repeat:no-repeat;
}

.lanSelection{
	height:40px;
	color:#FFFFFF;
}

.lanSelectionInner{
	padding-top:10px;
        padding-left:10px;
}

A.lanSelectionLink, A.lanSelectionLink:link, A.lanSelectionLink:visited{
	font-weight:bold;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}

A.lanSelectionLink:link:hover, A.lanSelectionLink:visited:hover{
	color:#FF9933;
	text-decoration:none;
}

.menuArea{
	margin-top:21px;
}

.mainCol{
	background-image:url(/img/bg.gif);
	background-repeat:repeat-y;
}

.lay_table{
	width:100%;
}

.lay_lftCol{
	width:24%;
	padding:0px 20px 0px 20px;
}

.lay_rgtCol{
	width:76%;
	padding:0px 20px 0px 20px;
}

.menuAreaMain{

}


.menuLinkMain{
	display:block;
	padding:5px 0px 5px 0px;
}

A.menuLinkMain:link, A.menuLinkMain:visited{
	color:#000000;
	text-decoration:underline;
}

A.menuLinkMain:link:hover, A.menuLinkMain:visited:hover{
	color:#000000;
	text-decoration:none;
}

.menuLink{
	display:block;
}
