a:link {
	color:#FF0000;
	text-decoration: none;
}

a:visited {
	color:#FF0000;
	text-decoration: none;
}

a:hover {
	color:#0000FF;
	text-decoration:underline;
	font-weight: bold;
}

a:active {
	color:#FF0000;
	text-decoration: none;
}

#main {
	background:#000000;
	margin:0 auto;
	width:800px;
	color: #000000;
}

#header {
height:182px;
margin:0 auto;
width:800px;
}

#buttons {
	height:26px;
	width:800px;
	color: #FFFFFF;
}

#content {
	margin:0 auto;
	width:760px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}


#footer {
background:transparent url(images/footer.jpg) scroll 0 0;
color:#000000;
font-size:10px;
height:64px;
margin:0 auto;
padding-top:0px;
text-align:center;
width:800px;
}

#footer a {
	color:#000000;
	font-size:10px;
	text-decoration:none;
}

#footer a:hover {
	color:#ff0000;
	font-size:10px;
	text-decoration:none;
}

#footerLeft {
	padding-left: 30px;
	float: left;
}
#footerRight {
	padding-left: 0px;
	float: right;
	padding-right: 30px;
	text-align: right;
}

body {
	background-color: #000000;
	text-align: center;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
#nocol {
	text-align: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 0px;
}
.ltrSpacer {
	letter-spacing: 4px;
	text-decoration: none;
	border: 1 px;
	border-color: #ff0000;
	border-style: dotted;
	margin-left: 100px;
	margin-right: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.LARGE {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
}
.borderRight {
	border-right-width: medium;
	border-right-style: dotted;
	border-right-color: #FF0000;
	padding-left: 12px;
}
.padLeft {
	padding-left: 15px;
}
.dotOutline {
	border: medium dotted #FF0000;
	background-color: #F8F8F8;
}
.redLine {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
.bottomRowR {
	padding-left: 12px;
	border-top-width: thin;
	border-right-width: medium;
	border-top-style: solid;
	border-right-style: dotted;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
}
.bottomRowL {
	padding-left: 15px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FF0000;
}
.gray {
	background-color: #E8E8E8;
}
