BODY {
	background-color			: #FFFFFF;
	margin						: 10px;
	cursor						: default;
	font-family					: Tahoma, Verdana, Arial;
	font-size					: 11px;
	color						: #606060;
}

H1 {
	font-size					: 16px;
	margin-bottom				: 5px;
	letter-spacing				: 1px;
}

H3 {
	font-size					: 12px;
	margin						: 5px 0px 5px 0px;
	letter-spacing				: 1px;
}

FORM {
	margin						: 0px;
}

P {
	margin						: 0px 0px 10px 0px;
}

TABLE.main {
	width						: 100%;
	height						: 100%;
}

TABLE {
	font-size					: 100%;
}

INPUT, TEXTAREA, SELECT {
	font-family					: Tahoma, Verdana, Arial;
	font-size					: 100%;
}

DIV.frame {
	width						: 770px;
	border						: 1px solid #000000;
	text-align					: left;
}

DIV.page {
	width						: 740px;
	margin						: 15px 15px 15px 15px;
}

DIV.logo {
	margin						: 0px 0px 0px 20px;
	height						: 35px;
}

DIV.menu {
	background-color			: #221E1F;
	height						: 25px;
	text-align					: center;
	font-size					: 1px;
}

DIV.content {
	line-height					: 16px;
}

DIV.space_20 {
	height						: 20px;
	display						: block;
	float						: none;
	clear						: both;
	font-size					: 1px;
	line-height					: 1px;
}

DIV.space_5 {
	height						: 5px;
	display						: block;
	float						: none;
	clear						: both;
	font-size					: 1px;
	line-height					: 1px;
}

DIV.space_0 {
	height						: 0px;
	display						: block;
	float						: none;
	clear						: both;
	font-size					: 1px;
	line-height					: 1px;
}

DIV.float_left {
	float						: left;
}

DIV.float_right {
	float						: right;
}

DIV.w_50_p {
	width						: 360px;
}

DIV.w_30_p {
	width						: 200px;
}

DIV.w_70_p {
	width						: 520px;
}
DIV.line {
	border-top					: 1px solid #95936E;
}
DIV.ff {
	display						: block;
	float						: none;
	clear						: both;
	padding						: 4px 0px 4px 0px;
}
.w_100_p {
	width						: 100%;
}
A.menu:link, A.menu:visited {
	color						: #95936E;
	margin						: 0px 20px 0px 20px;
	text-decoration				: none;
	font-size					: 12px;
	letter-spacing				: 2px;
}

A.menu:hover {
	color						: #FFFFFF;
	margin						: 0px 20px 0px 20px;
	text-decoration				: none;
	font-size					: 12px;
	letter-spacing				: 2px;
}

A:link, A:visited {
	color						: #95936E;
	text-decoration				: none;
}

A:hover {
	color						: #D00000;
	text-decoration				: underline;
}

.color_co {
	color						: #95936E;
}

.color_red {
	color						: #D00000;
}

.color_green {
	color						: #008000;
}

.color_gray {
	color						: #A0A0A0;
}

.align_right {
	text-align					: right;
}
.align_left {
	text-align					: left;
}
