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


/* basic font definitions */

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

.ArialSmall
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

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


/* H elements */

H1
{
	font-family: Arial, Geneva, Helvetica, sans-serif; font-size: 26px;
	color: #552211;
	text-align: center;
	font-variant: small-caps;
}
H2
{
	font-family: Arial, Geneva, Helvetica, sans-serif; font-size: 23px;
	color: #552211;
	font-variant: small-caps;
}
H3
{
	font-family: Arial, Geneva, Helvetica, sans-serif; font-size: 20px;
	color: #552211;
	font-variant: small-caps;
}


/* link alterations */

A:link
{
	color: #003399;
	font-weight: bold;
}

A:visited
{
	color: #003399;
	font-weight: bold;
}

A:active
{
	color: #003399;
	font-weight: bold;
}

A:hover
{
	color: #990000;
	font-weight: bold;
}

