/* CSS Document */

body{ font-family:Arial, Helvetica, sans-serif; color:#000000;}

table.maincontainer{ border:solid #E406D7;}

table.leftcontainer{ border-right:solid #E406D7;}

tr.topcontainer{ border-bottom:solid #E406D7;}

table.bottomcontainer{ border-top:solid #E406D7; border-bottom:solid #E406D7; background-repeat:no-repeat; background-position:right;}

td.rightborder{ border-right:solid #E406D7;}
td.rightborder.a:hover{background-color:#FFCCFF}

table.background{ background:url(right.jpg); background-position:right; background-repeat:no-repeat;}

table.ratetable{border:thin #E406D7;}

div.textcontent{padding:5px; size:10px; text-align:justify; background:url(body.jpg); background-position:centre; background-repeat:no-repeat; height:403px}

div.textcontent2{padding:5px; size:10px; text-align:justify; background:url(body.jpg); background-position:bottom; background-repeat:no-repeat; height:403px}

table.magstable{border:solid #E406D7; position:relative; left:125px;}

table.dropdown{border:solid #E406D7; position:relative; left:25px;}

a:link { color: blue; text-decoration: none }
a:active { color: red; text-decoration: none }
a:visited { color: blue; text-decoration: none }
a:hover { color: green; text-decoration: underline }
