body {
    margin: 0;
	background-color: #500052;
	background-image: url(../images/bgr.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}
.logo {
	margin-top: 5px;
	margin-left: 18px;
	margin-bottom: 10px;
	float: left;
	border: 0px;
}
.keywords {
	font-size: 0;
	visibility: hidden;
}
.stage {
	background: url(../images/stage_bgr.jpg);
	background-color: #444444;
	background-attachment: fixed;
	background-repeat: repeat-x;
	font-size: 12px;
	color: #9F9F9F;
}

.hd {
	margin-left: 5px;
	margin-bottom: 11px;
	margin-top: 5px;
}
.bt {
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	border: 0px;
}
h1 {
	font-size: 15px;
	color: #FFF;
	font-weight: normal;
	margin-left: 18px;
}
p {
	margin-left: 15px;
}
.footer {
	font-size: 10px;
}
.footer a:link,.footer a:visited, .footer a:active {
	color: #FD6B0B;
	text-decoration: none;
}
.footer a:hover {
	color: #FD6B0B;
	text-decoration: underline;
}
ul {
	list-style-image: url(../images/bullet.gif);
}
img {
	border: 0;
}