﻿
body {    
    margin:0;
    font-family:Arial;
    font-size:9pt;
    line-height:18px
}

A:link {	
	text-decoration:	none;
	color:	#b3c31c;
	}	
		
A:visited {	
	text-decoration:	none;
	color:	#b3c31c;
	}	
		
A:active {	
	text-decoration:	none;
	color:	#b3c31c;
	}	
		
A:hover	{
	text-decoration:	none;
	color:	#b3c31c;
}

.ErrorText {
    font-family:Arial;
    font-size:8pt;
    color:Red;
}
.PageTitleText {
    font-family:Arial;
    font-size:14pt; 
    font-weight:bold;   
    color:#856d40;
}
.SectionTitleText {
    font-family:Arial;
    font-size:12pt;     
    font-weight:bold;   
    color:#939393;
}
.H3
{
    font-weight:bold;    
    font-family:Arial;
    font-size:9pt;         
    color:#888c38;
}
.SubH3
{    
    font-family:Arial;
    font-size:9pt;
    color:#dcc70a;
}
.SubH4
{    
    font-family:Arial;
    font-size:9pt;
    font-weight:bold;
    color:#bfad07;
}
.NoteText {
    font-family:Arial;
    font-size:8pt; 
    color:Maroon;      
}
.FooterText {
    font-family:Arial;
    font-size:8pt; 
    color:Silver;      
}