<!--
body,td,th {
	color:#003300;
}
body {
	background-color:#FFFFFF; /*#002B24;
	background-image:url(../images/BG.gif);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:250px/Left/ 30px/Top/;*/
}
a:link {
	color: #006600;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #009900;
}
a:hover {
	text-decoration: none;
	color: #00FF00;
}
a:active {
	text-decoration: underline;
}
.top:link {
	color: #006600;
	font-size:11px;
	text-decoration:none;
	text-align:right;
}
.top:visited {
	color: #009900;
	font-size:11px;
	text-decoration:none;
	text-align:right;
}
.top:hover {
	color: #00FF00;
	font-size:11px;
	text-decoration: underline;
	text-align:right;
}
img {
	padding:2px;
}
.content {
	position:absolute;
	top:135px;
	left:10px;
	width:850px;
	height:auto;
	border-top:solid #000000 thin;
}
.nav {
	position:absolute;
	top:40px;
	left:260px;
	width:100px;
	height:480x;
	text-align:left;
	z-index:2;
}
ul.square {
	list-style-type: square;
}

/*Start New Layout*/
#col1 {
	width:20%;
	float:left;
	margin:25px;
	margin-top:5px;
}
#col2 {
	width:70%;
	float:left;
	margin:5px;
	/*margin-right:25px;
	margin-left:0px;*/
}
#box {
	border-top:solid #000000 thin;
	/*border:groove #99CCCC thick;*/
	background-color:#FFFFFF;
	height: auto;
	margin-bottom:17px;
	padding:5px;	
}
#box2 {
	border-top:solid #000000 thin;
	border-bottom:solid #000000 thin;
	background-color:#FFFFFF;
	height: auto;
	margin-bottom:17px;
	padding:5px;	
}
.type1 {
	text-align:center;
}
.type2 {
	text-align: left;
	padding:15px;
	padding-top:5px;
	
}
.type3 {
	width:270px;
	text-align: left;
	padding:15px;
	padding-top:5px;
	float: left;
}
.type4 {
	width:270px;
	text-align: left;
	padding:15px;
	padding-top:5px;
	float: right;
}
/*End Test*/
-->