@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url();
	background-color: #000;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #C00;
	text-decoration: none;
}
a:active {
	color: #C00;
	text-decoration: none;
}
a.red:link {
	color: #C00;
	text-decoration: none;
}
a.red:visited {
	color: #C00;
	text-decoration: none;
}
a.red:hover {
	color: #C00;
	text-decoration: none;
}
a.red:active {
	color: #C00;
	text-decoration: none;
}
a.redunderline:link {
	color: #C00;
	text-decoration: underline;
}
a.redunderline:visited {
	color: #C00;
	text-decoration: underline;
}
a.redunderline:hover {
	color: #666;
	text-decoration: underline;
}
a.redunderline:active {
	color: #666;
	text-decoration: underline;
}
.redarrows {
	color: #C00;
}
.text_black {
	color: #000000;
}
.text_white {
	color: #FFFFFF;
}
.text_red {
	color: #CC0000;
}
.form { margin-top: 0; margin-bottom: 0; }
.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	border: 1px dashed #999999;
}
.red_heading {
	color: #C00;
	font-size: 12px;
}
.redmodelname {
	color: #C00;
	font-size: 20px;
}
a.zcard:link {
	color: #666;
	text-decoration: none;
}
a.zcard:visited {
	color: #666;
	text-decoration: none;
}
a.zcard:hover {
	color: #C00;
	text-decoration: none;
}
a.zcard:active {
	color: #C00;
	text-decoration: none;
}
.statstext {
	color: #CCC;
	line-height: 21px;
	text-align: left;
}
.missionstatement {
	line-height: 18px;
	text-align: left;
}

.border {
	border: 1px solid #CCCCCC;
}
