body  {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	; font-style : normal;
	color : #000000;
	; font-weight : normal;
}

p  {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	; font-style : normal;
	color : #000000;
}

a  {
	color : #000066;
	text-decoration : underline;
}

a:Active  {
	color : #1A2399;
}

a:Hover  {
	color : Blue;
}

h1  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 24pt;
	font-weight : bold;
	color : Black;
}

h2  {
	font-size : 18pt;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
}

h3  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16pt;
	font-weight : bold;
	color : #003399;
}

h4  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bold;
	color : Black;
}

h5  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	color : Black;
}

h6  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : Black;
}

ol {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt
}

ul  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
}

li  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	line-height : normal;
}

table  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
}

td  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #000000;
}

b  {
	font-weight : bold;
}

i  {
	font-style : italic;
}

div {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt
}

.smalltext  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

.smallred { 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 8pt; 
	color: #FF0000}

.blue  {
	font-weight : bold;
	color : #003399;
}

.gold { 

	font-weight : bold; 
	color : #CCCC00; 
}

.green { 
	font-weight : bold; 
	color : #33FF33; 
}

.red  {
	font-weight : bold;
	color : #FF0000;
}

.silver { 

	font-weight : bold; 
	color : #CCCC99; 
}

.white  {
	color : #FFFFFF;
}

.medblack  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	line-height : normal;
	font-weight : bold;
	color : #000000;
}

.medblue  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-style : normal;
	font-weight : bold;
	color : #003399;
}

.medred  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	line-height : normal;
	font-weight : bold;
	color : #FF0000;
}

.medwhite  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-style : normal;
	font-weight : bold;
	color : #FFFFFF;
}

.largeblack  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16pt;
	font-weight : bold;
	color : #000000;
}

.largeblue  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16pt;
	font-style : normal;
	font-weight : bold;
	color : #003399;
}

.title { 
	font-weight : bold; 
	color : #001050;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt; 
}

.medtext { 
	font-size : 12pt;
	font-weight : bold; 
}

.largetext { 
	font-size : 16pt; 
	font-weight : bold; 
}.vlargetext { font-size : 24pt; font-weight : bold; }

.hide{
	display:none;
	}