@charset "utf-8";
/* CSS Document */

body
{
	font-family:"Times New Roman", Times, serif; font-size:18px;
}

h1
{
	font-family:Arial, Helvetica, sans-serif; font-size:24px; font-style:italic; font-weight:normal
}

h2
{
	font-family:Arial, Helvetica, sans-serif; font-size:20px; font-weight:normal
}

h3
{
	font-family:Arial, Helvetica, sans-serif; font-size:18px; font-weight:normal
}

.compact
{
    line-height:0%
}

.pagewidth
{
	width:750px;
	position:absolute;
	left:50%;
	margin-left:-375px;
}

.navlink
{
	color:#AA0000; font-size:16px; font-family:Arial, Helvetica, sans-serif; font-style:italic; font-weight:bold
}

/* General link anchor formatting */
a
{
	color: #AA0000; text-decoration:none;
}

/* Anchor link style */
a:link
{
	color: #AA0000; text-decoration:none;
}

/* Anchor hover style */
a:hover
{
	color: #0000FF; 
}
