BODY    {
        font-family: helvetica, arial, sans-serif;
        font-size: 14px;
	color: #000000;
        background-color: #FFFFFF;
	background-image: none;
        margin: 20px;
}

A:link	{
	color: #000066;
}
A:visited	{
	color: #000066;
}
A:active	{
	color:	#FF0000;
}

B {
	font-weight: bold;
}

TH, TD, P, LI   {
        font-family: helvetica, arial, sans-serif;
}

LI {
	margin: 1em 2em 1em 0;
}

H1      {
	font-family: helvetica, arial, sans-serif;
        font-weight: bold;
}

H2      {
	font-family: helvetica, arial, sans-serif;
        font-weight: bold;
}

H3	{
	font-family: helvetica, arial, sans-serif;
        font-weight: bold;
}

h4	{
	font-family: helvetica, arial, sans-serif;
        font-weight: bold;
}

h5	{
	font-family: helvetica, arial, sans-serif;
        font-weight: bold;
}

/* A set of styles to apply to the left navigation box */
.leftlink {
	font-weight: bold;
	padding: 0 0.1em 0 0.1em;
}
DIV.leftlink A:link, DIV.leftlink A:active, DIV.leftlink A:visited {
	text-decoration: none;
}
DIV.leftlink A:hover {
	text-decoration: none;
	background-color: red;
	background-image: none;
}
.lefthov {
	background-color: red;
	background-image: none;
}
.leftlinkin1 {
	font-size: 90%;
	margin-left: 1em;
	padding: 0 0.1em 0 0.1em;
}
DIV.leftlinkin1 A:link, DIV.leftlinkin1 A:active, DIV.leftlinkin1 A:visited {
	text-decoration: none;
}
DIV.leftlinkin1 A:hover {
	text-decoration: none;
	background-color: red;
	background-image: none;
}
.leftlinkin2 {
	font-size: 90%;
	margin-left: 2em;
	padding: 0 0.1em 0 0.1em;
}
DIV.leftlinkin2 A:link, DIV.leftlinkin2 A:active, DIV.leftlinkin2 A:visited {
	text-decoration: none;
}
DIV.leftlinkin2 A:hover {
	text-decoration: none;
	background-color: red;
	background-image: none;
}

/* A set of styles to apply to the right navigation box */
.rightlink {
	text-align: right;
	text-decoration: none;
}
DIV.rightlink A:link, DIV.rightlink A:active, DIV.rightlink A:visited {
	text-decoration: none;
}
DIV.rightlink A:hover {
	text-decoration: none;
	background-color: #eebb88;
	background-image: none;
}
.righthov {
	background-color: #eebb88;
	background-image: none;
}

/* the center stuff should have some margins from the nav bars */
DIV.centertext {
	margin: 1em;
}
