a:link  {color: #000;}
a:visited       {color: #000;}
a:active        {color: #000;}

body, th, p {
	color: #000;
	font-size: 11px;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

/*
	Settings that control the main Frame pages.
	All pages that contain forms, etc. are affected by 
	these settings.
*/

	body.Frame, td.Frame, p.Frame {
		color: #000;
		font-size: 11px;
		background-color: #FFF;
		font-family: Arial, Helvetica, sans-serif;
	}

	input.Frame, select.Frame, textarea.Frame {
        	margin-top: 3px;
        	border: solid 1px #333;
        	font: normal 10px arial,helvetica;
        	background-color: #EEE;
        	line-height: 13px;
        	color: #000;
	}

/* 
	Settings that control the header frame 
*/

	body.Header {
		color: #000;
		font-size: 12px;
		background-color: #1f345c;
		font-family: Arial, Helvetica, sans-serif;
	}


/*
	Settings that control the navigation Frame
*/

	body.Nav {
		color: #000;
		font-size: 12px;
		background-color: #1f345c;
		font-family: Arial, Helvetica, sans-serif;
	}

	td.Nav {
       	 	font-size: 11px;
        	font-family: Arial,Helvetica;
	}

	tr.AdminNav {
		background-color: #cde0e8;
		font-size: 10px;
		font-family: Arial,Helvetica;
	}

/* 
	Settings that control the look and feel of the help menus
*/

	body.Help {
		color: #000;
		font-size: 12px;
		background-color: #FFF;
		font-family: Arial, Helvetica, sans-serif;
	}

	td.Help {
		color: #000;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
	}

	p.Help {
		color: #000;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
	}
