body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #333333;
	margin: 0;
	text-align: center;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
} 


/* Link styles */
a:link {
	color: #ffffff;
	text-decoration: underline;

}
a:visited {  color: #ffffff}
a:hover {
	text-decoration: none;
	color: #cccccc;
}

/* Form styles */
input {
	font-size: 10px;
	background-color: #EFEFEF;
	color: #333333;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #efefef;
	color: #000000;
}

select {
	font-size: 10px;
	background-color: #efefef;
	color: #000000;
}

/* Text styles */

.txt9 {
	font-size: 9px;
}.txt10 {
	font-size: 10px;
}
.txt11 {
	font-size: 11px;
}
.txt12 {
	font-size: 12px;
}
.txt14 {
	font-size: 14px;
}
.txt16 {
	font-size: 16px;}
.mainback {
	background-image: url(media/main.jpg);
	background-repeat: no-repeat;
}
.highlight {
	color: #990000;
	font-size: 14px;
}
