body
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color:#EBEBEB;
	font-size:11px;
	line-height:20px;
	background-image:url(/images/gridbg.jpg);
	background-color:#79746e;
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
    }

A:link
{
	text-decoration: none;
	color: #EBEBEB;
}

A:visited
{
	text-decoration: none;
    color:#EBEBEB;
}

A:active 
{
	text-decoration: none;
	color:#EBEBEB;
}

A:hover 
{
	text-decoration: none; 
	color: #ffcb76;
}
	
ul
{
	list-style-type: square;
    color: #ebebeb;
    font-size:11px;
    line-height:18px;
	text-align: left;
}

.header
{
	color:#ffcb76;
	font-size:14px;
	font-weight:bold;
    text-align: left;
	
}
.content
{
	color:#EBEBEB;
	font-size:11px;
	font-weight:normal;
	text-align: left;
	
}

.boldyellow
{
	color:#ffcb76;
	font-weight:bold;
	text-align: left;
}
.smallboldyellow
{
	color:#ffcb76;
	font-size:9px;
	text-align: right;
}
.yellow
{
	color:#ffcb76;
}
.bold
{
	font-weight:bold;
}

.goldpictureframe
{
	border-width:1px;
	border-color:#efb768;
	border-style:solid;
	padding:3px;
	align:center;
	background-color:#cb7b31;
}

.redpictureframe
{
	border-width:1px;
	border-color:#767676;
	border-style:solid;
	padding:3px;
	align:center;
	background-color:#3c0a13;
}