
/* NAVIGATION */		
.Nav	{
	font-family : Arial, Helvetica, sans-serif;
	font-weight : Bold;
	font-size : 12px;
	color : #3300CC;
	text-decoration : none;
	letter-spacing : 1px;}
	
.SmallNav	{
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 11px;
	color : #3300CC;
	text-decoration : none;
	letter-spacing : 1px;}	

A.Nav:Hover	{
	color : #CC0000;
	text-decoration : underline;}
	
A.SmallNav:Hover	{
	color : #CC0000;
	text-decoration : underline;}

.NavLinks {
	font-size : 10pt;
	font-weight : bold;
	font-family : arial, helvetica, sans-sarif;
	color : blue;}
	
.BigLinks {
	font-size : 14pt;
	font-weight : normal;
	font-family : arial, helvetica, sans-sarif}
	
	
/*  HEADERS  */	

H1  {
	color : black;
	font-family : Baskerville Old Face, arial;
	font-weight : bold;
	font-size : 18pt;}

H2  {
	color : Black;
	font-family : arial, helvetica, sans-sarif;
	font-weight : bold;
	font-size : 12pt;}

H3  {	font-family : arial, helvetica, sans-sarif;
		font-weight : bold;
		font-size : 8pt;}
		
H4  {
	color : red;
	font-family : Baskerville Old Face, arial;
	font-weight : bold;
	font-size : 18pt;}

.RedHeads  {	font-size : 11pt;
	font-family : verdana, arial, helvetica, sans-sarif;
	font-weight : bold;
	color : #cc0000;}

.LinkHeads  {	font-size : 10pt;
	font-family : arial, helvetica, sans-sarif;
	font-weight : bold;
	color : #cc0000;}
	
.HugeHeads  {	font-size : 24pt;
	font-family : arial, helvetica, sans-sarif;
	font-weight : bold;
	color : #9900cc}	

.BlackHeads  {
	color : Black;
	font-size : 12pt;
	font-family : verdana, arial, helvetica, sans-sarif;
	font-weight : bold;
	letter-spacing : 2px;
	line-height : 175%;}

.PurpleHeads2  {
	color : #9900cc;
	font-size : 13pt;
	font-family : verdana, arial, helvetica, sans-sarif;
	font-weight : bold;}	

.PurpleHeads1  {
	color : #9900cc;
	font-size : 10pt;
	font-family : verdana, arial, helvetica, sans-sarif;
	font-weight : normal;
	letter-spacing : 1px}	
		
.Caption {
	font-size : 8pt;
	font-family : arial, helvetica, sans-sarif;
	color : Black;}
	
.BoldCaption {
	font-size : 8pt;
	font-weight : bold;
	font-family : arial, helvetica, sans-sarif;
	color : Black;}		
		
		
/*  TABLES  */		
TD {
		color : black;
		font-family : arial, helvetica, sans-sarif;
		font-size : 10pt;
		list-style-type : square;}
		
		
/*  LISTS  */		
UL, LI {
		color : black;
		font-family : arial, helvetica, sans-sarif;
		font-size : 10pt;
		list-style-type : square;}
		
		
/* 	LINKS  */
A  {	color : blue}

A:Visited  {	color : blue}

A:Active  {	color : #9900ff}

A:Hover  {	text-decoration : underline;
	color : red}
	
	
/*  SECTIONS   */	
.BodyText  {
	font-size : 10pt;
	font-family : arial, helvetica, sans-sarif;
	font-style : normal;
	color : Black;}

.BodyLink  {
	font-size : 10pt;
	font-family : arial, helvetica, sans-sarif;
	font-style : normal;
	color : Blue;}
		
.Address  {
	font-size : 8pt;
	font-family : arial, helvetica, sans-sarif;
	color : Black;}


	