<!--
//////////////////////////////////////////////////////////////////////////////////////
	Name:		main.css
	Desc:		style sheet 
	Client:		12noon
	Author:		Rob Curle
	Date:		
	Notes:
//////////////////////////////////////////////////////////////////////////////////////
// -->

body {
	background-color: white;
}

body, th, td, ul, p, input, select, button, textarea {
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

.dots { 
	border-bottom: 1px dotted #000;
}

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

a:hover {
	color: #999;
}
