/* CSS Document */

body {
	background-image: url(images/background.jpg);
	background-color:#000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.content {
	padding: 0;
	color: #FFFFFF;
	font-family: "Lucida Grande", Arial, Verdana;
	margin: 0;
}
.content p {
	font-size: 14px;
	line-height: 20px;
	margin: 25px 0;
	color: #CCCCCC;
}
.content ul {
	font-size: 13px;
	line-height: 19px;
	margin-top: 0px;
	color: #CCCCCC;
}
.need {
	color: #00FF00;
}
.content li {
	margin-top: 10px;
}
.content a {
	color: #B40D0F;
}
.content a:hover {
	color: #999999;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
	background-image: url(images/layout_24.jpg);
	background-repeat: no-repeat;
	padding: 0 0 0 30px;
	margin: 35px 0 0 0;
	text-align: left;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}
.footer {
	color: #666666;
	font-family: "Lucida Grande", Arial, Verdana;
	font-size: 12px;
	text-align: center;
	padding: 10px;
}
.footer a {
	color: #666666;
}
.footer a:hover {
	color: #CCCCCC;
}
td {
	font-size: 12px;
}
.required {
	color: #FF0000;
}
.content .need {
	color: #00FF00;
}
marquee {
	font-size: 13px;
	color: #333333;
}

