﻿
body 
{    
    background-color:White;
    margin:0;
    font-family:Arial;
    font-size:8pt;
    height:100%
}

A:link {	
	text-decoration:	none;
	color:	Blue;
	}	
		
A:visited {	
	text-decoration:	none;
	color:	Blue;
	}	
		
A:active {	
	text-decoration:	none;
	color:	Blue;
	}	
		
A:hover	{
	text-decoration:	none;
	color:	Blue;
}

.ErrorText {
    font-family:Arial;
    font-size:8pt;
    color:Red;
}
.PageTitleText {
    font-family:Arial;
    font-size:16pt; 
    font-weight:bold;   
    color:#d14520;
}
.SectionTitleText {
    font-family:Arial;
    font-size:8pt;     
    color:#e6a637;
}
.ProfileText {
    font-family:Arial;
    font-size:14pt; 
    font-weight:bold;   
    color:Gray;
}
.ExtraInfoText {
    font-family:Arial;
    font-size:8pt;
    color:Silver;
}
.WebDate{
    font-family:Arial;    
    font-size:8pt;
    color:#ffa200;
}

