html, body {
	color: #231f20;
	background-color: #fff;
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Times New Roman;
	font-size: 14px;
	text-align: center;
	height: 100%;
}
body {
	overflow: auto;
}
p {
	color: #000;
	text-align: justify;
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}
h1,h2,h3,h4,h5 {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}
h1 {
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	position: absolute;
	top: -20px;
	left: 5px;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	color: #000;
	margin-bottom: 10px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
	margin-bottom: 10px;
}
img {
	display: inline;
	border: none;
	margin: none;
}
a img {
	border: none;
}
form {
	display: inline;
}
table {
	border-collapse: collapse;
}
input, select, textarea {
	font-family: Times New Roman;
	padding: 2px;
	font-weight: bold;
	border: none;
	background-color: #fff;
	color: #0365a5;
	font-size: 12px;
	border-bottom: 1px dotted #000;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
th,td {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: left;
}
object,embed {
	padding: 0px;
	margin: 0px;
}
#main {
	width: 1000px;
	height: 100%;
	margin: auto;
	position: relative;
}
.foottext {
	border-top: 1px solid #5686c1;
	border-bottom: 1px solid #1e5eac;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 1000px;	
}
.foottext div {
	border-bottom: 1px solid #5686c1;
	border-top: 1px solid #1e5eac;
	padding: 10px;
}
.inside {
	padding: 15px;	
}
.modform {
	width: 600px;
	margin: auto;
	padding: 20px;
	border: 1px solid #dedfe1;
}
.modform table {
	width: 600px;
}
.modform table  th {
	padding: 5px;
	padding-left: 0px;
	width: 200px;
	text-align: left;
}
.modform table td {
	padding: 5px;
	padding-left: 0px;
	text-align: left;
}
.modform .input {
	width: 380px;
}
.modform .submit {
	color: #035fa1;
	border: none;
	background-color: #fbf8d7;
	cursor: pointer;
	border: 1px solid #035fa1;
}



