/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/images/parchment.gif);
}

.heading2
{
font-family:"Times New Roman", Times, serif;
font-size:22px;
font-weight:bolder;
color:#506A28;
text-decoration:none;
}

.heading_white
{
font-family:"Times New Roman", Times, serif;
font-size:14px;
font-weight:bolder;
color:#F8F1D9;
text-decoration:none;
}
.text_bold
{
font-family:verdana;
font-size:11px;
font-weight:bolder;
color:#51511F;
text-decoration:none;
}

.body_text
{
font-family:verdana;
font-size:11px;
font-weight:normal;
color:#51511F;
text-decoration:none;
}

.greenlink
{
font-family:verdana;
font-size:11px;
color:#51511F;
text-decoration:none;
}

.blacktext
{
font-family:verdana;
font-size:11px;
color:#000000;
text-decoration:none;
}

.greenlink:hover
{
font-family:verdana;
font-size:11px;
color:#0B0B0B;
text-decoration:none;
}


.copy
{
font-family:verdana;
font-size:9px;
color:#FFFFFF;
text-decoration:none;
padding-left:10px;
}

.whitelink
{
font-family:verdana;
font-size:11px;
color:#FFFFFF;
text-decoration:none;

}
.blacklink
{
font-family:verdana;
font-size:11px;
color:#000000;
text-decoration:none;

}

.whitelink:hover
{
font-family:verdana;
font-size:11px;
color:#E1BE47;
text-decoration:none;
}

table.stats
{
text-align: center;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 11px;
color: #fff;
background-color: #666;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;
}

table.stats td
{
background-color: #cccc99;
color: #000;
padding: 4px;
text-align: left;
border: 1px #e6e6e6 solid;
}

table.stats td.hed
{
background-color: #5f7c35;
color: #fff;
padding: 4px;
text-align: left;
border-bottom: 2px #fff solid;
font-size: 12px;
font-weight: bold;
}