/*body { background: url(/images/nav/internalBackgound.jpg) repeat-y }*/


/*gray = CCCCCC*/
/*Lime green = 00FF00*/
/*pink FF00CC*/
/*blue = black*/
/*magenta = FF0099*/
/*green = 33CC33*/

.body
{
	color: black;
	font-size: 12px;
	font-family: geneva, helvetica, arial
}
.bodynews
{
	color: black;
	font-size: 10px;
	font-family: geneva, helvetica, arial
}
.bodyHead
{
	color: black;
	font-weight: BOLD;
	font-size: 12px;
	font-family: geneva, helvetica, arial;
	background-color: CCCCCC;
	width: 100%;
}
.bodybold
{
	color: black;
	font-weight: bold;
	font-size: 12px;
	font-family: geneva, helvetica, arial;
}

.pleasewait
{
	color: blue;
	font-weight: bold;
	font-size: 14px;
	font-family: geneva, helvetica, arial;
}

.bodymsg
{
	color: blue;
	font-weight: bold;
	font-size: 11px;
	font-family: geneva, helvetica, arial;
}

.cart
{
	color: black;
	font-size: 12px;
	font-family: geneva, helvetica, arial;
}
.cartBold
{
	color: black;
	font-size: 12px;
	font-weight: bold;
	font-family: geneva, helvetica, arial;
}
.cartMsg
{
	color: red;
	font-size: 12px;
	font-weight: bold;
	font-family: geneva, helvetica, arial;
}
.cartHead
{
	color: white;
	font-size: 12px;
	font-weight: bold;
	font-family: geneva, helvetica, arial;
	background-color: black;
}
.cartHead a:link { color:white; }
.cartHead a:visited { color: white; }
.cartHead a:hover { color: CCCCCC;  }

.navHead
{
	color: white;
	font-size: 12px;
	font-weight: bold;
	font-family: geneva, helvetica, arial;
	background-color: black;
}
.navHead a:link { color:white; }
.navHead a:visited { color: white; }
.navHead a:hover { color: CCCCCC;  }


.titlebar
{
	color: white;
	font-weight: bold;
	font-size: 12px;
	font-family: geneva, helvetica, arial
	background-color: 0066CC;
}

.bodysmall
{
	color: black;
	font-weight: normal;
	font-size: 9px;
	font-family: geneva, helvetica, arial
}
.bodyboldItalic
{
	color: black;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	font-family: geneva, helvetica, arial
}
.bodyboldHead
{
	color: black;
	font-weight: bold;
	font-size: 14px;
	font-family: geneva, helvetica, arial
}

.bodyshadelight
{
	color: black;
	font-weight: bold;
	font-size: 12px;
	font-family: geneva, helvetica, arial;
/*	background-color: c0c0c0;*/
}

.bodyshadedark
{
	color: black;
	font-weight: normal;
	font-size: 12px;
	font-family: geneva, helvetica, arial;
/*	background-color: 666666;*/
}

.leftnav
{
	color: black;
	font-weight: BOLD;
	font-size: 12px;
	font-family: geneva, helvetica, arial;
	background-color: CCCCCC;
}
.leftnav a:link { color: black; }
.leftnav a:visited { color: black; }
.leftnav a:hover {color: white;}


.leftnavheader
{
	color: white;
	font-weight: BOLD;
	font-size: 12px;
	font-family: geneva, helvetica, arial;
	background-color: black;

}

.newsboxoutside
{
	color: white;
	font-weight: BOLD;
	font-size: 12px;
	font-family: geneva, helvetica, arial;
	background-color: 0066CC;
}

.newsboxinside
{
	color: black;
	font-weight: normal;
	font-size: 12px;
	font-family: geneva, helvetica, arial;
	background-color: white;
}
.newsboxinside a:link { color:0066CC; }
.newsboxinside a:visited { color: CC0033; }
.newsboxinside a:hover { color: CC0033;  }

.header
{
	color: black;
	font-size: 18px;
	font-weight: BOLD;
	font-family: geneva, helvetica, arial;
	background-color: white;
}

.homepage
{
	color: white;
	font-size: 16px;
	font-weight: BOLD;
	font-family: geneva, helvetica, arial;
	background-color: 0066CC;
}
.homepage a:link { color: white; }
.homepage a:visited { color: white; }
.homepage a:hover {color: CC0033;}

.pagetitle
 {
	color: CC0033;
	font-size: 18px;
	font-weight: BOLD;
	font-family: geneva, helvetica, arial;
	background-color: white;

}


.textbox
{
    BORDER-RIGHT: #0066CC 1px solid;
    BORDER-TOP: #0066CC 1px solid;
    FONT-SIZE: 10pt;
    BORDER-LEFT: #0066CC 1px solid;
    BORDER-BOTTOM: #0066CC 1px solid;
    FONT-FAMILY: Verdana, Arial;
}



.coolButton
{
	background: #FF0099;
	color: white;
	font : bold 8pt Verdana,Helvetica,Arial,Sans-serif;
	height:20;
	cursor: pointer;
	cursor: hand;
}

.coolButtonOver
{
	background: #CCCCCC;
	color: black;
	text-decoration: none;
	font : bold 8pt Verdana,Helvetica,Arial,Sans-serif;
	height:20;
	cursor: pointer;
	cursor: hand;
}


.frmReqText
{
 color: black;
 FONT-SIZE: 8pt;
 FONT-FAMILY: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
 font-weight: BOLD;
}
.ReqMark
{
 color: CC0033;
 FONT-SIZE: 16pt;
 FONT-FAMILY: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
 font-weight: BOLD;
}

pre {
	font-family: monospace;
	font-size: 9pt;
}

