@import "mozilla.header.css";
@import "mozilla.menu.css";
@import "mozilla.content.css";
@import "mozilla.footer.css";

html {
	margin:0px;
	padding:0px;
	height:100%;
}

body {
	border:none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#EEEEEE;
	color:#5D5D5D;
	height:100%;
}

h1 {
	font-size:22px;
}

h2 {
	color:#8CC63F;
	font-size:22px;
}

h5 {
	font-size:14px;
	margin:10px 0px 10px 0px;
}

.green {
	color:#8CC63F;
}

.orange {
	color:#FFA900;
}

b {
	font-size:14px;
}

table {
	font-size:12px;
}

input.text {
	font-size:12px;
	border:1px solid #8CC63F;
	width:130px;
	color:#5D5D5D;
}

input.text_w {
	font-size:12px;
	border:1px solid #FF0000;
	background-color:#FFEEEE;
	width:130px;
	color:#5D5D5D;
}

input.text60 {
	font-size:12px;
	color:#5D5D5D;
	border:1px solid #8CC63F;
	width:60px;
}

input.text60_w {
	font-size:12px;
	color:#5D5D5D;
	border:1px solid #FF0000;
	background-color:#FFEEEE;
	width:60px;
}

input.text180 {
	font-size:12px;
	border:1px solid #8CC63F;
	color:#5D5D5D;
	width:180px;
}

input.text180_w {
	font-size:12px;
	color:#5D5D5D;
	border:1px solid #FF0000;
	background-color:#FFEEEE;
	width:180px;
}

input.text240 {
	font-size:12px;
	border:1px solid #8CC63F;
	color:#5D5D5D;
	width:240px;
}

input.text240_w {
	font-size:12px;
	color:#5D5D5D;
	border:1px solid #FF0000;
	background-color:#FFEEEE;
	width:240px;
}

input.radio {
	vertical-align:text-bottom;
	height:17px;
	width:17px;
	margin:0px;
}

select.select {
	font-size:12px;
	width:180px;
	color:#5D5D5D;
}

textarea.textarea {
	font-size:12px;
	border:1px solid #8CC63F;
	font-family:Arial, Helvetica, sans-serif;
	color:#5D5D5D;
}

input.submit {
	font-size:12px;
	border:1px solid #8CC63F;
	background-color:#EEEEEE;
	color:#5D5D5D;
	width:180px;
	cursor:pointer;
}

div.base {
	position:absolute;
	left:0px;
	top:0px;
	width:1006px;
	min-height:100%;
	background-color:#FFFFFF;
	margin:0px 0px 0px 0px;
	text-align:left;
	float:left;
}

a:link img,
a:visited img,
a:hover img {
	border:none;
}

a:link,
a:visited {
	text-decoration:none;
	color:#8CC63F;
}

a:hover {
	text-decoration:underline;
	color:#FFA900;
}