<!-- 

BODY, TABLE, TH, TD, INPUT  { 
font-size: 11px;
font-family: Arial, sans-serif; 
}

A.linkheader:link { text-decoration: none;
font-size: 15px; 
font-weight: Bold; 
color: #ffffff;
font-family: Arial, sans-serif;
}
A.linkheader:visited { text-decoration: none;
font-size: 15px; 
font-weight: Bold; 
color: #ffffff;
font-family: Arial, sans-serif;
}
A.linkheader:hover { text-decoration: underline;
font-size: 15px; 
font-weight: Bold; 
color: #000099;
font-family: Arial, sans-serif;
}
A.linkwhite:link { text-decoration: underline;
color: white;
font-family: Arial, sans-serif;
}
A.linkwhite:visited { text-decoration: underline;
color: white;
}
A.linkwhite:hover { text-decoration: underline;
color: white;
}
A.linkgreen:link { text-decoration: underline;
color: #66CC00;
font-family: Arial, sans-serif;
}
A.linkgreen:visited { text-decoration: underline;
color: #66CC00;
}

A.linkgreen:hover { text-decoration: none;
color: #ffffff;
}
A.linkblack:link { text-decoration: underline;
color: black;
font-family: Arial, sans-serif;
}
A.linkblack:visited { text-decoration: underline;
color: black;
}
A.linkblack:hover { text-decoration: underline;
color: black;
}
A.linkside:link { text-decoration: none;
color: #ffffff;
font-family: Arial, sans-serif; 
font-size: 11px;
}
 
A.linkside:visited { text-decoration: none;
color: #ffffff;
font-size: 11px;
}
 
A.linkside:hover { text-decoration: underline;
color: #ffffff;
font-size: 11px;
}
A:link { text-decoration: none;
color: #000099;
font-family: Arial, sans-serif;
}
A:visited { text-decoration: none;
color: #000099;
}
A:hover { text-decoration: underline;
color: #000000; 
}
A:active {text-decoration: underline;
color: #000099;
}
SPAN	{
text-decoration: none;
font-family: Arial, sans-serif; 
}
.subheaderbold	{
font-weight: Bold; 
font-size: 12px; 
font-family: Arial, sans-serif; 
}
.subheader	{
font-size: 12px; 
font-family: Arial, sans-serif; 
font-weight: bold; 
}
.adminheader  {
font-size: 13px; 
font-weight: Bold; 
color: #000000;
font-family: Arial, sans-serif;  
}
.header	{
font-size: 15px; 
font-weight: Bold; 
color: #ffffff;
font-family: Arial, sans-serif;  
}
.headerpublic	{
font-size: 15px; 
font-weight: Bold; 
color: #333399;
font-family: Arial, sans-serif;  
}
.headerwhite	{
font-size: 11px; 
color: #FFFFFF; 
font-family: Arial, sans-serif; 
}
.body{
font-size: 11px;
font-family: Arial, sans-serif; 
}
.bodypublic{
font-size: 12px;
font-family: Arial, sans-serif; 
}
.bodywhite	{
color: #FFFFFF; 
font-size: 11px; 
font-family: Arial, sans-serif; 
}
.note {
font-size: 11px;
font-weight: normal;
font-family: Arial, sans-serif;
}
.notepublic {
font-size: 13px;
font-weight: normal;
font-family: Arial, sans-serif;
}
.footer	{
color: #000000; 
font-size: 11px; 
font-family: Arial, sans-serif; 
}
.footergreen	{
color: #66CC00; 
font-size: 11px; 
font-family: Arial, sans-serif; 
}
.alert {
font-size: 12px;
font-family: Arial, sans-serif; 
font-weight: bold;
color: red; 
}
.alertbody {
font-size: 11px;
font-family: Arial, sans-serif; 
color: red; 
}
.helpHeader{
font-size: 17px; 
font-family: Arial, sans-serif; 
font-weight: Bold; 
color: #333399; 
}
.kiosk{
font-size: 12px; 
font-family: Arial, sans-serif; 
font-weight: Bold; 
color: #FFFFFF; 
}
.kioskbold{
font-size: 12px; 
font-family: Arial, sans-serif; 
font-weight: Bold; 
color: #ffffff; 
}
INPUT{
font-size: 11px; 
font-family: Arial, sans-serif; 
font-weight: 400;
}
OPTION{
font-size: 11px; 
font-family: Arial, sans-serif; 
font-weight: 400;
}
TEXTAREA{
font-size: 11px; 
font-family: Arial, sans-serif; 
font-weight: 100;
}
.title	{
font-size: 14px; 
font-weight: Bold; 
font-family: Arial, sans-serif;  
}
input.Button
{
   /*float: left;*/
   margin: 2px 5px 2px 5px;
   padding: 2px;
   /*width: 50px;  HACK: Normally this value is 50 for a plain button*/
   border-top: 1px solid #cccccc;
   border-bottom: 1px solid black;
   border-left: 1px solid #cccccc;
   border-right: 1px solid black;
   background: #cccccc;
   text-align: center;
   text-decoration: none;
   font-size: 10pt;
   font-family: Arial, sans-serif; 
   color: black;
}
input.Buttonhov{
  background: #eeeeee;
}
.on
{
   color: #009900;
}
.off
{
   color: #CC0000;
}
.On
{
   color: #009900;
}
.Off
{
   color: #CC0000;
}
select
{
   font-size: 10pt; 
   font-family: Arial;
}
.BlackOutline {
	width: 750px;
	height: 60px;
	background-color: #000000;
	border: 1px solid #000000;
}
.BlackOutlineSmall {
	width: 450px;
	height: 60px;
	background-color: #000000;
	border: 1px solid #000000;
}
.WhiteText {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.2em;
	display: block;
	margin-top: 3px;
	margin-bottom: 7px;
}
-->

