html {
  height: 100%;
  margin-bottom: 1px;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #5D5D5D;
}

.note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #5D5D5D;
}

table.flay {
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	border-collapse: collapse;
	border-spacing: 0px;
}

.flayHd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	border-bottom: 1px solid #333333;
	background-color: #333333;
}

.flayBd {
	vertical-align: top;
	width: 50%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #5D5D5D;
	padding: 5px;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
}

.flayWd {
	vertical-align: baseline;
	width: 50%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #5D5D5D;
	padding: 10px;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
}

.flaySb {
	vertical-align: baseline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #5D5D5D;
	padding: 5px;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
}

.bodySub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5D5D5D;
}

.error {
	color: red;
}

.mand {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;	
	font-weight: bold;
	color: #FF0000
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #DB0900;
	text-decoration: none;
	cursor: hand;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #F4625C;
	text-decoration: none;

}

a.flink {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
}

a.flink:hover {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;

}

div#header {
  height: 149px;
  background: #000 url(../images/header.gif) 0 0 no-repeat;
}

div#footer {
  height: 50px;
  background: #000 url(../images/footer.gif) 0 0 no-repeat;
}

div#title {
	position: relative;
	top: 118px;
	left: 20px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

div#flink {
	position: relative;
	top: 10px;
	left: 20px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

#fname { width: 180px; border: 1px solid #bbb; background: #fff; }

#fmail { width: 180px; border: 1px solid #bbb; background: #fff; }

#f70 { width: 70px; border: 1px solid #bbb; background: #fff; }

#fday { width: 40px; border: 1px solid #bbb; background: #fff; }

#t180 { width: 280px; height: 60px; border: 1px solid #bbb; background: #fff; }

input {
font:13px Arial, Helvetica, sans-serif;
border: 1px solid #bbb; background: #fff;
}

select {
font:12px Arial, Helvetica, sans-serif;
border: 1px solid #bbb; background: #fff;
}