body {
	background : #4d4d4d url(img/clouds_outerbg.jpg) repeat;
	background-repeat : no-repeat;
	background-position : 50% 0%;
	margin-top : 0;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
}
.ie5wrapper {
	text-align: center;
}
.maintext {
	background : #c4c4c9 url(img/clouds_innerbg.jpg) repeat;
	background-repeat : no-repeat;
	background-position : 50% 0%;
	width : 500px;
	margin-top : 0;
	margin-bottom : 10px;
	margin-left : auto;
	margin-right : auto;
}
.inset {
	font-size : 11px;
}
h1 , h2 , h3 , h4 , h5 , p , ul , ol , dl {
	font-family : Arial, sans-serif;
	margin : 10px;
	color : #003366;
	text-align: left;
}
a:link {
	text-decoration : none;
	color : #663366;
}
a:visited {
	text-decoration : none;
	color : #330033;
}
a:active, a:hover {
	text-decoration : none;
	color : #663366;
	background-color : #ebe9ec;
}
.indent , li {
	margin-left : 25px;
	margin-right : 25px;
}
.indent , ul , ol , dl , .tail {
	font-size : 90%;
}
.linklist, .footer, .footerinset {
	font-size : 80%;
}
.footer {
	text-align : right;
}
.footerinset {
	border-top : 1px dotted #333333;
	text-align : center;
	margin : 0;
}
