@charset "UTF-8";
/* CSS Document */
body {
	background-color: #ADB3BA;
	background-image: url(images/backgroundcomp1.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.maintext {
	font: normal 12px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
}
.header {
	font: bold normal 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #003366;
	text-decoration: none;
}
.links {
	font: normal 12px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #003366;
	text-decoration: none;
}
.links:hover {
	font: normal 12px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
}
