/*
# Copyright (C) 2005 Soj Design
# soj@sojdesign.com, http://www.sojdesign.com/
#
# You may not redistribute the code to anyone in any fashion.
# You may create numerous games from the template, but you
# may not resell the code or create a copy for anyone else's use.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*/

FONT{
    FONT-SIZE: 11px;
    FONT-FAMILY: Verdana,Helvetica,Arial,Sans-Serif;
	COLOR: #6495ED;
}
TD{
    FONT-SIZE: 11px;
    FONT-FAMILY: Verdana,Helvetica,Arial,Sans-Serif;
}
BODY{
    FONT-SIZE: 11px;
	COLOR: #006633;
	BACKGROUND-COLOR: #000000;
    FONT-FAMILY: Verdana,Helvetica,Arial
}
P{
    FONT-SIZE: 11px;
    FONT-FAMILY: Verdana,Helvetica,Arial,Sans-Serif;
}
DIV{
    FONT-SIZE: 11px;
    FONT-FAMILY: Verdana,Helvetica,Arial,Sans-Serif;
}
INPUT, SELECT, TEXTAREA {
    FONT-FAMILY: Verdana,Helvetica,Arial,Sans-Serif;
    font-weight: bold;
    border: 1px solid #FFD700;
    background-color: #FFFFFF;
    color: #000000;
}
FORM{
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana,Helvetica,Arial,Sans-Serif;
}
IMG{
    border-color: #000000;
}
A:link{
    COLOR: #0000FF;
	font-weight: bold;
}
A:active{
    COLOR: #0000FF;
	font-weight: bold;
}
A:visited{
    COLOR: #0000FF;
	font-weight: bold;
}
A:hover{
    COLOR: #FF0000;
	font-weight: bold;
}
.header{
	TEXT-ALIGN: center;
}
.footer{
    FONT-SIZE: 8px;
    FONT-FAMILY: Verdana,Helvetica,Arial,Sans-Serif;
	TEXT-ALIGN: center;
	border: none;
}
.polltext{
    FONT-SIZE: 9px;
    FONT-FAMILY: Verdana,Helvetica,Arial,Sans-Serif;
    COLOR: #FFFFFF;
}
.nfotxt{
    FONT-SIZE: 9px;
    FONT-FAMILY: Verdana,Helvetica,Arial,Sans-Serif;
}
.bodycell{
	border: 1px solid #CECECE;
	background-color: #000000;
	padding: 2px;
}
.bodycell2{
	border: 1px solid #CECECE;
	padding: 2px;
	background-color: #000000;
	FONT-SIZE: 10px;
    FONT-FAMILY: Verdana,Helvetica,Arial,Sans-Serif;
    COLOR: #DD0000;
}
.bodycell3{
	border: 1px solid #CECECE;
	background-color: #D2D2D2;
	padding: 2px;
	text-align: center;
	font-weight: bold;
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana,Helvetica,Arial,Sans-Serif;
    COLOR: #006600;
}
.bodycell4{
	border: 1px solid #CECECE;
	padding: 2px;
	background-color: #EBEBEB;
	vertical-align: top;
	FONT-SIZE: 11px;
    FONT-FAMILY: Verdana,Helvetica,Arial,Sans-Serif;
    COLOR: #000000;
}
.bodycell5{
	border: 1px solid #CECECE;
	padding: 2px;
	background-color: #EBEBEB;
}
.bodycell6{
	border: 1px solid #CECECE;
	padding: 2px;
	background-color: #EBEBEB;
	vertical-align: top;
	FONT-SIZE: 10px;
    FONT-FAMILY: Verdana,Helvetica,Arial,Sans-Serif;
    COLOR: #000000;
}
.txtboxgap{
	font-size: 8px;
}
.smlhead{
	COLOR: #000099;
	text-align: center;
	FONT-FAMILY: Arial,Sans-Serif;
	font-weight: bold;
    font-size: 11px;
}
.percentbar {
	border: 1px solid #FFFFFF;
}
.pbgreen{
	background-color: #009900;
}
.pbred {
	background-color: #800000;
}
hr{
	color: #BEBEBE;
	border: 1px dashed #BEBEBE;
}
.nbanner {
	background-color: #506E7F;
	height: 26px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	border: 1px solid #31596A;
}
.nbinput {
	background-color: #99B0BF;
	border-color: #31596A;
	border-style: solid;
	border-width: thin;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #14313D;
	font-size: 11px;
}