/* CSS Document */
body {
	background-color: #895931;
}
.head_text {
	font-size: 18px;
	color: #FFFFFF;
}
.white_normal {
	color: #FFFFFF;
}
.header1 {
	background-color: #CBC098;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.header2 {
	font-size: 24px;
	font-weight: bold;
}
.header3 {
	background-color: #cccccc;
	font-size: 24px;
	color: #000000;
}

.row1 {
	background-color: #999999;
}
.row2 {
	background-color: #cccccc;
}
.attention {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
}
.button {
	font-size: 14px;
	font-weight: bold;
	background-color: #CC0000;
}
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FFFF66;
	text-decoration: underline;
}
a:link { color: #000000; text-decoration: none;}
a:visited { color: #000000; text-decoration: none;}
a:hover { color: #cc0000; text-decoration: underline;}
a:active { color: #000000; text-decoration: none;}


a.c1:link {color: #620000; text-decoration: none;}
a.c1:visited {color: #620000; text-decoration: none;}
a.c1:hover {color: #FFFF66; text-decoration: none;}
