(cssmain.css)

a{ text-decoration:none; }

A:link{color:#00ff00;text-decoration:none;}
A:active{color:#ffffff;text-decoration:underline;}
A:hover{color:#ff0000;text-decoration:underline;}
A:visited{color:#aaaaaa;text-decoration:none;}

body {
background-color:#ffffff;
color:#ffffff;
background-attachment: fixed;
 background-image: url();
  background-repeat: repeat-y;
background-position: left top;
scrollbar-base-color: #000000;
   scrollbar-3dlight-color:    #cccccc;
   scrollbar-arrow-color:      #999999;
   scrollbar-darkshadow-color: #000000;
   scrollbar-face-color:       #000000;
   scrollbar-highlight-color:  #999999;
   scrollbar-shadow-color:     #333333;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom :0px;
}

body,td {
font-size:10pt;
color:#000000;
font-family:'MS UI Gothic';
letter-spacing : 0px;
line-height:10pt}

th {
background-color: #666600;
color:#ffffff;
}

P {
	margin-top:0;
	margin-bottom:0;
	margin-left:5%;
	line-height: 120%;
	margin-right: 5%;
	font-family: "MS UI Gothic";
}

blockquote
{
	margin-top:0;
	margin-bottom:0;
	margin-left:7%;
	line-height: 100%;
	margin-right: 5%;
	font-family: "MS UI Gothic";
	font-size: "90%";
}

ul {text-align:left;
	margin-top:0;
margin-bottom:5;
margin-left:15;
padding-left:15;
}

ol {text-align:left;
	margin-top:0;
margin-bottom:0;
margin-left:15;
padding-left:15;
}

li {
padding-left:0;
font-size:9pt;
	margin-top:0;
margin-bottom:0;
}

H1 {
}

 H2 {color: #333333;
 font-size:130%;
 line-height:130%;
 font-weight: bold;
 margin-left:1%;
 margin-right:5%;
	margin-top:15;
	margin-bottom:5;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #996600;
}

H3 {color: #444444;
 font-size:110%;
 line-height:100%;
 margin-left:3%;
border-left:solid 1.0em #444444;
padding-left:0.1em;
 margin-right:5%;
 text-indent:0;
	margin-top:1;
	margin-bottom:0;
}

H4 {color: #666633;
 font-size:100%;
 margin-left:4%;
 margin-right:5%;
 text-indent:0;
	margin-top:1;
	margin-bottom:0;
}

H5 {color: #336699;
 font-size:100%;
 margin-left:5%;
 margin-right:5%;
 text-indent:0;
	margin-top:1;
	margin-bottom:0;
}

.red { color: #ffffff;
background-color: #ff0000;
}
.gold { color: #695A1C;
}



#roundtable{
width: 400px;
background: #cdbb73;
padding: 0px;
margin: 0px;
}

.topcorner{
background: #000000 url(image/b.gif) no-repeat top right;
}

.bottomcorner{
background: #cdbb73 url(image/d.gif) no-repeat top right;
}

.corner{
width: 25px;
height: 25px;
border: none;
display: block;
}
