td
{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
}

th
{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#000000;
}

th.title
{
	background:#cccccc;	
}

body
{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(graphics/background.gif);
	color:#808080;
}

/* main navigation */

.leftnav
{
	color: #ffffcc;
	font-weight: bold;
}

.leftnav:hover
{
	color: #00ccff;
	text-decoration: none;
}

a.leftnav
{
	font-size: 14px;
	font-weight: bold;
}

/* headings */
h1
{
	font-size: 28px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
}

h3
{
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
}

h4
{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
}

/* read more link */
a.readmore
{
	font-size: 10px;
	font-weight: bold;
	color: #000099;
}

a.readmore:visited
{
	color: #0000CC;
}

a.readmore:hover
{
	color: #00ccff;
}

/* subnavigation links in heading section of homepage, and footer of homepage */
a.subnav
{
	font-weight: bold;
	color: #000099;
}

a.subnav:visited
{
	color: #0000CC;
}

a.subnav:hover
{
	color: #00ccff;
}

p.writeup
{
	text-align:left;
	border-top: 1px solid #000000;
}

.rightfloater
{
	float:right; 
	text-align:center; 
	padding:10px; 
	color:#000000;	
	font-size: 12px;
}

div.centered
{
	text-align: center;
}

div.centered table
{
	margin: 0 auto; 
	text-align: left;
}