a,body {
	font-family: "Arial";
	color: #333333;
	text-decoration: none;
	background-image: url(images/dirt.jpg);
}

a:hover{
	color: #660000; text-decoration: underline;
	

}

a:visited{
	text-decoration:line-through;
color: #999999;
	
}


a.highlightLink{
	color: #DD9955;
	font-weight: normal;
}
a.highlightLink:hover{
	text-decoration: underline;


}
#container {
	margin: 0 auto;
	width: 768px;
	text-align: right;
}
body, input, select, td{
	font-size: 10pt;
}
.frame {
	border: thin solid #333333;
}
.next {
	vertical-align: top;
}

