body
{
	background: background-image;
	background-image: url(bg.jpg);
	background-repeat: repeat;
	color: #000;
	margin: 12px;
	font-family: Georgia, serif;
	font-size: 12pt;
}

pre
{
	font-family: Courier New, monospace;
}

:link
{
	color: #060;
	text-decoration: none;
}

:visited
{
	color: #030;
	text-decoration: none;
}

:active
{
	color: #0f0;
	text-decoration: none;
}

:hover
{
	text-decoration: underline;
}

p, h1, h2, h3, h4, h5, div
{
}

img.noborder
{
	border: 0px;
}

.h1
{
	color: #000;
	margin: 20px;
}

a.title_link
{
	font-size: 1.2em;
}

.title_text
{
	font-size: 2.2em;
	text-decoration: none;
}

div.footer
{
	color: #696;
	font-size: 0.75em;
	margin-top: 24px;
}

.subheader1
{
	background: #561;
	color: #fff;
	margin: 1em;
	font-size: 1.3em;
}

table.nav_top
{
	width: 950px;
	height: 2em;
	margin: 0px;
	font-weight: bold;
	margin-bottom: 18px;
	font-size: 0.9em;
	text-align: center;
}

td.nav_sep
{
	background: #561;
	width: 1px;
}

.text1
{
	background: #bc8;
	color: #000;
	margin: 1em;
	font-size: 1em;
	
}

