.font 
	{
		font-family: Arial;
		font-size: 12px;
		font-weight: normal;
		color: Black;		
	}
	
.headfont 
	{
		font-family: Arial;
		font-size: 14px;
		font-weight: bold;
		color: Black;		
	}
	
.linkfont1
	{
		font-family: Arial;
		font-size: 18px;
		font-weight: bold;
		color: orangered;
		text-decoration:none;
	}
.linkfont2
	{
		font-family: Arial;
		font-size: 16px;
		font-weight: bold;
		color: Olive;
		text-decoration:none;
	}
	
.linkfont 
	{
		font-family: Arial;
		font-size: 12px;
		font-weight: bold;
		color: Black;		
	}
	
.titlefont 
	{
		font-family: Arial;
		font-size: 16px;
		color: Red;
		font-weight: bold;			
	}
	
.Messagefont 
	{
		font-family: Arial;
		font-size: 16px;
		font-weight: normal;
		color: Olive;		
	}
	
.footerfont 
	{
		font-family: Verdana;
		font-size: 9px;
		font-weight: normal;
		color: Olive;		
	}
	
.H1 
	{
		font-family: Arial;
		font-size: 13px;
		font-weight: bold;
		color: White;
		background-color: Olive;
	}

.H2
	{
		font-family: Arial;
		font-size: 12px;
		font-weight: bold;
		color: Olive;		
	}
	
.hr
	{		
		size: 1px;		
		color: OrangeRed;		
	}
	
.AdminText 
	{
		font-family: Arial;
		font-size: 12px;
		font-weight: normal;
		color:Black;				
	}
	
.AdminTitle 
	{
		font-family: verdana;
		font-size: 14px;
		font-weight: bold;
		color: OrangeRed;
	}