html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color:#FFFFFF;
}

.code {font-family: "Courier New", Courier, mono;font-size: 12px}
a {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
h1 {
	font-size: 19px;
	font-weight: bold;
	text-decoration: underline;
}

h2 {
	text-decoration: underline;
	font-size: 20px;
}

h3 {
	
}

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


#noborder table {
	border: 0 none;
}

#noborder td{
	border: 0 none;
}

.bordered {
	border: 1px solid Black;
}

.tborder {
	border: 1px solid Black;
}


.bordered td{
	border: 1px solid Black;
}


#header {
	position: absolute;
	width: 100%;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	height: 74px;
}

#left {
	position: absolute;
	left: 10px;
	top: 98px;
	width: 145px;
	height: auto;
}

#main {
	border: 0px none #9CFE85;
	margin: 100px 20px 40px 240px;
	font: 1em "Times New Roman", Times, serif;
}
#main a:hover{
	color: #000000;
}

#main a:link{
	text-decoration:underline;
}

#main a:link:hover{
	color: #515261;
}

#main a:visited:hover{
	color: #515261;
}

#main a:visited{
	color: #000000;
	text-decoration:underline;
}