body, td, th, p, .thead, .tbody
{
	font-family: verdana,tahoma,arial;
	font-size: 9pt;
	scrollbar-face-color: #034873; 
	scrollbar-shadow-color: #fbfbfb; 
	scrollbar-3dlight-color: #fbfbfb; 
	scrollbar-arrow-color: #fbfbfb; 
	scrollbar-track-color: #fbfbfb;
}
a
{
	text-decoration: none;
}
a:link.normallinks, a:active.normallinks, a:visited.normallinks
{
	color: darkblue;
	text-decoration: underline;
	font-style: italic;
}
a:hover.normallinks
{
	color: firebrick;
	text-decoration: none;
}
a:link.link, a:active.link, a:visited.link
{
	color: firebrick;
	text-decoration: none;
}
a:hover.link
{
	color: darkblue;
	text-decoration: none;
}
a:link.raffle_link, a:active.raffle_link, a:visited.raffle_link
{
	color: firebrick;
	font-size: 11pt;
	text-decoration: underline;
}
a:hover.raffle_link
{
	color: darkblue;
	text-decoration: none;
}
a:link.white_menu, a:active.white_menu, a:visited.white_menu
{
	color: white;
	font-variant: small-caps;
	font-size: 10pt;
}
a:hover.white_menu
{
	color: gold;
}
a:link.smallwhite, a:active.smallwhite, a:visited.smallwhite
{
	color: white;
	font-family: helvetica, arial;
	font-size: 8pt;
}
a:hover.smallwhite
{
	color: gold;
}
a:link.home_menu, a:active.home_menu, a:visited.home_menu
{
	color: black;
	font-variant: small-caps;
	font-weight: bold;
}
a:hover.home_menu
{
	color: white;
}
a:link.menu_red, a:active.menu_red, a:visited.menu_red
{
	color: #d62810;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 10pt;
}
a:hover.menu_red
{
	color: #3a52a4;
}
a:link.menu_orange, a:active.menu_orange, a:visited.menu_orange
{
	color: #ed852e;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 10pt;
}
a:hover.menu_orange
{
	color: #3a52a4;
}
a:link.menu_green, a:active.menu_green, a:visited.menu_green
{
	color: #089645;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 10pt;
}
a:hover.menu_green
{
	color: #3a52a4;
}
a:link.menu_blue, a:active.menu_blue, a:visited.menu_blue
{
	color: #0991e3;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 10pt;
}
a:hover.menu_blue
{
	color: #3a52a4;
}
a:link.menu_purple, a:active.menu_purple, a:visited.menu_purple
{
	color: #4e06a0;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 10pt;
}
a:hover.menu_purple
{
	color: #3a52a4;
}
a:link.blue, a:active.blue, a:visited.blue
{
	color: #034873;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: underline;
}
a:hover.blue
{
	color: #3a52a4;
	text-decoration: none;
}
.header
{
	font-size: 20pt;
	font-variant: small-caps;
	color: #034873;
}
.smallheader
{
	font-size: 12pt;
	font-variant: small-caps;
	color: #034873;
}
.bigbold
{
	font-size: 14pt;
	font-family: verdana;
}
.news
{
	color: white;
	padding: 5px;
	font-variant: small-caps;
}
.bignews
{
	font-weight: bold;
	font-size: 10pt;
}
.menuskin
{
	position: absolute;
	width: 225px;
	background-color: snow;
	border: 1px solid black;
	font: normal 10px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	line-height: 14px;
	z-index: 100;
	visibility: hidden;
	text-align: left;
}

.menuskin a
{
	text-decoration: none;
	color: black;
	padding: 6px;
	text-align: left;
}

#mouseoverstyle
{
	background-color: orange;
}

#mouseoverstyle a
{
	color: black;
	text-decoration: none;
}
.line
{
	color: black;
	background-color: black;
}
.input
{
	border: solid 1px black;
	font-size: 8pt;
	color: #034873;
}
.button
{
	border: solid 1px black;
	color: #034873;
	font-weight: bold;
	background-color: #f5f5f5;
	cursor: hand;
}
.err
{
	color: red;
	font-size: 8pt;
}
.thead
{
	font-weight: bold;
}
.noborder
{
	border: 0px;
}
.box
{
	background-color: #FFF;
	border: 1px solid #034873;
	padding: 8px;
	width: 500px;
	font-size: 7.5pt;
}
.borderright {
 border: 1px solid #034873;
 border-top : none;
 border-bottom : none;
 border-left : none;
 }
 .borders {
 border: 1px solid #034873;
 border-top : none;
 border-bottom : none;
 }
