body {
	font-family: Arial;
	color: #FFFFFF;
	background: #000000;
	font-size: 10px;
	margin-top: 30px
}

.red {
	font-family: Arial;
	color: #fdf7c6;
	background: #b30202;
}
.yellow {
	font-family: Arial;
	color: #b30202;
	background: #fdf7c6;
}
.blackborder {
	border: 2px solid #000000;
}
.title {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.pagetitle {
	font-family: Arial;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
a:link {
	font-family: Arial;
	font-weight: bold;
	color: #fdf7c6;
	text-decoration: none;
}
a:visited {
	font-family: Arial;
	font-weight: bold;
	color: #fdf7c6;
	text-decoration: none;
}
a:hover {
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.white:link {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.white:visited {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.white:hover {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #fdf7c6;
	text-decoration: underline;
}
.white:active {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #fdf7c6;
	text-decoration: underline;
}
input {
	font-family: Arial;
	font-size: 10px;
	background: #fdf7c6;
	color: #000000;
	border: 1px solid #000000;
}
select {
	font-family: Arial;
	font-size: 10px;
	background: #fdf7c6;
	color: #000000;
	border: 1px solid #000000;
}
textarea {
	font-family: Arial;
	font-size: 10px;
	background: #fdf7c6;
	color: #000000;
	border: 1px solid #000000;
}
.red1 {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #b30202;
	text-decoration: none;
}
.red1:link {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #b30202;
	text-decoration: none;
}
.red1:visited {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #b30202;
	text-decoration: none;
}
.red1:hover {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #b30202;
	text-decoration: underline;
}
.red1:active {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #b30202;
	text-decoration: underline;
}