body{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	background-color: #808080;
	background-image: url(bg_interlaced.png);
	color: #000000;
	margin: 0px 0px 0px 0px;
}
DIV.content{
	position: relative;
	top: 0px;
	width: 950px;
	text-align: left;
	background-image: url(bg_main.png);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	border-left: 1px solid white;
	border-right: 1px solid white;
}
DIV.title{
	position: relative;
	top: 0px;
	left: 0px;
	width: 950px;
	height: 110px;
	border-bottom: 1px solid white;
	background-image: url(title.jpg);
}
DIV.sidebar{
	position: absolute;
	top: 121px;
	left: 11px;
	width: 188px;
	height: 304px;
	background-image: url(sidebar.jpg);
	font-size: 10pt;
	color: white;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	padding: 150px 5px 5px 5px;
}
DIV.main{
	position: relative;
	top: 10px;
	LEFT: 221px;
	WIDTH: 708px;
	BACKGROUND-COLOR: #999999;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
}
DIV.footer{
	position: relative;
	top: 0px;
	left: 0px;
	width: 944px;
	height: 12px;
	border: 1px solid white;
	background-image: url(bg_footer.png);
	padding: 3px 3px 3px 3px;
	text-align: right;
	font-size: 8pt;
	color: white;
}
DIV.madeby{
	color: #c0c0c0;
	font-size: 7pt;
	margin: 0px;
	padding: 0px;
}
H1{
	font-size: 16pt;
	font-weight: bold;
}
H2{
	font-size: 13pt;
	font-weight: bold;
}
H3{
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	}
A:link{
	color: white;
	text-decoration: none;
}
A:active{
	color: white;
	text-decoration: none;
}
A:visited{
	color: white;
	text-decoration: none;
}
A:hover{
	text-decoration: underline;
}
UL{
	margin-top: 2px;
	padding-left: 30px;
}
IMG{
	border-color: white;
}