body,html
{
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,p,td,th,div
{
	font-family:Verdana;
	font-size:11px;
	color: #201705;
	line-height:15px;
}

h1
{
	font-family:Verdana;
	font-size:18px;
	font-weight:bold;
	color: #3D3500;
}

h2
{
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	color: #7F7901;
}

input,select
{
	font-family:Verdana;
	font-size:11px;
	color: #201705;
}

.copyright
{
	font-size:8px;
}

.content
{
	color: #ffffff;
}

/*
 * normal link
 */
a:link {
	text-decoration: none;
	color: #B18443;
}
a:visited {
	text-decoration: none;
	color: #B18443;
}
a:hover {
	text-decoration: underline;
	color: #B18443;
}
a:active {
	text-decoration: none;
	color: #B18443;
}
/*
 * menu link
 */
a.menu:link {
	color: #A29E43;
}
a.menu:visited {
	color: #A29E43;
}
a.menu:hover {
	color: #A29E43;
}
a.menu:active {
	color: #A29E43;
}
/*
 * selected menu link
 */
a.selected_menu:link {
	color: #9C6011;
	font-weight: bold;
}
a.selected_menu:visited {
	color: #9C6011;
	font-weight: bold;
}
a.selected_menu:hover {
	color: #9C6011;
	font-weight: bold;
}
a.selected_menu:active {
	color: #9C6011;
	font-weight: bold;
}
/*
 * COLOR
 */
.brown
{
	color:#B18443;
}
.big1px
{
	font-size:12px;
}