
TD.main1 {font-family: georgia, verdana, Arial, sans-serif;font-size:12px;color:#000000;text-align: left; font-style: bold;}
TD.top1 {font-family: verdana, Arial, sans-serif;font-size:10px;color:#ffffff;text-align: right; font-style: bold;}
TD.bottom {font-family: verdana, Arial, sans-serif;font-size:9px;color:#ffffff;text-align: center;}
TD.headline {font-family: verdana, Arial, sans-serif; font-size:18px; color:#000000; text-align: center; font-style: bold;}
TD.table1 {font-family: verdana, Arial, sans-serif;font-size:10px;color:#000000;text-align: left;}


h1 {font-family: georgia, verdana, Arial, sans-serif;font-size:14px;color:#000000;text-align: left; font-style: bold;}

a.top1{font-family: verdana, Arial, sans-serif;font-size:10px;color:#ffffff;text-align: right; text-decoration: none}
a.top1:visited {color:#ffffff; text-decoration: none}
a.top1:hover {color:red; text-decoration: none}
a.top1:active {color:#ffffff; text-decoration: none}


a.left{font-family:  georgia,verdana, Arial, sans-serif; font-size:12px; color:blue; text-align: right; text-decoration: none}
a.left:visited {color:blue; text-decoration: none}
a.left:hover {color:red; text-decoration: none}
a.left:active {color:blue; text-decoration: none}

a.left2{font-family: georgia,verdana, Arial, sans-serif; font-size:12px; color:blue; text-align: right; text-decoration: none}
a.left2:visited { color:blue; text-decoration: none}
a.left2:hover {color:red; text-decoration: none}
a.left2:active {color:blue; text-decoration: none}

div.box_background {
     background-color: white;
	 font-family: verdana, Arial, sans-serif;font-size:10px;color:#000000;text-align: left; font-style: bold;
     height: 100%;
     filter:alpha(opacity=35); /* IE's opacity*/
     opacity: 0.35;
     position: relative;
     top: 0px;
     width: 90%;
     z-index: 99;
}


div.box {
     /*Any properties you'd want the box to have.*/
     /*Would probably be position, dimension type stuff.*/
     /*Though personally I would have a div outside this
       to control the dimensions.*/
     border: 1px solid #000000;
     position: relative;
     width: 100%;
}
div.box_contents {
     background-color:transparent;
     height: 100%;
     position: relative;
     width: 100%;
     z-index: 101;
}
