body { background-color: #E6E0C6;  }

p {}

td {}

a:link { color: blue ; text-decoration: underline; font-family: Arial;}

a:visited { color: purple ; text-decoration: underline; }

a:hover { text-decoration: none; }

a:active { color: red }

.text { color: #000; font-family: Arial; font-size:  12px; }
.textBold { color: #000; font-family: Arial; font-size:  12px; font-weight: bold}
.textItalic { color: #000; font-family: Arial; font-size:  12px; font-style: italic; }
.textBoldItalic { color: #000; font-family: Arial; font-size:  12px; font-weight: bold; font-style:italic;}
.textRed { color:#FF0000; font-family: Arial; font-size:  12px; }
.textRedItalic { color: #FF0000; font-family: Arial; font-size:  12px; font-style: italic; }
.textRedishItalic { color: #CC0000; font-family: Arial; font-size:  12px; font-style: italic; }
.textWhite { font-family: Arial; font-size:  12px; color: white}
.textWhiteSmall { font-family: Arial; font-size:  10px; color: white}
.textWhiteSmallBold { font-family: Arial; font-size:  10px; color: white; font-weight:bold}
.textWhiteBold { font-family: Arial; font-size:  12px; color: white; font-weight: bold}
.textWhiteLargeBold { color: #000; font-family: Arial; font-size: 14px; font-weight: bold; color:#FFFFFF}
.footer { color: #FFF; font-family: Arial; font-size:  10px; text-align:center}
.textLarge { color: #000; font-family: Arial; font-size: 14px; }
.textLargeBold { color: #000; font-family: Arial; font-size: 14px; font-weight: bold}
.textSmall { font-family:Arial, Helvetica, sans-serif; font-size:10px}
.textSmallBold { font-family:Arial, Helvetica, sans-serif; font-size:10px; font-weight:bold}

#sideAd {
		float:right;
	}


table.special
{
  	text-decoration: none; 
	font-family: Arial, Helvetica,  Verdana, sans-serif;  	
	font-size: 12px;
	color: rgb(0, 0, 0);
}

tr { background-color: }
.initial     { background-color: #C2D1E0; color:#FFFFFF; font-weight:bold; font-size:14px;}
.normal     { background-color: #C2D1E0 }
.highlight     { background-color: #FFFFFF }

.textBrown { color:#663300; font-family: Arial; font-size:  12px; }
.textBrownItalic { color:#663300; font-family: Arial; font-size:  12px; font-style:italic }
.textBrownBold { color:#663300; font-family: Arial; font-size:  12px; font-weight:bold }
.textBrownBoldItalic { color:#663300; font-family: Arial; font-size:  12px; font-weight:bold; font-style:italic }
.textGreenBoldItalic { color:#336600; font-family: Arial; font-size:  14px; font-weight:bold; font-style:italic }
.textRedStrikeout { color:#FF0000; font-family:Arial, Helvetica, sans-serif; font-size:12px; text-decoration:line-through}


