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

body{
	padding-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.mainTable{
	width:800px;
	/*height:768px;
	min-height:700px;
	max-height:800px;*/
	border:solid;
	border-color:#000000;
	border-width:1px;
}

.topArea{
	height:281px;
	background-repeat:no-repeat;
}

.currentSubMenus{
	padding-top:78px;
	padding-left:24px;
	font-size:11px;
}

.menuTable{
	height:25px;
	background-color:#939598;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
}

a.menuTable:link, a.menuTable:visited {
	color: #ffffff;
}

a.menuTable:hover {
	color: #FFF200;
}

.logoArea{
	width:153px;
	height:81px;
	cursor:pointer;
}

.mainTItleTD{
	height:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight:bold;
	font-stretch:condensed;
}

a.link1{
	text-decoration:none;
	color:#222222;
}

a.link1:link, a.link1:visited{
	color:#555555;
}

a.link1:hover{
	/*background-color:#FFFFFF;*/
	color:#000000;
}

.bottomArea{
	padding-bottom:38px;
	background-image:url(images/BGgredient.jpg);
	background-repeat:repeat-y;
	padding-top:8px;
}

.bottomAreaLeftMargin{
	padding-left:160px;
}

.imgBorder{
	border:solid;
	border-color:#000000;
	border-width:1px;
}

.imgBulletArrowTD{
	/*background-image:url(images/bulletArrow.png);
	height:18px;
	background-repeat:no-repeat;*/
	width:15px;	
}

.bulletsHeightSpacing{
	padding-bottom:10px;
}

.rowHeight{
	height:45px;
}

.rowsHeightSpacing{
	padding-bottom:25px;
}

.copyright{
	font-size:9px;
	text-align:center;
	padding-top:13px;
}