	/* Subtitles */
	#subtitle {font-family: Arial;
		font-size: 10pt;
		font-weight: bold;			
		color: #000000;	}

	/* Subtitle Green Text Bold */
	#subtitleGreen {font-family: Arial;	
		font-size: 10pt;
		font-weight: bold;		
		color: #006600;	}

	/* Standard Text */
	#standard {font-family: Arial;
		font-size: 9pt;
		font-weight: normal;		
		color: #000000; }

	/* Standard Text Bold */
	#standardBold {font-family: Veranda, Arial;	
		font-size: 9pt;
		font-weight: bold;		
		color: #000000;	}
		
	/* Standard Red */
	#standardRed {font-family: Arial;
		font-size: 9pt;
		font-weight: bold;				
		color: #ff0033; }
		
	/* Email */
	#email {font-family: Arial;
		font-size: 13pt;
		color: #000000;
		font-weight: normal; }
	
	/* Footer Links */
	#footer {font-family: Arial;
		font-size: 10pt;		
		color: #000000;
		font-weight: normal }
	
	/* The Rest of the links */
	A {font-family: Arial;
	    color: #0000FF;
		font-weight: bold;
		font-size: 9pt }

	A:hover { text-decoration: underline;
		  color: #FF0000 }

	A#email:hover { text-decoration: underline;
		  color: #FF0000 }

	A#footer:hover { text-decoration: underline;
		  color: #FF0000 }

	
	
	
	
	