@charset "utf-8";
body {
	background-color: #000000;
	color:#FFFFFF;
	margin: 0px;
	background-image: url(img/back_glow.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Times New Roman", Times, serif;
}
.mainfield {
	text-align: justify;
	text-indent: 20px;
}

.menu {
	font-size: 12px;
	font-weight: bold;
	color: #ffd102;
}
.headtext {
	font-size: 18px;
	font-weight: bold;
	color: #FFD202;
}
.moretext {
	font-size: 10px;
	color: #FFD202;
	text-align: right;
}
a {
	color: #FFD202;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.service_box {
	border: 1px dashed #FFD202;
}
.comment {
	font-size: 12px;
}
hr {
	color: #FFD202;
	border: 1px solid #FFD202;
}
.smalltext {
	font-size: 10px;
	color: #FFD202;
	text-align: center;
}
