body {
	margin:0px 0px 20px 0px;
	padding:0px;
	background-color: #ecdec1;
	font-family: verdana, arial;
	color: #8f8d8e;
	font-size: 11px;
	line-height: 16px;
}

a {
	text-decoration: none;
	border: none;
	color: #3f639f;
}

a:hover {
	text-decoration: underline;
}

img {
	text-decoration: none;
	border: none;
}

td, th {
	font-family: verdana, arial;
	font-size: 11px;
	line-height: 16px;
}

p {
	margin: 0px;
	padding: 0px 0px 16px 0px;
	color: #8f8d8e;
	font-family: verdana, arial;
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
}

h1 {
	margin: 0px;
	padding: 0px 0px 14px 0px;
	font-family: verdana;
	color: #3f639f;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
}

h2 {
	margin: 0px;
	padding: 0px 0px 12px 0px;
	font-family: verdana;
	color: #0763e2;
	font-size: 12px;
	font-weight: bold;
	line-height: 23px;
}

ul, ol {
	padding: 10px 0px 10px 0px;
	margin: 0px;
}

li {
	padding: 0px 0px 5px 14px;
	margin: 0px;
	list-style-type: none;
	background-image: url("../images/li.jpg");
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

hr
{
	border: 0px;
	border-top: solid 1px #ccc;
}

/*input*/

.button {
	height: 27px;
	background-color: #3f639f;
	text-transform: uppercase;
	border: 1px solid #fff;
	color: #fff;
	font-size: 11px;
	font-family: verdana;
	font-weight: bold;
}

.textbox1 {
	background-color: #f9f7eb;
	border: 1px solid #b5b09c;
	color: #8f8d8e;
	/*font-size: 12px;*/
	font-family: verdana;
	padding: 3px;
	font-weight: normal;
}

.textbox {
	background-color: #fff;
	border: 1px solid #3f639f;
	color: #8f8d8e;
	/*font-size: 12px;*/
	font-family: verdana;
	padding: 3px;
	font-weight: normal;
	width: 200px;
}

.textarea {
	border: 1px solid #3f639f;
	background-color: #fff;
	font-family: verdana;
	color: #8f8d8e;
	font-size: 12px;
	line-height: 16px;
	overflow: auto;
	padding: 2px;
	height: 100px;
	width: 200px;
}

.select {
	font-family: verdana;
	color: #8f8d8e;
	background-color: #fff;
	border: 1px solid #3f639f;
	padding: 3px;
	width: 200px;
}