body {
	background-color: #BFBFBF;
	background-image: url(images/bg.jpg);
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: auto;
}
pre 
{
    font-size: 10pt;
}
table {
	border: 0px;
	padding: 0px;
	margin: 0px;
}



hr {
	border: 0;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height:1px;
	
}

a:link, A:visited, A:active {
	text-decoration: underline;
	color: #8E3C52;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #6B2D3E;
}
a img 
{
    text-decoration: none;
}
.headline 
{
	background-color: #BFBFBF;
	font-weight:bold;
}
.tblReg {
	border: thin outset navy;
}
.tblReg tr {
	padding:0px;
	border-right: black thin solid;
	border-top: black thin solid;
	background: #eeeeee;
	border-left: black thin solid;
	border-bottom: black thin solid;
}
.tblReg tr:hover
{
	background-color:#ffffff;
}
.tblReg td {
	padding: 0px;
	border-bottom: silver thin solid;
}

/* MASTER */
.master {
	background-color: #ffffff;
	width: 90%;
	min-width: 600px;
	border: 2px outset #dedede;
	margin: 5px auto 5px auto;
	font-size: .7em;
}
.sponsoredBy {
	
}
.sponsoredBy a {
	text-decoration: none;
}
/* Menu */
div.menuBar {
	background-color: #BFBFBF;
	padding: 4px 4px 4px 2px;
	text-align: center;
}

div.menuBar a.menuButton {
	background-color: #F3E6F3;
	border: 1px outset #000000;
	color: #8E3C52;
	margin: 1px;
	padding: 2px 6px 2px 6px;
	position: relative;
	text-decoration: none;
	font-weight: bold;
	z-index: 100;
}

div.menuBar a.menuButton:hover {
	
	border: 1px outset #e0e0e0;
	color: #D4A3B1;
}

div.menuBar a.menuButtonActive, div.menuBar a.menuButtonActive:hover {
	background-color: #D4A3B1;
	border: 1px inset #e0e0e0;
	color: #ffffff;
	left: 1px;
	top: 1px;
}

div.menu {
	background-color: #FFFFFF;
	border: 1px none #e0e0e0;
	left: 0px;
	padding: 0px 1px 1px 0px;
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 101;
}

div.menu a.menuItem {
	color: #000000;
	/*	cursor: default; */
	display: block;
	padding: 3px 1em;
	text-decoration: none;
	white-space: nowrap;
	border: 1px dotted #b0c4de;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
	background-color: #D4A3B1;
	border: 1px outset #e0e0e0;
	color: #ffffff;
}

div.menu a.menuItem span.menuItemText {
}

div.menu a.menuItem span.menuItemArrow {
	margin-right: -.75em;
}

div.menu div.menuItemSep {
	border: 1px inset #e0e0e0;
	margin: 4px 2px;
}
/* end menu */

/* booth X marks */
.xMark 
{
    color: red;
    font-size: 12pt;
    font-weight: bold;
}
.platinum 
{
    background-color: #6EBEE2;
}
.gold 
{
    background-color: #F5E55B;
}
.silver 
{
    background-color: #CACACA;
}
.bronze 
{
    background-color: #D9962E;
}
.strikethrough
{
      text-decoration: line-through;
}
.noStrike
{
      text-decoration: none;
      text-decoration: none;
}
.error
{
    color: Red;
}


h6
{
    font-size: xx-small;
}
h5
{
    font-size: small;
}
h4
{
    font-size: medium;
}
h3
{
    font-size: large;
}
h2
{
    font-size: x-large;
}
h1
{
    font-size: xx-large;
}
