body {
	background : #D0D7DD;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size  : 11px;
	color	   : #495860;
	margin	   : 0px 0px 0px 0px;
}

.header {
	background : #809AA7;
	color	   : #ffffff;
	text-align : right;
	height	   : 25px;
	font-weight: bold;
}

.footer {
	background: #809AA7;
	color	  : #ffffff;
	text-align: left;
	height	  : 25px;
}

.footer img {
	vertical-align: bottom;
}

.homebox {
	background	  : url("../images/site/bgbox.gif") repeat-y;
	padding	  	  : 3px 0px 3px 3px;
	color	  	  : #ffffff;
	vertical-align: top;
}

#copyright {
	clear			: both;
	padding			: 0px;
	margin-top		: 4px;
	background-color: #dedeff;
	color			: #000000;
	text-align		: center;
	font-size		: 10px;
}

h1 {
	font-size		: 20px;
	line-height		: 20px;
	padding			: 6px 10px 6px 0px;
	margin			: 0px;
	background-color: transparent;
	color			: #809AA7;
}

h2 {
	font-size		: 18px;
	line-height		: 18px;
	padding			: 6px 10px 6px 0px;
	margin			: 0px;
	background-color: transparent;
	color			: #809AA7;
}

h3 {
	font-size		: 16px;
	line-height		: 16px;
	padding			: 6px 10px 6px 0px;
	margin			: 0px;
	background-color: transparent;
	color			: #809AA7;
}

h4 {
	font-size		: 14px;
	line-height		: 14px;
	padding			: 6px 10px 6px 0px;
	margin			: 0px;
	background-color: transparent;
	color			: #809AA7;
}

h5 {
	font-size		: 12px;
	line-height		: 12px;
	padding			: 6px 10px 6px 0px;
	margin			: 0px;
	background-color: transparent;
	color			: #809AA7;
}

h6 {
	font-size		: 10px;
	line-height		: 10px;
	padding			: 0px 10px 4px 0px;
	margin			: 0px;
	background-color: transparent;
	color			: #809AA7;
}

.small {
	font-size: 10px;
}

p {
	text-align: left;
	padding	  : 0px 6px 6px 0px;
	margin	  : 0px;
}

.menu_link a {
	color: #495860;
	text-decoration: none;
}

.menu_link a:hover {
	text-decoration: underline;
}

a {
	color: #809AA7;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

hr {
	border	  : none 0;
	height	  : 1px;
	text-align: center;
	width	  : 100%;
	padding	  : 0px;
	margin	  : 0px;
	background: #809AA7;
}

.form th {
	text-align: right;
}

form {
	margin : 0px;
	padding: 0px;
}

input {
	border	  : 1px solid #809AA7;
	background: #A5C6E7;
	color	  : #ffffff;
}

textarea {
	border	  : 1px solid #809AA7;
	background: #A5C6E7;
	color	  : #ffffff;
}

ul {
	padding: 0px;
	margin : 0px 0px 0px 15px;
}
/*
li {
	padding: 0px;
	margin : 0px;
}
*/