
body {
	margin-top: 15px;
	background-color: #ADADAD;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	
}

td,th,p{
font-family: Arial, Verdana, sans serif;
	font-size: 11px;
}
a {
	color: #270DC6;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
hr {
	color: #76685D;
	height: 1px;
	width: 90%;
}
.blackBack {
	background-color: #000000;
}
.whiteBack {
	background-color: #FFFFFF;
}
.newsTitle {
	color: #666666;
	font-size: 11px;
	text-decoration: underline;
}
.newsText {
	font-size: 10px;
	color: #666666;
}
h1 {
	font-size: 140%;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #5F5F5F;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #FF000B;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	color: 858584;
}
.whiteText {
	color: #FFFFFF;
}
.bottomtext {
	font-size: 9px;
	color: #FFFFFF;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #535027;
	border: 1px inset #A1978F;
}

caption {
	color: #FF000B;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

