* {
	padding: 0;
	margin: 0;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
}
h5 {
	color: #009900;
	text-decoration: underline;
	font-weight: bold;
	font-size: 1.25em;
}
h4 {
	background-color:#CCCCCC;
	color:#009900;
	font-size:12px;
	padding-left:3px;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #009900;
}
a:active {
	text-decoration: underline;
	color: #666600;
}
#wrapper {
	margin: 0 auto;
	width: 800px;
	height:100%;
	border:solid #666666 1px;
}
#header {
	width: 800px;
	float: left;
	margin: 0px 0px 5px 0px;
}
#leftcolumn {
	margin: 0px 5px 5px 15px;
	padding: 0.5em;
	width: 150px;
	float: left;
}
#leftcolumn li {
	list-style-image: url(../images/bullet.gif);
}
#rightcolumn {
	float: right;
	margin: 0px 5px 5px 5px;
	width: 600px;
	padding:0.25em;
	display: inline;
}
#footer {
	width: 800px;
	clear: both;
	margin: 10px 0px 10px 0px;
}
#footer li{
	display: inline;
}
#footer a:hover {
	font-weight: normal;
}
.quote {
	border:solid #009900 1px;
	font-family:"Courier New", Courier, monospace;
	text-align:center;
}
.copyright {
	font-size: x-small
}
.selected {
	cursor:default;
}
.success {
	padding:3px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size: 1.5em;
	background-color:#009900;
	border:solid #FF0000 2px;
}
.style1 {font-size: xx-small}