@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Geneva, sans-serif;
}
h1 {
	font-size: 25px;
	color: #FFF;
	font-weight: bolder;
}
h1.hidd {
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
}
h1.hidd1 {
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
}
h3 {
	font-size: 20px;
	color: #690;
	font-weight: bold;
}
h4 {
	font-size: 16px;
	color: #690;
	font-weight: bolder;
}
h5 {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
h6 {
	color: #C00;
	font-size: 22px;
	font-weight: bold;
}
.normal {
	font-size: 12px;
	color: #000;
}
.normalwhite {
	font-size: 12px;
	color: #FFF;
}
a:link, a:active, a:hover, a:visited {
	color: #690;
	text-decoration: none;
}
.spec {
	color: #690;
	font-size: 12px;
}
td.search {
	background-color: #DAE2D3;
	padding-left: 10px;
	padding-right: 10px;
	color: #690;
	font-size: 12px;
	font-weight: bold;
}
table.template {
	background-color: #DAE2D3;
	margin: 5px;
	display: block;
}
td.header {
	background-color: #690;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}
td.subheader {
	background-color: #A4B793;
	color: #333;
	font-size: 12px;
	font-weight: bold;
}
td.item {
	background-color: #FFF;
	color: #333;
	font-size: 12px;
}