body {
	background-image: url('images/bg3.jpg');
	background-repeat: repeat-x;
	background-color: #06dcf7;
	margin: 0px;
}

td.maintbl {

	background-color:#FFF;

	margin:0px;

}

.footer {
	color: #fff; 
	font: 14px arial, verdana, sans;
	text-align: center;
}

li {
	font:10pt arial, verdana, sans;
}






h1 {
	font-size: 30px;
	font-weight: bold;
	color: #114B8A;
	line-height: 100%;
	margin-bottom: 0px;
	font-family: 'Trebuchet MS', Arial, Helvetica;
}

h2 {
	font-size: 26px;
	font-weight: normal;
	color: #000000;
	font-family: Arial, Helvetica;
}

h4 {
	margin: 0px;
}

hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border: none;
	color: #763B6F;
	background-color: #763B6F;
	height: 1px;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #114B8A;
}

a:hover {
	text-decoration: none;
	color: #000000;
}



.headertable {
	
}
.headertable td {
	font-size: 13px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;

}
.headertable td a:link, .headertable td a:visited, .headertable td a:active {
	color: #ffffff;
	text-decoration: none;
}

.headertable td a:hover {
	color: #ffffff;
	text-decoration: none;
}

.dropdowncontainer {
	position: relative;	
	padding: 0px;
	margin: 0px;
	margin-left: -10px;
	text-align: left;
}
.dropdown {
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	z-index: 999;
	padding-top: 5px;
	text-align: left;
	font-size: 12px;
	width: 180px;
}

.dropdown br {
	display: none;
}
.headertable td .dropdown a
{
	border: 1px solid #999999;
	border-top: none;
	display: block;
	text-align: left;
	font-size: 12px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.headertable td .dropdown a:link, .dropdown a:visited, .dropdown a:active
{
	background-color: #b2b2b2;
	color: #ffffff;	
}
.headertable td .dropdown a:hover
{
	background-color: #d2d2d2;
	color: #92242B;	
}

.errorbox {
	border: 1px solid #cc3333;
	background-color: #ffffcc;
	color: #ff0000;
	padding: 10px;
}

.messagebox {
	border: 1px solid #33cccc;
	background-color: #ffffcc;
	padding: 10px;
}



.contenttable {
	background-color:#FFF;
	margin:0px;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	font-family: arial, verdana, sans;
	padding-bottom: 10px;
	padding:20px;
	padding-top: 0px;
	color: #000000;
}



.loginsubmenu {	
	float: right;
	font-size: 12px;
	padding: 20px; 
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #e5e5e5;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: -20px;
	margin-left: 20px;
	width: 120px;
}





.directory {
	font-size: 12px;
	font-weight: normal;
	line-height: 100%;
	font-family: 'Trebuchet MS', Arial, Helvetica;
}






/* top menu lines nad text formats.*/

.topmenuwrap {
	position:relative; 
	width:100% 
	height:30px; 
	background-color:#000; 
	padding:2px 0px 2px 0px;
}
.menubar {
	border-top:1px solid #FFF; 
	border-bottom:1px solid #FFF; 
	color:#FFF; 
	padding:2px 10px 2px 10px; 
	font:bold 10pt arial, verdana, sans;
}

/* bottom lines nad text formats.*/
.btb {
	background-color:#FFF; 
	color:#000; 
	width:235px; 
	font:bold 13px arial, verdana, sans; 
	text-align:right; 
	float:right; 
	padding:0px 10px 0px 10px;
}

.bottomlines {
	position:relative; 
	width:524px; 
	top:3px; 
	padding:2px 0px 2px 0px; 
	background-color:#000; 
	float:left;
}

.bottomlineswhite {
	border-top:1px solid #FFF; 
	border-bottom:1px solid #FFF; 
	color:#FFF; 
	font-size:5px;
}

.Error, .Notice{
	border:solid 1px #333;
	background-color:#EEE;
	padding:5px;
	width:90%;
}
.Error{
	color:#900;
}
.Notice{
	color:#090;
}