/* 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:#464545; text-decoration: none;} 
.footer a:link {text-decoration: none;}  
.footer a:visited { text-decoration: none;}
.footer a:hover {color:#ffffff; text-decoration: underline;}

.navmenu {  background-image: url(/GRSOI/images/nav_bg.jpg); 
color:#464545;
}
.navmenu a {color:#464545; text-decoration: none;} 
.navmenu a:link {color:#464545; text-decoration: none;} 
.navmenu a:visited {color:#464545; text-decoration: none;} 
.navmenu a:hover {color:#cc9833; text-decoration: none;}


body {background-color: #464545;
	color: #cc9833;
	font-style: normal; 
	font-size: small; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
  background-image: url(/GRSOI/images/background.jpg); 
  background-repeat: no-repeat; /*no-tiling background*/ 
	background-position: top center;
	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;
}

p {
	margin-top: 4px;
	margin-bottom: 6px;
}

th {
	margin-top: 6px;
	margin-bottom: 6px;
	vertical-align: middle;
	color: #000000;
	font-weight: bold;
	height:24px;
	background-color:#cc9833;
}


h1 {font:Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	color:#ffffff;
	margin-bottom: 10px;
	margin-top:10px;
	font-weight: bold;
}

h2 {font:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small; 
	color: #cc9833 ;
	margin-bottom: 4px;
	margin-top:6px;
}

hr {color: #c5b142;}

