body{	background-color:#CEE2F4;
	background-image:url(images/bkg.png);
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;
}

h2, h2 a{color:rgb(8, 112, 201);font-size:16px;font-weight:700;text-decoration:none;display:inline}
h3, h3 a{color:rgb(8, 112, 201);font-size:14px;font-weight:700;text-decoration:none;display:inline}

.title1{
	font-family:tahoma,sans serif;
	font-weight:700;
	font-size:15px;
}

.text, p, span, td, ol, ul, body{
	font-family:tahoma,sans serif;
	font-weight:400;
	font-size:12px;
}

a {color:rgb(8, 112, 201)}
.errtext{
	font-family:tahoma,sans serif;
	font-weight:700;
	font-size:11px;
	color:#990000;
	display:block;
}
.suctext{
	font-family:tahoma,sans serif;
	font-weight:700;
	font-size:11px;
	color:#00aa00;
	display:block;
}

#login{
	width:300px;
	height:400px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;

}

.loginbox{
	width:400px;
	border:1px solid #000000;
	background-color:#ffffef;
	font-family:tahoma,sans serif;
	font-weight:400;
	font-size:11px;
}
.loginbox input{
	border:1px solid #000000;
	background-color:#dddddd;
	font-family:tahoma,sans serif;
	font-weight:400;
	font-size:11px;
}
.cpaneltable{
	background-color:#cccccc;
	width:100%;
	padding:4px;
	margin:0px;
	border-spacing:0px;
	border:1px solid #cccccc;
}

.cpanellink{
	background-color:#cccccc;
	border:1px solid #cccccc;
	padding:4px 15px 4px 15px;
	color:#000000;
	text-decoration:none;
}
.cpanellink:hover{
	color:#000000;
	background-color:#ececec
}

.tabletitle{font-size:13px;color:#000000;font-weight:bold}
.tabletitle a{font-size:13px;color:#000000;font-weight:bold}
.nav {font-size:12px;color:#ffffaa}

.bottomnav, .bottomlegal, .bottomnav a {font-size:10px;color:#0870C9;text-decoration:none}
.bottomnav a:hover {text-decoration:underline;}
.contactinput {font-size:12px; background-color:#dee5d9; border:1px solid #ffffaa;}