@charset "utf-8";

body {
	margin: 0px;
	background-color: #DDEFF9;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: "Trebuchet MS";
	font-size: 13px;

}
#login {
	height: 320px;
	width: 200px;
	background-image: url(images/login_bg.jpg);
	padding-top: 40px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF;
	font-size: 12px;
}
.maincontent {
	padding: 8px;
	color: #081C59;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}
.maincontent ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.maincontent a {
	font-weight: normal;
	color: #081C59;
}
.maincontent a:hover {
	font-weight: normal;
	color: #0C2B86;
}



.footer {
	font-size: 10px;
	background-image: url(images/layout/layout3_r6_c2.jpg);
	padding-top: 18px;
	color: #FFF;
	font-weight: bold;
}

.footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.bigger {
	font-size: 16px;
}
.style6 {
	color: #FFF;
	font-weight: bold;
}

