a{text-decoration:none;}
/*general link formating goes before the pseudo classes*/
a:link {
	color: #336600;
}
a:visited {
	color: #999933;
	text-decoration: underline;
}
a:hover {
	color: #036;
	text-decoration: none;
}

.one {
	font: 12px Arial, Helvetica, sans-serif;
	color: #CC0000;
}
.bold {
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.back {
	font-weight: bold;
	color: #333333;
	text-align: right;
}
.two {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #333333;
}
.main {
	position:       absolute;
	width:          200px;
	height:			140%;
	top:            85px;
	left:           10px;
	padding:		2px;
	align:			center;
}
.main2 {
	position:       absolute;
	width:          200px;
	height:			140%;
	top:            85px;
	left:           230px;
	padding:		2px;
	align:			center;
}
.main3 {
	position:       absolute;
	width:          200px;
	height:			140%;
	top:            85px;
	left:           450px;
	padding:		2px;
	align:			center;

}

.top {
	position:       absolute;
	width:          600px;
	height:			75px;
	top:            0px;
	left:           10px;
	padding:		2px;
	align:			left;
}

ul {
	list-style-type: disc;
	padding: 0;
	margin: 0;
	color: #003366;
	list-style-position: inside;
  }

li {
}

