/* user_agent : Mozilla/4.0 (compatible; MSIE 6.0; Windows 98) */


/* basic font definitions */

.Arial
{
	font-family: Arial, Helvetica, sans-serif;
}

.Verdana
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.Century
{
	font-family: 'Century', 'Bookman Old Style', 'Times New Roman', Times, serif;
	font-size: 85%;
}


/* other font definitions */

.first
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.second
{
	font-family: 'Times New Roman', Times, serif;
}


/* H elements */

H1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #443311;
}
H2
{
	font-family: 'Times New Roman', Times, serif;
	font-size: 22px;
	color: #993300;
	font-style: italic;
}
H3
{
	font-size: 20px
}


/* link alterations */

A:link
{
	font-weight: bold;
}
A:visited
{
	font-weight: bold;
}
A:active
{
	font-weight: bold;
}
A:hover
{
	color: #BB3300;
}

