

/* These are the core document styles */

.ondark {border: 0px; color: #ffffff; text-decoration: none;}
A.ondark:link	 {border: 0px; color: #ffffff; text-decoration: none;}
A.ondark:visited {border: 0px; color: #ffffff; text-decoration: none;}
A.ondark:active  {border: 0px; color: #ffffff; text-decoration: none;}
A.ondark:hover   {border: 0px; color: #ffffff; text-decoration: underline;}


P,LI,TD{
	font-size: 14px;
	font-family : arial, tahoma, verdana, "sans serif";
	margin: 0px;
}

input, select, textarea{
	background-color: #ddd;
	color: #000;
	border: 1px solid #666;
	font-size: 11px;
	font-family : arial, tahoma, verdana, "sans serif";
	margin: 0px;
}

INPUT.blackbutton{color: #ffffff; background-color: #000000; font-size: 11px;  font-weight: bold;}

P {margin-bottom: 5px;}

H1 {font-style: italic;}
H2 {font-style: italic;}
H3 {font-style: italic;}
H4 {font-style: italic;}
H5 {font-style: italic;}

A {border: 0px; color: #420059; text-decoration: underline;}
A:HOVER {color: #F9C205;}

HR {color: #420059;}

.small 	{font-size: 12px;
	font-family : arial, tahoma, verdana, "sans serif";
	margin: 0px;
	padding: 0px;}
.footer	{color: #ffffff; 
	font-size: 11px;
	font-family : arial, tahoma, verdana, "sans serif";
	margin: 0px;
	padding: 0px;}
	
.shaded {background-color: #cccccc;}

.header {color: #420059;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px; }
