.TextWhite
{
	color: #FFFFFF;
	font-size : 12px;
	font-family : "Arial", "Georgia", "Verdana", "Helvetica", Serif; 
}

.TextBrown
{
	color: #9E7E62;
	font-size : 12px;
	font-family : "Arial", "Georgia", "Verdana", "Helvetica", Serif; 
}

.Link
{
	color: #FFFFFF;
	font-size : 12px;
	text-decoration: underline;
	font-family : "Arial", "Georgia", "Verdana", "Helvetica", Serif; 
}

A.Link:visited {color : #FFFFFF; font-size : 12px; text-decoration: underline;}
A.Link:link {color : #FFFFFF; font-size : 12px; text-decoration: underline;}
A.Link:active {color : #FFFFFF; font-size : 12px; text-decoration: underline;}
A.Link:hover {color : #9E7E62; font-size : 12px; text-decoration: underline;}

.LinkBrown
{
	color: #9E7E62;
	font-size : 12px;
	text-decoration: none;
	font-family : "Arial", "Georgia", "Verdana", "Helvetica", Serif; 
}

A.LinkBrown:visited {color : #9E7E62; font-size : 12px; text-decoration: none;}
A.LinkBrown:link {color : #9E7E62; font-size : 12px; text-decoration: none;}
A.LinkBrown:active {color : #9E7E62; font-size : 12px; text-decoration: none;}
A.LinkBrown:hover {color : #CC0000; font-size : 12px; text-decoration: none;}

.H1
{
	font-family : "Arial", "Georgia", "Verdana", "Helvetica", Serif; 
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}

.H2
{
	font-family : "Arial", "Georgia", "Verdana", "Helvetica", Serif; 
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

.H3
{
	font-family : "Arial", "Georgia", "Verdana", "Helvetica", Serif; 
	font-size: 16px;
	color: #9E7E62;
	font-weight: bold;
}

.Footer
{
	color: #000000;
	font-size : 11px;
	text-decoration: none;
	font-family : "Arial", "Georgia", "Verdana", "Helvetica", Serif; 
}

A.Footer:visited {color : #000000; font-size : 11px; text-decoration: none;}
A.Footer:link {color : #000000; font-size : 11px; text-decoration: none;}
A.Footer:active {color : #000000; font-size : 11px; text-decoration: none;}
A.Footer:hover {color : #9E7E62; font-size : 11px; text-decoration: none;}

