@charset "ISO-8859-1";
body {
	font-family: "Courier New", Courier, monospace, monaco;
	font-size: 11px;
	color: #333333;
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: white;


}
td,th {
	font-family: "Courier New", Courier, monospace, monaco;
	font-size: 11px;
	color: #333333;
	text-align: left;
	line-height:17px;
	border-bottom: solid 1px #333333;
	border-top: solid 3px #333333;
	border-left: none;
	border-right: none;
	padding-right: 15px;
	}
	
	
a:link {
	text-decoration: none;
	font-family: "Courier New", Courier, monospace, monaco;
	font-size: 11px;
	height: auto;
	color: #333333;
	font-style: normal;
	font-weight:normal;
	line-height: 17px;
}

a:visited {
	text-decoration: none;
	font-family: "Courier New", Courier, monospace, monaco;
	font-size: 11px;
	height: auto;
	color: #CCCCCC;
	font-style: normal;
	font-weight:normal;
	line-height: 17px;
}
a:hover {
	text-decoration: none;
	font-family: "Courier New", Courier, monospace, monaco;
	font-size: 11px;
	height: auto;
	color: #333333;
	font-style: normal;
	font-weight:normal;
	border-bottom: 1px solid #EE1557;
}

#divNav
{
	position: absolute;
	z-index: 100;
	top: 30px;
	left: 30px;
}

#divWork
{
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 30px;

}

