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

body {
	background-image: url(images/bg1.jpg);
	background-repeat: repeat;
}

.bodytext {
	font-family: Arial; 
	font-size: 14pt;
	font-weight:bold; 
	text-decoration: none; 
	color: #000000;
}

.headertext {
	font-family: Arial; 
	font-size: 20pt;
	font-weight:bold; 
	text-decoration: none; 
	color: #000000;
}

.headertextred {
	font-family: Arial;
	font-size: 20pt;
	font-weight:bold;
	text-decoration: none;
	color: #990000;
}

.biggesttext {
	font-family: Arial; 
	font-size: 30pt;
	font-weight:bold; 
	text-decoration: none; 
	color: #000000;
}

.biggesttextred {
	font-family: Arial;
	font-size: 30pt;
	font-weight:bold;
	text-decoration: none;
	color: #990000;
}

.smalltext {
	font-family: Arial; 
	font-size: 10pt;
	font-weight:normal; 
	text-decoration: none; 
	color: #000000;
}

a {
	font-family: Arial; 
	font-size: 14pt;
	font-weight:bold; 
	text-decoration: underline; 
	color: #000000;
}
a:visited {
	font-family: Arial; 
	font-size: 14pt;
	font-weight:bold; 
	text-decoration: underline; 
	color: #000000;
}
a:active {
	font-family: Arial; 
	font-size: 14pt;
	font-weight:bold; 
	text-decoration: underline;
	color: #000000;
}
a:hover {
	font-family: Arial; 
	font-size: 14pt;
	font-weight:bold; 
	color: #CC0000; 
	text-decoration:underline;
}