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

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position:top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444;
}
a:link {
	color: #3380C9;
	text-decoration: none;
}
a:visited {
	color: #3380C9;
	text-decoration: none;
}
a:hover {
	color: #1B446C;
	text-decoration: underline;
}
a:active {
	color: #3380C9;
	text-decoration: none;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:20px;
	color: #444;
	text-align:justify;
}
.bodytextcentered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:20px;
	color: #444;
	text-align:center;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #3380C9;
	font-weight: 700;
	text-transform:uppercase;
	letter-spacing:-1px;
}
.headersmallgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #555;
	font-weight:bold;
}
.headersmallblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3380C9;
	font-weight:bold;
}
.homenewstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #656565;
	line-height:20px;
	text-align:justify;
	font-weight: lighter;
}
.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
}


