/* default style sheet */

A	{ text-decoration : underline; }
A:Link	{color: #004000;
	font-weight: bold;
	}
A:Visited	{color: #004000;
		font-weight: bold;
		}
A:Active	{color: #004000;
		font-weight: bold;
		}
A:HOVER	{
        color: #000080;
	font-weight: bold;
        text-decoration: underline overline;
	}

A.winnerbox	{ text-decoration : underline;}
A.winnerbox:Link	{color: #004000;
	font-weight: bold;
	font-size: 8px;
	}
A.winnerbox:Visited	{color: #004000;
		font-weight: bold;
		font-size: 8px;
		}
A.winnerbox:Active	{color: #004000;
		font-weight: bold;
		font-size: 8px;
		}
A.winnerbox:HOVER	{
        color: #000080;
	font-weight: bold;
	font-size: 8px;
        text-decoration: underline overline;
	}

A.plain:link	{ 
		color: black;
		text-decoration : none;
		font-weight: bold;
		}

A.plain:visited	{
		color: black;
		 text-decoration : none;
		font-weight: bold;
		}

A.plain:active	{ text-decoration : none;
		color: black;
		font-weight: bold;
		}

A.plain:hover	{ text-decoration : underline overline;
		font-weight: bold;
		color: #000080;
		}
 
A.now:link	{
		color: #000080;
		text-decoration : none;
		font-weight: bold;
		}

A.now:visited	{
		color: #000080;
		text-decoration : none;
		font-weight: bold;
		}

A.now:active	{
		color: #000080;
		text-decoration : none;
		font-weight: bold;
		}

A.now:hover	{
		color: #000080;
		text-decoration : underline overline;
		font-weight: bold;
		}


A.dark:link	{
		color: white;
		text-decoration : none;
		font-weight: bold;
		}

A.dark:visited	{
		color: white;
		text-decoration : none;
		font-weight: bold;
		}

A.dark:active	{
		color: white;
		text-decoration : none;
		font-weight: bold;
		}

A.dark:hover	{
		color: #C0C0FF;
		text-decoration : underline overline;
		font-weight: bold;
		}

  BODY {
        font-family: verdana, tahoma, arial;
        font-weight: normal;
	font-size: 10pt;
        color: black;
 	background: #436E77;
	margin: 0px;
	}

TD {
        font-family: verdana, tahoma, arial;
        font-weight: normal;
	font-size: 10pt;
        color: black; 
	}

H1 {
        font-family: brightonbold, times new roman;
        font-weight: normal;
	font-style: italic;
	font-size: 28pt;
        color: black; 
	text-decoration: underline overline; 
	}

H2 {
	font-family: verdana, tahoma, arial, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	color: black;
	}

.BOX {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background: white;
	}

.smallpurple {
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	background: #D9CC95;
	color: black;
	}

.winner {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	color: black;
	font-weight: bold;
	background: #76A1AA;
	}

.winnermain {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	color: black;
	font-weight: bold;
	font-size: 8px;
	background: #76A1AA;
	}

.main { border-color: white;
	border-style: groove;
	border-right-width: 2px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	background: white no-repeat url(graphics/shtl2.gif) 1px 1px;
	}

.smalldark {
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	color: white;
	background: black;
	}

.code	{
	font-family: courier, courier new;
	color: red;
	}

hr	{
	color:#D9CC95;
	}