/*  Site styles created October 2004 by Chris Tingom    */
body {
	font-family: Helvetica, Verdana, Arial, Geneva, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin:	0;
	padding: 0;
	color:	#331300;
}

P  {
	font-family: Helvetica, Verdana, Arial, Geneva, sans-serif;
	font-size : 12px;
	line-height: 22px;
}

h1	{
	font-size:	2em;
	}
h2	{
	font-size:	1.75em;
	}
h3	{
	font-size:	1.5em;
	}
h4, h5	{
	font-size:	1.25em;
	}
	
/*  The stylesheet will override the body tag */
A:link {
	text-decoration : none;
	color: #5B0071;
	font-weight: bold;
}
A:visited {
	text-decoration : none;
	color: #5B0071;
	font-weight: bold;
}
A:hover {
	text-decoration: underline;
	color: #5CAE11;
	font-weight: bold;
}
A:active {
	text-decoration: underline;
	color: #5CAE11;
	font-weight: bold;
}

select {
	background-color: White;
	font-weight: Bold;
	font-family: Arial, Geneva, sans-serif;
	font-size: 11px;
	color: Navy;
}

input, textarea {
	font-family: Arial, Geneva, sans-serif;
	font-size : 11px;
}

/*  Specific text styles */
.copy {
	font-family: Helvetica, Verdana, Arial, Geneva, sans-serif;
	font-size : 12px;
	line-height: 22px;
}

