/* CSS Document */

body{	 
	padding:0px; 
	margin:0px;
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#ffffff;
}

.menubg{
	background-image:url(images/menubg.jpg);
	background-repeat:no-repeat;
	height:33px;
	font:14px Arial;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
}

.menu1{
	cursor:pointer;
}

.menu2{
	background-image:url(images/hover.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	cursor:pointer;
}

.menu3{
	background-image:url(images/hover1.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	cursor:pointer;
}

.leftmenu1{
	font:14px Arial;
	text-decoration:none;
	color:#000000;
	background-image:url(images/left.jpg);
	background-repeat:no-repeat;
	background-position:left;
	vertical-align:middle;
	padding-left:62px;
	cursor:pointer;
	height:30px;
}

.leftmenu2{
	font:14px Arial;
	text-decoration:none;
	color:#FFF;
	background-image:url(images/left-hover.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	vertical-align:middle;
	padding-left:62px;
	cursor:pointer;
	height:30px;
}

.pageheader{
	font:18px Trebuchet MS;
	color:#00397a;
	text-decoration:none;
}

.subnav{
	font:14px Trebuchet MS;
	color:#00397a;
	text-decoration:none;
}

.bodytxt{
	font:12px Arial;
	color:#121212;
	text-decoration:none;
	line-height:18px;
	text-align:justify;
}

#dataTableclass td{
	font:12px Arial;
	color:#121212;
	text-decoration:none;
	line-height:18px;
	text-align:justify;
	vertical-align:top;
	float:left;
	width:100%;
}

.dataTableclass {
	font:12px Arial;
	color:#121212;
	text-decoration:none;
	line-height:18px;
	text-align:justify;
	vertical-align:top;
	float:left;
	width:100%;
}
.footer{
	font:11px Arial;
	color:#eef6ff;
	text-decoration:none;
}

.footer a:link{
	color:#eef6ff;
	text-decoration:none;
}

.footer a:visited{
	color:#eef6ff;
	text-decoration:none;
}

.footer a:hover{
	color:#fffff;
	text-decoration:underline;
}

.floatright {
	float: right;
}

.errortext {
	color:#F00;
	
}
