@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 16px;
}

body {
	background-color: #710000;
	background-image: url(../images/mainbg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img {
	border:none;
}

h1{
	font-size:26px;
	letter-spacing:-0.1em;
	color:#66CCFF;
	text-transform:capitalize;
}

h2{
	font-size:18px;
	letter-spacing:-0.1em;
	color:#33CCFF;
	text-transform:capitalize;
}

a {
color: #ffffff;
}

a:hover {
color: #FFCC00;
text-decoration: none;
}

.highlight {
font-weight: bold;
}

.orange {
font-weight: bold;
color: #FFFF00;
}