.login {
	height: 17px;
	width: 100px;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #ffe348;
	background-color: #000000;
}
.form {
	height: 20px;
	width: 120px;
	border: 1px solid #999999;
	font-family: Tahoma;
	font-size: 11px;

	color: #ffe348;
	background-color: #000000;
}
.form_multiline {
	width: 120px;
	border: 1px solid #999999;
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
	color: #ffe348;
	background-color: #000000;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFCC00;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFCC;
}
.body_text {
	font-family: Tahoma;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration:none;
}

.body_text_link {
	font-family: Tahoma;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration:none;
}
.body_text_link:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFCC00;
	text-decoration:none;
}

body {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}