body {
	margin: 0px;
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	background-image: url('/images/bg.jpg');
	background-repeat: repeat;
	text-align: left;
}
td {
	line-height: 150%;
}

td.td1 {background-image: url('/images/index_01.jpg'); background-repeat: no-repeat; background-position: left top;  height:127px;}
td.td2 {background-image: url('/images/body_bg.jpg'); background-repeat: repeat-x; background-position: left center;}
td.td3 {background-image: url('/images/index_03_with_sig.jpg'); background-repeat: no-repeat; background-position: left top; padding-left:5px; height: 127px; vertical-align: top;}
td.tdmain {background-repeat: no-repeat; background-position: left top; vertical-align: top;  width: 1024px; height: 514px;	text-align: left;}
td.tdform {vertical-align: top; text-align: left; width: 200px; padding-top:5px; line-height: 100%;}
td.tdformerr {vertical-align: top; text-align: left; width: 200px; padding-top:5px; color: #FF0000; line-height: 100%;}
td.tdoptional {vertical-align: middle; text-align: left; width: 200px; padding-top:5px; line-height: 100%;font-size: 10px;color: #0000FF;}
td.tdinput {vertical-align: top; padding: 5px; text-align: left; line-height: 100%;}

#body {
	height: 768px;
	width: 100%;
	background: url("/images/index_body.jpg") center no-repeat;
}

#person {
	height: 768px;
	width: 100%;
	background: url("/images/person.png") no-repeat 40% ;
}

#name {
	height: 768px;
	width: 100%;
	background: url("/images/name.png") no-repeat 60% ;
}

.text2 {
	font-size: 10px;
}

.error {
	font-weight: bold;
	color: #FF0000;
}

.foot {
	font-size: 10px;
}

*:focus {
	outline: none;
}

a {
	outline: none;
	color: #000000;
	text-decoration: underline;
}

a:focus {
    outline: none;
	color: #000000;
	text-decoration: underline;
}

a:link {
    outline: none;
}

a.a:visited {
    outline: none;
	text-decoration: none;
}

a.a:link {
	text-decoration: none;
}

a.a:hover {
	text-decoration: underline;
}

a.b:link {
	font-size: 10px;
	text-decoration: none;
}

a.b:hover {
	font-size: 10px;
	text-decoration: underline;
}

a.b:visited {
	font-size: 10px;
	text-decoration: none;
}

.inputstyle {
	background-color: transparent;
	border: 1px solid #CCCCCC;
	height: 25px;
	width: 99%;
}

.inputstyle2 {
	background-color: transparent;
	border: 1px solid #CCCCCC;
	width: 99%;
}

.inputstyle3 {
	background-color: transparent;
	border: 1px solid #CCCCCC;
	height: 25px;
}

.errinputstyle {
	background-color: transparent;
	border: 1px solid #FF0000;
	height: 25px;
	width: 99%;
}

.errinputstyle2 {
	background-color: transparent;
	border: 1px solid #FF0000;
	width: 99%;
}

.errinputstyle3 {
	background-color: transparent;
	border: 1px solid #FF0000;
	height: 25px;
}