table
{
margin: 0 auto;
text-align: left;
}

body, td {
font-family: Helvetica, Arial, Verdana, sans-serif;
font-size: 8pt;
line-height: 12pt;
background: #fff;
}

body
{
	text-align: center;
}

td {
font-size: 8pt;
line-height: 10pt;
background: transparent;
color: #fff;
}

h1 {
font-size: 10pt;
line-height: 10pt;
color: #282a45;
}

p {
font-size: 8pt;
line-height: 10pt;
color: #282a45;
}

ul {
font-size: 8pt;
line-height: 10pt;
color: #282a45;
}

ol {
font-size: 8pt;
line-height: 10pt;
color: #282a45;
font-weight: bold;
}

a:link, a:visited, a:active {
color: #282a45; 
text-decoration:none; 
}

a:hover {
color: #CC0000; 
text-decoration:underline; 
}

/* SECOND NAV CLASSES */

#secondnav
{
	background: url(images/secondnav_bg.jpg) repeat-x bottom;
	width: 145px;
	height: 150px;
	margin-left: 3px;
}

#secondnav ul
{
	margin: 0 0 0 2.5px;
	padding: 10px 0 0 0;
	list-style: none;
	color: #fff;
	font-size: 1.1em;
	font: Arial, Helvetica, sans-serif;
}

#secondnav li
{
	background: url(images/bullet.gif) no-repeat;
	padding: 0 10px 5px 20px;
	margin-left: 15px;
}

#secondnav li a
{
	color: #fff;
}

#secondnav li a:visited
{
	color: #fff;
}