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

body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A9D3F0;
}
body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #252122;
}
.main {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #2B388F;
}
.main a:link {
	text-decoration: none;
	color: #2B388F;
}
.main a:visited {
	text-decoration: none;
	color: #2B388F;
}
.main a:hover {
	text-decoration: none;
	color: #00ADEE;
}
.main a:active {
	text-decoration: none;
	color: #2B388F;
}
.mainbold {
	font-weight: bold;
}
.mainbold a:link {
	text-decoration: none;
	color: #F99F25;
}
.mainbold a:visited {
	text-decoration: none;
	color: #F99F25;
}
.mainbold a:hover {
	text-decoration: none;
	color: #00ADEE;
}
.mainbold a:active {
	text-decoration: none;
	color: #F99F25;
}
.mainlighter {
	color: #5d76b6;
}
.header {
	font-size: 15px;
	color: #00ADEE;
	font-weight: bold;
}
.footer {
	color: #5d76b6;
	font-size:10px;
}
.footer a:link {
	text-decoration: none;
	color: #5d76b6;
}
.footer a:visited {
	text-decoration: none;
	color: #5d76b6;
}
.footer a:hover {
	text-decoration: none;
	color: #00ADEE;
}
.footer a:active {
	text-decoration: none;
	color: #5d76b6;
}
.contact {
	color: #2B388F;
	font-size:10px;
}
.contact a:link {
	text-decoration: none;
	color: #2B388F;
}
.contact a:visited {
	text-decoration: none;
	color: #2B388F;
}
.contact a:hover {
	text-decoration: none;
	color: #00ADEE;
}
.contact a:active {
	text-decoration: none;
	color: #2B388F;
}
.orangelinks {
	color: #F99F25;
	text-decoration:none;	
}
.orangelinks a:link {
	color: #F99F25;
	text-decoration: none;
}
.orangelinks a:visited {
	color: #F99F25;
	text-decoration: none;
}
.orangelinks a:hover {
	color: #00ADEE;
	text-decoration: none;
}
.orangelinks a:active {
	color: #F99F25;
	text-decoration: none;
}

.textfield {
	font-size: 13px;
	color: #2B388F;
	padding-left: 2px;
	width: 400px;
	background: #E4E4E4;
	border-width: 0px;
}
input.buttonstyle {
	font-size: 13px;
	color: #A9D3F0;
	width: 70px;
	height: 20px;
	background-color: #009ac7;
	border-width: 0px;
}
input.buttonstylehov {
	font-size: 13px;
	color: #6D6E70;
	width: 70px;
	height: 20px;
	background-color: #E4E4E4;
	border-width: 0px;
}

