P  {
	font-size : 10pt;
	color : blue;
	font-family : Arial;
}

P.cheer  {
	font-size : 12pt;
	color : Green;
	font-family : "Comic Sans MS";
	font-weight: bold;
}

P.cheerRed  {
	font-size : 12pt;
	color : red;
	font-family : "Comic Sans MS";
	font-weight: bold;
}

P.menu  {
	font-size : 11pt;
	color : blue;
	font-family : "Comic Sans MS";
}

P.onemenu  {
	font-size : 14pt;
	color : blue;
	font-family : "Comic Sans MS";
}


H1  {
	font-family : Arial;
	color : blue;
	font-weight : bold;
	font-size : 36pt;
}

P.small {
	font : Arial;
	font-size : 8pt;
	color : Blue;
	font-weight : normal;
}

P.red {
	font : Arial;
	font-size : 10pt;
	color : Red;
	font-weight : bold;
}

span.red {
	font : Arial;
	font-size : 10pt;
	color : Red;
	font-weight : bold;
}


H2  {
	font-family : Arial;
	color : blue;
	font-weight : bold;
	font-size : 18pt;
}

H3  {
	font-weight : bold;
	font-size : 14pt;
	font-family : Arial;
	color : blue;
	text-align : center;
	font-style : italic;
}

H3.Marquee  {
	font-weight : bold;
	font-size : 14pt;
	font-family : Arial;
	color : blue;
	text-align : center;
	font-style : italic;
}

H3.Weather  {
	font-weight : bold;
	font-size : 14pt;
	font-family : Arial;
	color : red;
	text-align : center;
	font-style : italic;
}


H4  {
	font-weight : bold;
	font-size : 20pt;
	font-family : Arial;
	color : blue;
	text-align : center;
}

H5  {
	font-weight : bold;
	font-size : 12pt;
	font-family : Arial;
	color : blue;
	text-align : center;
}


A  {
	text-decoration : none;
	font-weight : bold;
	font-family : "Comic Sans MS";
	color : Blue;
}

A.red  {
	text-decoration : none;
	font-weight : bold;
	font-family : "Comic Sans MS";
	color : red;
}

A.cheer  {
	text-decoration : none;
	font-size: 16pt;
	font-weight : bold;
	font-family : "Comic Sans MS";
	color : Green;
}

A:Visited  {}

A:Active  {}

A:Hover  {
	background-color : Yellow;
}

A.white:Hover  {
	background-color : white;
}

LI  {
	font-size : 10pt;
	font-family : Arial;
	color : Blue;
}

Body  {
	font-size : 10pt;
	font-family : Arial;
	color : Blue;
}

TD  {
	font-size : 10pt;
	font-family : Arial;
	color : Blue;
}

TD.red  {
	font-size : 10pt;
	font-family : Arial;
	color : red;
}

TH  {
	font-size : 10pt;
	font-family : Arial;
	color : Blue;
}

TH.adminhead {
	font-size: 12pt;
	font-family: Arial;
	color: White;
	background-color: Blue;
	text-align: center;
}

TD.chart  {
	font-size : 8pt;
	font-family : Arial;
}

B  {
	font-weight : bold;
	font-family : Arial;
}

UL  {
	font-size : 10pt;
	font-family : Arial;
	color : Blue;
}

.important {
	display: none; 
}

.submitLink {
	color: blue;
    font-weight: bold; 
    font-size: 12px; 
    font-family: Tahoma, Verdana, Arial, Helvetica, san-serif;
    background-color: transparent;
    text-decoration: none;
    border: none;
    cursor: pointer;
    cursor: hand;
 }

.submitLink:hover {
	background-color: yellow;
}

.submitLinkRed {
	color: red;
    font-weight: bold; 
    font-size: 12px; 
    font-family: Tahoma, Verdana, Arial, Helvetica, san-serif;
    background-color: transparent;
    text-decoration: none;
    border: none;
    cursor: pointer;
    cursor: hand;
 }

.submitLinkRed:hover {
	background-color: yellow;
}


