/*  index.css  */
body{
background-image: url('gryellow.png');
background-repeat:repeat-y;
}

.ccback{
background-color:#dbf0ea;
}

.regtype{
font-family:  Times New Roman; 
font-size:15 ;
color:#000066 ;
}

.smalltype{
font-family:arial,verdana; 
font-size:8pt ;
/* font-weight:bold; */
color:#000000;
background-color:#66ffff ;
/* background-color:transparent */
}

all.clsMenuItemNS{font: bold x-small Verdana; color: white; text-decoration: none;}

.clsMenuItemIE{text-decoration: none; font: bold xx-small Verdana; color: white; cursor: hand;}

A:hover {color: red;}

p.myCap {color:000000; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:8pt ;}


div.tinyText{color:000000; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:8pt;}
div.quoteText{color:336699; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:8pt;font-style:italic;}
div.normText{color:000000; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt;}
div.hdrText{color:336699; font-family:Verdana,Arial,Helvetica,sans-serif; font-style:bold; font-size:12pt;}
div.hdr2Text{color:336699; font-family:Verdana,Arial,Helvetica,sans-serif; font-style:bold; font-size:12pt; TEXT-ALIGN:center;}
div.hdr3Text{color:336699; font-family:Verdana,Arial,Helvetica,sans-serif; font-style:bold; font-size:12pt;}

.hitext{background-color:#FFFF00;}


