body {
	background-color: #000000;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.white_text {
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	color: white;
	font-weight: normal;
}

.white_article {
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.yellow_text {
	color: #BEC793;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.yellow_article {
	font-size: 12px;
	color: #BEC793;
	font-family: Verdana, Helvetica, Arial;
	font-weight: normal;
}

.textfield {
	background-color: #bec793;
	font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	color: black;
	border-color: #bec793;
	border-style: solid;
}

.textfield_center {
	background-color: #bec793;
	font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	color: black;
	border-color: #bec793;
	border-style: solid;
	text-align: center;
}

A:LINK, A:ACTIVE {
	color: white;
	font-weight: normal;
}

A:VISITED {
	color: #cccccc;
	font-weight: normal;
}

A:HOVER {
	color: #bec793;
	font-weight: normal;
}

.images {
	border-color: #ff8040;
}

.iframes {
	border-color: #000000;
	border-width: 0px;
}

.black_text {
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.normalRed {
	color: Red;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.bluelinks {

	font-weight: normal;
	font-family: verdana, sans-serif;
	text-transform: uppercase;
	color: #BEC793;
	font-size: 11px;
	font-weight: normal;

}
.bluelinks a:link {
	text-decoration:none;
	color: #000000;
	font-weight: normal;
	text-transform: uppercase;
}

.bluelinks a:active {
	text-decoration:none;
	color: #000000;
	font-weight: normal;
	text-transform: uppercase;
}

.bluelinks  a:visited {
	text-decoration:none;
	color: #000000;
	font-weight: normal;
	text-transform: uppercase;
}

.bluelinks a:hover {
	text-decoration:underline;
	color: #BEC793;
	font-weight: normal;
	text-transform: uppercase;
}