body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #000;
	background-color: #FFF;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	color: #000;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a{
	color: #000;
	text-decoration: none;
}

a:link{
	color: #000;
	text-decoration: none;
}

a:visited{
	color: #000;
	text-decoration: none;
}

a:hover{
	color: #BF000F;
	text-decoration: none;
	font-weight: bold;
}

#content{
	margin-left: 12%;
	margin-top:30px;
	width: 750px;
	padding: 4px;
	border: 3px groove;
	border-color: #7D8BA5;
	z-index: 2;
	display: block;
	visibility: visible;
	
}

#td ul {
    list-style: square url;
	margin: 0 0 1.25em; padding: 0 1px;
}
	
#td ul li {
	margin: 2px 0;
	font: 12px Arial, Helvetica, sans-serif;
}	
	

#header{
    width: 750px;
    background-attachment: fixed;
    background-image: url(www_header.jpg);
    height: 100px;
	}