<!---
	file: 			basic.css
	description:	- Basic style sheet definitions.
								- Included in every page.
--->

<!--

	P.indent {
		text-indent: 0.25in;
	}
	
	P {	
		padding-bottom: 4pt;
		padding-top: 0pt;
		line-height: normal;
		margin-bottom: 0;
		margin-top: 0;
	}	
	
	P.header {
		 color: #660000;
		 font-family: Comic Sans MS,Arial,Tahoma,Helvetica;
		 font-size: 12pt;
		 font-style: italic;
		 font-weight: normal;
		 padding-bottom: 6pt;
	}
	
	P.redcallout {
		color: #FF0000;
		font-family: Comic Sans MS,Arial,Tahoma,Helvetica;
		font-size: 13pt;
		font-style: italic;
		font-weight: bold;
		padding-bottom: 6pt;
	}
	
	A:link, A:visited {
		color: Blue;
		text-decoration: none;
	}	

	A:hover {
		color: blue;
		text-decoration: underline;
	}	
	
	A.navbar:link, A.navbar:visited {	
		color: #660000;
		text-decoration: none;
		font-weight: bold;
		font-style: normal;
		font-size: 9pt;		
	}
		
	A.navbar:hover {
		color: #660000;
		text-decoration: underline;
		font-weight: bold;
		font-style: normal;
		font-size: 9pt;
	}	
	
	.wcad {
		color: #FFFFFF;
		font-size: 10pt;
		font-style: normal;
		font-family: Century Gothic,Arial,Tahoma,Helvetica;		
	}	
		
	TD {
		color: #660000;
		font-size: 10pt;	
		font-family: Comic Sans MS,Arial,Tahoma,Helvetica;
	}

	UL {
		margin-bottom: 0;
		margin-top: 0;
		color: #660000;
		font-size: 8pt;	
		font-family: Comic Sans MS,Arial,Tahoma,Helvetica;	
	}			
-->