
BODY
{
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 12pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

P, H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #7B7973;
}


P
{
	font-weight: 500;
	font-size: 9pt;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}	
	
H1
{
	font-size: 18pt;
	word-spacing: normal;
	text-transform: none;
	line-height: normal;
	font-style: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H2	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	11pt;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	

		
H3	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	COLOR: #7B7973;
	font-weight: 500;
	font-size: 9pt;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}	
		
A:visited
{
	font-weight: 500;
	font-size: 9pt;
	word-spacing: normal;
	text-transform: none;
	color: #7b7973;
	font-style: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}	
		
A:active	{	
	font-weight: 500;
	COLOR: #7B7973;
	font-size: 9pt;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	}	
		
A:hover	
{
	font-weight: 500;
	font-size: 9pt;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;;
	color:	#215dad;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

TABLE
{
	table-layout: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	border-collapse: collapse;
}

.selected
{
	color: white;
}
A.selected:link
{
	color: white;
}
A.selected:visited
{
	color: white;
}
A.selected:active
{
	color: white;
}
A.selected:hover
{
	color: white;
}

.secondary
{
	color: #215dad;
}
A.secondary:link
{
	color: #215dad;
}
A.secondary:visited
{
	color: #215dad;
}
A.secondary:active
{
	color: #215dad;
}
A.secondary:hover
{
	color: #215dad;
}

.myfloat {position:absolute; visibility:hidden; left: 0; top: 0; z-index:0}

