<style type="text/css">

/* Default Text Styles */
	BODY {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 12px;
		font-weight : normal;
		font-style : normal;
		color : #ffffff;
	}
	
	TD {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 12px;
		font-weight : normal;
		font-style : normal;
		color : #ffffff;
	}
/* /Default Text Styles */

/* Admin Styles */
	TD.Admin {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 12px;
		font-weight : normal;
		font-style : normal;
		color : #000000;
	}
	
	A.Admin {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 12px;
		font-weight : normal;
		text-decoration : underline;
		color : #000000;
	}
/* /Admin Styles */

/* Text Styles */
	DIV.FontBold {
		font-size : 12px;
		font-weight : bold;
	}
	
	DIV.LargeFontBold {
		font-size : 13px;
		font-weight : bold;
	}
	
	DIV.SmallFont {
		font-size : 11px;
	}
	
	DIV.Copyright {
		font-size : 10px;
		font-weight : normal;
		color : #666666;
	}
/* /Text Styles */

/* Link Styles */
	A {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 12px;
		font-weight : normal;
		text-decoration : underline;
		color : #ffffff;
	}
	
	A:Hover {
		text-decoration : none;
		color : #ffcc99;
	}
	
	A.LinkBold {
		font-weight : bold;
		text-decoration : none;
	}
	
	A:Hover.LinkBold {
		font-weight : bold;
		text-decoration : none;
		color : #ffcc99;
	}
	
	A.Copyright {
		font-size : 10px;
		text-decoration : none;
		color : #666666;
	}
	
	A:Hover.Copyright {
		text-decoration : underline;
		color : #003399;
	}
/* /Link Styles */

/* Form Styles */
	Input {
		color : navy;
		font-size : 12px;
		font-weight : normal;
	}
/* /Form Styles */
</style>