/* CSS Document */

body {
	/*background-image: url(images/background.gif);*/
	background-color:#4C0000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-left:0px;
	margin-top:10px;
	/*background-image:url(images/banner2.gif);
	background-position:99% 2%;
	background-repeat:no-repeat;
	background-attachment:fixed;*/
}

.maintable {
	/*border-right-width:1px;
	border-right-style:solid;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-color:#464439;*/
	

}

.bannerImage {
	position: absolute;
	right:0px;
	top:0px;	
}

img.imageborder {
	border: 1px solid #000;
}

h1 {
	font-size:20px;
	color:#4A2D00;
	font-family: Sylfaen, Georgia, "Times New Roman", Times, serif;
	}
	
h2 {
	font-size:15px;
	color:#4A2D00;
	font-family: Sylfaen, Georgia, "Times New Roman", Times, serif;
	margin-bottom:3px;
	}
	
h3 {
	font-size:11px;
	color: #333333;
	}

.rightTable {
	font-size:10px;
	color:#333333;
	}
	
.infoBox {
	font-size:14px;
	font-family: Sylfaen, Georgia, "Times New Roman", Times, serif;
	}
.whiteText {
	color:#FFFFFF;
	}

a {
	text-decoration:underline;
}
	
a:link {
	color: #4c0000;
	text-decoration:underline;
}

a:visited {
	color: #4c0000;
	text-decoration:underline;
}

a:hover {
	color: #000099; 
	text-decoration: none;
}

a:active {
	color: #4c0000;
	text-decoration:none;
}

a.whitelinks {
	color:#FFFFFF;
}

a:visited.whitelinks {
	color:#ffffff;
}

a:hover.whitelinks {
	color:#CCCCCC;
	}
	
a.thumb:link img {
	border-color: #ffffff;
}

a.thumb:visited img {
	border-color: #ffffff;
}

a.thumb:hover img {
	border-color: #00FF33;
}


a:link img {
	border-color: #4c0000;
}

a:visited img {
	border-color: #4c0000;
}

a:hover img {
	border-color: #00FF33;
}


a.nohover:link img {
	border-color: #4c0000;
}

a.nohover:visited img {
	border-color: #4c0000;
}

a.nohover:hover img {
	border-color: #4c0000;
}


	
.announcementText {
	font-size:12px;
	color:#990000;
}

.tipClass {
	color:#FFFFFF;
}

.rateTableOutside {
	border:1px solid #4C0000;
}

.rateTableLine {
	border-bottom:1px solid #4C0000;
}

.rateTableSeperator {
		border-bottom:1px dotted #CCCCCC;
}

.fullPrice {
	text-decoration:line-through;
}

.descText {
	font-size:10px;
	color:#333333;
}
	
	
.photoTable {
	font-size:9px;
}

.contestTable {
	font-size:10px;
}

table.contestTable td {
	border-bottom: 1px dashed #CCCCCC;
	border-right: 1px dashed #CCCCCC;
}

.superSmall {
	font-size:9px;
}



table.datatable {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

td.datatabledark {
	background: #4C0000;
	color: #ffffff;
	padding: 3px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
}

td.datatablemed {
	background: #CCCCCC;
	color: #000;
	padding: 3px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

td.datatablelight {
	background: #ffffff;
	color: #000;
	padding: 3px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}