/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 17px;
	background-color: #000000;
}
.header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #006FA9;
}
.text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #;
}
.box {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	color: #ffffff;
}
.box A:link {
	text-decoration:none;
	color:#ce0000;
}
.box A:visited {
	text-decoration:none;
	color:#ce0000;
}
.box A:hover {
	text-decoration:none;
	color:#ffffff;
	background-color:#ce0000;
}
.box A:active {
	text-decoration:none;
	color:#ffffff;
	background-color:#ce0000;
}

.big {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 22px;
	color: #ffffff;
}
.big A:link {
	text-decoration:none;
	color:#ce0000;
}
.big A:visited {
	text-decoration:none;
	color:#ce0000;
}
.big A:hover {
	text-decoration:none;
	color:#ffffff;
	background-color:#ce0000;
}
.big A:active {
	text-decoration:none;
	color:#ffffff;
	background-color:#ce0000;
}

.form_fields {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #333333;
	background-color: #00CCFF;
}
.footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
}
.footer A:link {
	text-decoration:none;
	color:#ffffff;
}
.footer A:visited {
	text-decoration:none;
	color:#ffffff;
}
.footer A:hover {
	text-decoration:none;
	color:#006dad;
	background-color:#ffffff;
}
.footer A:active {
	text-decoration:none;
	color:#006dad;
	background-color:#ffffff;
}