a:active  {
	text-decoration : none;
	font-weight: bold;
	color: #FFCC00;
	}
	
a:link {
	text-decoration : none;
	font-weight: bold;
	color: #FFFFFF;
	}
	
a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
	
a:hover {
	text-decoration : none;
	font-weight: bold;
	color: #FFCC00;
	}

body {
	background-color: #FBF9F3;
	background-image: url(../layouts/background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
	color: #72706B;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#main_table {
	background-image: url(../layouts/background_2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#madewith {
	z-index: 10;
	position: absolute;
	top: 609px;
	left: 65px;
}

#requirements {
	z-index: 10;
	position: absolute;
	top: 609px;
	left: 152px;
}