/* Style Sheet */
a {color:#eeb731; text-decoration: none;} 
a:link {text-decoration: none;}  
a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}

.footer a {color:#ffffff; text-decoration: none;} 
.footer a:link {text-decoration: none;}  
.footer a:visited { text-decoration: none;}
.footer a:hover {color:#ffffff; text-decoration: underline;}

.navmenu {color:#4e0e11;}
.navmenu a {color:#ffffff; text-decoration: none;} 
.navmenu a:link {color:#ffffff; text-decoration: none;} 
.navmenu a:visited {color:#ffffff; text-decoration: none;} 
.navmenu a:hover {color:#ffffff; text-decoration: underline;}


body { background-color: #8c0f15;
	color: #ffffff;
	font-style: normal; 
	font-size: small; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
  background-image: url(/images/layout/background.jpg); 
  background-repeat: no-repeat; /*no-tiling background*/ 
	background-position: top right;
	background-attachment:inherit;  
}

table {
	border: 0px;
	padding: 0px;
	font-size: small; }

.xsmalltxt {
	font-size: xx-small;
}

.tblboxed {
	border-style: solid;
	border-color: #eeb731;
	border-width: 1px;
	font-size: x-small;
}

.tdchampion {border-width: 1px;
	border-style: solid;
	border-color: #4e0e11;
	font-size: small;
	font-style: italic;
	color:#FFFFFF;
}

.tdnonchampion {border-width: 1px;
	border-style: solid;
	border-color: #4e0e11;
	font-size: small;
	font-style: italic;
	color:#eeb731;
}

.dark {
	margin-top: 6px;
	margin-bottom: 6px;
	vertical-align: middle;
	color: #eeb731;
	font-weight: bold;
	height:24px;
	background-color:#4e0e11;
}


.pageheading { font-family: Verdana, Arial, sans-serif;
	font-size: larger;
	font-weight:bold;
	color: #FFFFFF;
}

p {
	margin-top: 4px;
	margin-bottom: 4px;
}

th {
	margin-top: 6px;
	margin-bottom: 6px;
	vertical-align: middle;
	color: #000000;
	font-weight: bold;
	height:24px;
	background-color:#eeb731;
}


h1 {font:Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	color:#735594;
	margin-bottom: 10px;
	margin-top:10px;
	font-weight:bold;
}

h2 {font:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight:bold;
	color: #DFCB3C ;
	margin-bottom: 4px;
	margin-top:6px;
	margin-right: 10px;
}

hr {color: #c5b142;}
