html, body, div, span, h1, h2, h3, h4, h5, h6, p, img, ol, ul, li, form, label, legend, table, tbody, tfoot, thead, tr, th, td,
.textbox, .button {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Arial;
	font-size: 11px;
	line-height: 14px;
	color: #000;
}

body {
	background-color: #fff;
	background-image: url("images/body_bg.gif");
	background-position: center;
	background-repeat: repeat-y;
	padding-top: 7px;
}

table {
	border-collapse: collapse;
}

a {
	text-decoration: none;
	color: #4F6175;
}

a:hover {
	color: #E05656;
}

td, th {
	vertical-align: top;
}

p {
	text-align: justify;
}

h1 {
	font-size: 14px;
}

h2 {
	text-transform: uppercase;
	padding-bottom: 5px;
}

h3 {
	font-size: 14px;
	line-height: 16px;
}

h4 {
	color: #6a8eb0;
	border-bottom: 1px solid #9ab3c9;
	padding-bottom: 2px;
	margin-bottom: 5px;
}

ul {
	
}

li {
	list-style: none;
	background-image: url("images/li1.gif");
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 0px 0px 1px 8px;
}

/*input*/

.textbox {
	border: 1px solid #7e9db9;
	background-color: #fff;
	width: 110px;
	padding: 1px 2px;
	font-size: 10px;
}

.textarea {
	border: 1px solid #7e9db9;
	background-color: #fff;
	width: 110px;
	padding: 1px 2px;
	font-size: 10px;
	height: 50px;
	overflow: auto;
}

.textbox_brown {
	border: 1px solid #bcb692;
	background-color: #e5e1d5;
	width: 258px;
	padding: 2px;
	font-size: 12px;
}

.textarea_brown {
	border: 1px solid #bcb692;
	background-color: #e5e1d5;
	width: 258px;
	padding: 2px;
	font-size: 12px;
	height: 128px;
	overflow: auto;
}

.button {
	padding: 0px 4px;
	background-image: url("images/button.jpg");
	background-repeat: repeat-x;
	border: 1px solid #7e9db9;
}

.select {
	font-size: 9px;
	padding: 2px 2px;
}

