	
	/* Page Header */
	#title {font-family: Arial;
		font-size: 12pt;
		font-weight: bold;
		text-decoration: none;
		color: #000000;	}
		
	/* Yellow Page Header */
	#titleYellow {font-family: Arial;
		font-size: 12pt;
		font-weight: bold;			
		color: #FFCC66;	}

	/* Blue Page Header */
	#titleBlue {font-family: Arial;
		font-size: 12pt;
		font-weight: bold;			
		color: #993399;	}

	/* Subtitles */
	#subtitle {font-family: Arial;
		font-size: 10pt;
		font-weight: bold;			
		color: #000000;	}

	/* Purple Subtitles */
	#subtitlePurple {font-family: Arial;
		font-size: 12pt;
		font-weight: bold;			
		color: #660066;	}
		
	/* Blue Subtitles */
	#subtitleBlue {font-family: Arial;
		font-size: 10pt;
		font-weight: bold;			
		color: #993399;	}
		
	/* Yellow Subtitles */
	#subtitleYellow {font-family: Arial;
		font-size: 10pt;
		font-weight: bold;			
		color: #FFFF33;	}	

	/* Standard Text */
	#standard {font-family: Arial;
		font-size: 9pt;
		font-weight: normal;		
		color: #000000; }

	/* Standard Text Bold */
	#standardBold {font-family: Veranda, Arial;	
		font-size: 10pt;
		font-weight: bold;		
		color: #000000;	}	

	/* Standard Red */
	#standardRed {font-family: Arial;
		font-size: 9pt;
		font-weight: bold;				
		color: #ff0033; }

	/* Yellow Green */
	#standardYellow {font-family: Arial;
		font-size: 9pt;
		font-weight: bold;				
		color: #FFCC66; }

	/* Standard Blue Bold */
	#standardBlue {font-family: Arial;
		font-size: 9pt;
		font-weight: bold;				
		color: #993399; }

	/* Small Text */
	#small {font-family: Arial;	
		font-size: 8pt;
		font-weight: normal;		
		color: #000000;	}

	/* Small Text Bold */
	#smallBold {font-family: Veranda, Arial;	
		font-size: 8pt;
		font-weight: bold;		
		color: #000000;	}

	/* Small Blue Text Bold */
	#smallBoldBlue {font-family: Arial;	
		font-size: 8pt;
		font-weight: bold;		
		color: #0000FF	}

	/* Small Red Text Bold */
	#smallBoldRed {font-family: Arial;	
		font-size: 8pt;
		font-weight: bold;
		text-decoration: none;		
		color: #ff0033;	}

	/* Small Green Text Bold */
	#smallBoldGreen {font-family: Arial;	
		font-size: 8pt;
		font-weight: bold;		
		color: #006600;	}

	/* Small Orange Text Bold */
	#smallBoldOrange {font-family: Arial;	
		font-size: 8pt;
		font-weight: bold;		
		color: #660000;	}

	/* Footer Links */
	#footer {font-family: Arial;
		font-size: 9pt;		
		color: #000000;
		font-weight: bold }

	/* Slogan */
	#slogan {font-family: Arial;
		font-size: 9pt;
		color: #003300;
		font-weight: bold;
		font-style: italic; }

	/* Email */
	#email {font-family: Arial;
		font-size: 9pt;
		color: #330066;
		font-weight: bold; }

	/* The Rest of the links */
	A {font-family: Arial;
	    color: #0000ff;
		font-size: 9pt }

	A:hover { text-decoration: underline;
		  color: red }

	A#footer:hover { text-decoration: underline;
		  color: red }

	A#title:hover { text-decoration: none;
		  color: red }
	


	
	
	
	