body	{ 
	background: #efe8e0 url(../img/bg.gif) no-repeat fixed top left;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #630;
	}

td, div, span	{ 
	font-size: 8pt;
	}

a	{ 
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	}

a:hover	{ 
	text-decoration: none;
	}

p	{ 
	padding-left: 10px;
	padding-right: 10px;
	}

input, textarea	{ 
	color: #630;
	font-size: 8pt;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #fff;
	border-width: 1px;
	border-color: #000;
	border-style: solid;
	}

.green, .blue, .tan	{ 
	font-weight: bold;
	color: #fff;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	text-decoration: none;
	}

.green	{ 
	background-color: #690;
	}

.blue	{
	background-color: #09c;
	}

.tan	{
	background-color: #c96;
	}