﻿
body 
{    
    background-color:Black;    
    margin:0;
    font-family:Arial;
    color:white;
    line-height:12pt;
    font-size:8pt;
    height:100%
}

h1
{
	font-size: 20px;	
	margin: 0;
	
    
    
}

A:link {	
	text-decoration:	none;
	color:	#ff0000;
	}	
		
A:visited {	
	text-decoration:	none;
	color:	#ff0000;
	}	
		
A:active {	
	text-decoration:	none;
	color:	#ff0000;
	}	
		
A:hover	{
	text-decoration:	none;
	color:	#ff0000;
}

.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;
}

