h1,h2.cover,h3.cover,p.cover /* h1 are only use on the cover */
{
font-family: Arial,Helvetica,sans-serif;
color: #000000;
}

h1
{
font-size: 1.2em;
}

h2.cover
{
font-size: 1.1em;
}

h3.cover
{
font-size: 1.0em;
}

p.cover
{
font-size: 0.95em;
font-weight: bold;
}

h2,h3,h4
{
font-family: Arial,Helvetica,sans-serif;
color: #000000;
}

h2
{
font-size: 1.15 em;
}

h3
{
font-size: 1.0em;
}

h4
{
font-size: 0.9em;
}

p,li,thead.regular,tbody.regular,tfoot.regular
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 0.75em;
color: #000000;
}

caption
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 0.75em;
color: #000000;
font-weight: bold;
text-align: left;
}

/********** Links **********/

A:hover {background-color : #FFFF7F;}  /* user hovers - usually Yellow(#FFFF00) */

A:link    {color: Blue;}              /* links */

A:Visited {color: Purple;}            /* visited links */

a.bottomlink /* Navigation Links */
{
font-family: Arial,Helvetica,sans-serif;
font-size: 0.85em;
font-weight: bold;
}

/********** Object **********/

hr
{
height: 2px;
color: #000000;
width: 580px;
}

hr.cover
{
height: 1px;
color: #000000;
width: 580px;
}

body {background-color: #FFFFFF;}

form {margin-bottom: 0px;}


/********** Class **********/

.adobe /* For the Adobe Acrobat Reader text */
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 0.65em;
}


thead.content,tbody.content,tfoot.content
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 0.65em;
color: #000000;
}

hr.caption
{
height: 1px;
color: #000000;
width: 580px;
}

p.caption
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 0.65em;
color: #000000;
}

#foo
{
	border-collapse: collapse;
	border: 0px none;
}

.col2top
{
	border-top:1px solid black;
	border-bottom: 1px solid black;
}

.col2rl
{
	border-right: 1px solid black;
	border-left: 1px solid black;
}

.col2Bottom
{
	border-bottom: 1px solid black;
}

.col2topOnly
{
	border-top:1px solid black;
}

.left
{
	text-align: left;
}

.top /** For links linking to top of the page*/
{
	font-size: x-small;
	font-weight: bold;
}

.large_letter
{
	font-size: x-large;	
}
