.basicItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #333333;
}
.basic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
.redHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
.redBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
.blackBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.whiteHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
.redHead1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}
.redHead2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
}

.mint{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #009933;
}
.butter{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9933;
}
.cookie{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.strawberry{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.vanilla{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9966FF;
}
.peach{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
}
.rocky{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC6600;
}
.strudel{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00CC00;
}

.pumpkin{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
}

.holiday{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #009933;
}
.redItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #CC0000;
}
.redItalicBig {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
}
.basicBig {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

A:hover {color:#990033;
 text-decoration:underline;}

A:active{color:#FF0000;
  text-decoration:underline;}
A:link{color:#0000FF;
  text-decoration:underline;}
A:visited{color:#800080;
  text-decoration:underline;}
body         { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; text-decoration: 
               none }
div, td, dt, ul, ol, dl, dd { font-family: Arial, Helvetica, sans-serif; font-style: normal; 
               font-size: 10pt; text-decoration: none }
p            { font-family: Arial, Helvetica, sans-serif; font-style: normal; font-size: 10pt; 
               text-decoration: none }
h1           { font-family: Arial, Helvetica, sans-serif; font-stye: normal; font-size: 12pt; 
               color: #004022; text-decoration: none }
h2           { font-family: Arial; font-size: 12pt; color: #008080; font-style: normal;
               text-decoration:none; font-weight: bold; }
h3           { font-family: Arial; font-size: 12pt; color: #CC0000; text-decoration: none; 
               font-style: italic }
h4           { font-family: Arial, Helvetica, sans-serif; color: #004022; font-size: 12pt; 
               text-decoration: none; text-align: Left; font-weight: bold; 
               margin-top: 1 }
.nav         { font-family: MS Sans Serif, Arial, Helvetica, sans-serif; font-size: 8pt }


a.info{
    position:relative; /*this is the key*/
    z-index:24;
    text-decoration:none}

a.info:hover{z-index:25;}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align: center}

.RedRounded
{
    width: 100%;
}

.RedRounded a
{
    color:#CC0000;
    font-size: 16px;
    font-family: Eras Demi ITC, Comic Sans MS, Verdana;
}

.RedRounded a:Hover
{
   color:#FF0000;

}

.RedRounded thead td
{
    background-color:#CC0000;
    font-family: Eras Demi ITC, Comic Sans MS, Verdana;
    color:#FFFFFF;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    padding-left: 0px;
}

.RedRounded tbody td
{
    text-align: left;
    padding-left: 5px;
}

.RedRounded tfoot td
{
   text-align: center;
   padding-top: 10px;
   padding-bottom: 10px;
}
