/*
	
		Author: John Coleman, CWG
		Date: 09/27/02
		Path: code/styles.css
		
	LOG: 
		MODIFIER:		DATE:		DESCRIPTION:
		John Coleman	09/27/02	Creating the Sheet.
		
*/

@import url("dropdowns.css");
@import url("forms.css");
@import url("tables.css");


body {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
}

a {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #339966;
}

.links {
	font-size: 8pt;
	font-weight: bold;
}

.links a {
	font-size: 8pt;
}

p {
	margin-left: 10px;
}

p.news {
	font-size: 8pt;
}

p.news a {
	font-size: 8pt;
}
