	A
	{
		color: gold;
		font-family: verdana, arial, helvetica;
		font-size: 10pt;
		font-weight: normal;
		text-decoration: none;
	}
	A:hover
	{
		text-decoration: underline;
	}
		
	BODY,
	P,
	U,
	UL
	{
		background-color: black;
		color: white;
		font-family: verdana, arial, helvetica;
		font-size: 10pt;
		font-weight: normal;
	}
	
	BODY { margin-top: 0px; margin-left: 15px; }
	DIV { color: white; font-family: verdana, arial, helvetica; }
	H1, H2, H3, H4
	{
		background-color: black;
		color: white;
		font-family: verdana, arial, helvetica;
	}
	
    INPUT, SELECT, TEXTAREA { font-family: verdana, arial, helvetica; font-size: 10pt; }
	TD, TH
	{ 
		color: white;
		font-family: verdana, arial, helvetica;
		font-size: 10pt;
		font-weight: normal;
		vertical-align: top;
	}
	TH { border: none; color: red; text-align: left; }
	
	.classCenter { text-align: center; }
    .cFAQHdr { color: gold; }
	.classHeader { color: red; font-weight: bold; text-align: right; vertical-align: top; }
	.classHeaderAlignLeft { color: red; font-weight: bold; text-align: left; vertical-align: top; }
	.classSmall { font-size: 8pt; font-weight: bold; }
	.classSmallColor { color: red; font-size: 8pt; font-weight: bold; }
	.classTableBorder {	border: none; vertical-align: top; }
	.classTextColor { color: red; }
	.classTopBorder { border-top: none; vertical-align: top; }

	.cTab { padding-left: 1.75cm; }
	.cSpecial TD, TH { 
		border: 1px solid white; 
		text-align: center; 
		vertical-align: middle; }
	.cExpandable { 
		color: white; 
		cursor: hand; cursor: pointer; /*use pointer for newer browsers 6+*/
		height: 21px; 
		padding-left: 1cm; 
		text-decoration: none; }
	.cUnderline { behavior:url(hilite.htc); }
	.cShow { display: block; }
	.cHide { display: none; }
	.cExpandable IMG { vertical-align: top; }
	.cInvisible	{ display: none; }
