h1{
font-family:arial, helvetica;
color: red
}
h2{
font-family:arial, helvetica;
color: red
}
p.left {
font-family: Tahoma;
font-size: 8pt;
text-align: left
}
p.right {
font-family: Tahoma;
font-size: 8pt;
text-align: right
}
p.blue
{
font-family: Tahoma;
font-size: 10pt;
color:blue
}
p.normal{
font-family: Tahoma;
font-size: 10pt;
color:black
}
tr.center{
font-family: Tahoma;
font-size: 10pt;
color:blue
}
td.normal{
font-family: Arial;
font-size: 10pt;
color:black
}
td.yellowtext{
font-family: Arial;
font-size: 10pt;
text-align: left;
color:yellow
}
td.ad{
font-family: Arial;
font-size: 12pt;
color:blue
}
td.yellowleft{
BORDER-LEFT:   #ffde7b thin solid;
BORDER-TOP:    #ffde7b thin solid;
BORDER-BOTTOM: #ffde7b thin solid
}
td.yellowright{
BORDER-TOP: #ffde7b thin solid; 
BORDER-RIGHT: #ffde7b thin solid;
BORDER-BOTTOM: #ffde7b thin solid
}
td.grayleft{
BORDER-LEFT:   #CCCCCC thin solid;
BORDER-TOP:    #CCCCCC thin solid;
BORDER-BOTTOM: #CCCCCC thin solid
}
td.grayright{
BORDER-TOP: #CCCCCC thin solid; 
BORDER-RIGHT: #CCCCCC thin solid;
BORDER-BOTTOM: #CCCCCC thin solid
}
td.yellowborder{
BORDER-TOP: #ffde7b thin solid; 
BORDER-RIGHT: #ffde7b thin solid;
BORDER-BOTTOM: #ffde7b thin solid;
BORDER-LEFT:   #ffde7b thin solid;
}
td.grayborder{
BORDER-TOP: #CCCCCC thin solid; 
BORDER-RIGHT: #CCCCCC thin solid;
BORDER-BOTTOM: #CCCCCC thin solid;
BORDER-LEFT:   #CCCCCC thin solid;
}
a.fancy 
{
font-family:arial, helvetica;
font-size: 10pt;
text-decoration:none;
display:block;
padding:2px;
width:85px;
border-bottom:2px solid red;
a:link {color:#000000}
a:hover {background-color:#000000}

}