.bdytxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}
.picroll {
	border: thin solid #FF0000;
}
.drktxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
.required {
	color: red;
	font-style: italic;
}

#subject {
  display: none;
}

.error {
  background-color: #ffe0e0;
}

#messages {
  width: 80%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
  margin: 0 auto;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px dashed green;
	background-color: #dfffe0;
}
#messages.error {
	border-color: red;
	background-color: #ffe0e0;
}

A:link { COLOR: #ffffff; FONT-FAMILY: verdana; TEXT-DECORATION: none }
A:visited { COLOR: #ffffff; FONT-FAMILY: verdana; TEXT-DECORATION: none }
A:active { COLOR: #d1d1d1; FONT-FAMILY: verdana; TEXT-DECORATION: underline }
A:hover { COLOR: #d1d1d1; FONT-FAMILY: verdana; TEXT-DECORATION: underline }

all.clsMenuItemNS { Z-INDEX: 100; FONT: bold 12px Arial; CURSOR: hand; COLOR: white; TEXT-DECORATION: none }
.clsMenuItemIE { Z-INDEX: 100; FONT: bold 12px Arial; CURSOR: hand; COLOR: white; TEXT-DECORATION: none }
#MainTable A:hover { COLOR: yellow }

#Table1 th {
  width: 243px;
  font-weight: normal;
  text-align: right;
}
#Table3 th {
  width: 33.33%;
  text-align: left;
}
#Table3 td {
  vertical-align: text-top;
}

/* layout */
body {
	margin: 0;
	background: url('images/bg.gif') repeat-x;
}

#page {
	margin: 0 auto;
	width: 690px;
	background-color: #fff;
}

