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


/* H elements */

H1
{
	font-family: Arial, Helvetica, sans-serif; font-size: 27px;
}
H2
{
	font-family: Arial, Helvetica, sans-serif; font-size: 24px;
}
H3
{
	font-family: Arial, Helvetica, sans-serif; font-size: 21px;
}


/* link alterations */

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


/* TD and BODY elements are .large unless otherwise specified */

BODY TABLE TH TR TD CENTER UL FORM P
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000011;
}


/* basic style for the entire document */

.largest
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #000011;
}

.large
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000011;
}

.medium
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000011;
}

.small
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000011;
}

.tiny
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000011;
}
.pre
{
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #000011;
}

