body {
    background-color: white;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#pagewrapper {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
}

p {
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

td, th {
	color: #999999;
}

h1 {
	color: #000000;
}

h2 {
	color: #333333;
}

h3 {
	color: #333333;
	font-size: 14px;
	text-align: center;
}

h4 {
	color: #333333;
	font-size: 14px;
	text-align: center;
}

h5, h6 {
	color: #333333;
}

a {
	color: #333333;
	text-decoration: underline;
}
A:visited {text-decoration: underline; color: #666666;}
A:active {text-decoration: none; color: #666666;}
A:hover {text-decoration: none; color: #333333;}

.smalltext {
	font: x-small Arial, Helvetica, sans-serif;
}

.img {
	border: thin solid #000000;
}

.navimage {
    border: 1px solid ;
	border-color: black;
}

table, td
{
	border-color: #999999;
	border-style: solid;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin-right: auto;
	margin-left: auto;
}

table
{
	border-width: 0 0 1px 1px;
	border-spacing: 0;
	border-collapse: collapse;
	margin: auto;
}

td
{
	margin: 0;
	padding: 8px;
	border-width: 1px;
	vertical-align: top;
}

div {
	text-align: center;	
	}
	
.italic {
 	font-style: italic;
}

.red_bold {
	font-weight: bold;
	color: #990000;
	}

.red {
	color: #990000;
	}
	
.bold_italic {
	font-weight:bold;
	font-style:italic;
	}
	
clearit{
	clear: both;
	height: 7px;
}

.bold {
	font-weight:bold;
	}
