/**
 * Design. (c) Jason Earl, 2005, Virtual Function
 *
 * "tableless" design known to work (and tested) on Mozilla, and IE 6.
 * Should also work KHTML (Konqueror and Safari)
 */


/* -----------------------------------------------------------
						Generic
----------------------------------------------------------- */

body {

	font-size: 11px;
	font-family: Verdana, sans-serif;
}

.NormalText
{
font:Verdana, Arial, Helvetica, sans-serif;
font-size:12;
}
a:link,
a:visited {
	text-decoration:underline;
	color:#FFFFFF;
}