/* CSS Document */
body, .header, .footer, .menutop {
  /*background: #475496;*/
  background: #336699;
  color: #ffffff;
  font-family: arial, helvitica, sans-serif;
  margin: 0px 0px 0px 0px;
}

body a, .header a, .footer a, .menutop a {
  color: #ffffff;
}

.menubody {
	background: #ceceff;
	/* background: #8FCC83; */
}

.outer, .inner, .inner table {
	color: #000000;
	font-size: 12px;
}

.outer a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}

.inner a {
  text-decoration: none;
  color: #0000ff;
  font-weight: bold;
}

.menubody a {
  text-decoration: none;
  color: #0000ff;
  font-weight: bold;
} 

a:hover {
	color: #00ff00;
}

.text {
	background: url('images/text.gif') no-repeat fixed;
	font-family: arial, helvitica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 330px;
	height: 24px;
	border: 0px;
	padding-left: 12px;
	padding-right: 3px;
	border: 0px;
}

label>input.text {
	background: url('images/text.gif') no-repeat;
	border: 0px;
}	

form>input.text {
	background: url('images/text.gif') no-repeat;
	border: 0px;
}

td>input.text {
	background: url('images/text.jpg') no-repeat;
	border: 0px;
}

.text2 {
	background: url('images/text2.jpg') no-repeat fixed;
	font-family: arial, helvitica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 186px;
	height: 24px;
	border: 0px;
	padding-left: 12px;
	padding-right: 3px;
	border: 0px;
}

label>input.text2 {
	background: url('images/text2.jpg') no-repeat;
	border: 0px;
}	

form>input.text2 {
	background: url('images/text2.jpg') no-repeat;
	border: 0px;
}

td>input.text2 {
	background: url('images/text2.jpg') no-repeat;
	border: 0px;
}

.textarea {
	background: url('images/textarea.jpg') no-repeat fixed;
	font-family: arial, helvitica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 330px;
	height: 156px;
	border: 0px;
	padding-left: 12px;
	padding-right: 3px;
	border: 0px;
}

label>textarea.textarea {
	background: url('images/textarea.jpg') no-repeat;
	border: 0px;
}	

form>textarea.textarea {
	background: url('images/textarea.jpg') no-repeat;
	border: 0px;
}	

td>textarea.textarea {
	background: url('images/textarea.jpg') no-repeat;
	border: 0px;
}	

input.option {width: 170px; color: #0000ff; background: #cccccc; border-top: 1px solid #dddddd; border-left: 1px solid #dddddd; border-right: 2px solid #aaaaaa; border-bottom: 2px solid #aaaaaa;}
.entry {color: #0000ff; background: #eeeeee; border: 1px solid #aaaaaa;}
p.form {font-family: futura lt bt, arial, sans-serif; color: #000000; size: 10pt;}
td.main {font-family: futura lt bt, arial, sans-serif; color: #000000; size: 12pt;}

div.login {
	background: #c0c0c0;
	/* background: #8FCC83; */
	font-size: 10px;
	font-family: arial, helvitica, sans-serif;
	color: #000000;
	height: 20px;
	overflow: hidden;
	border-bottom: 1px solid #333333;
}

