body{
	background-color: #E47850;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #FDE8C8;
	height: 100%;
}

html{
	width: 100%;
	height: 100.1%;
}

a:link,a:visited,a:active,a:hover{
	color: #FDE8C8;
	font-weight: bold;
	text-decoration: none;
}
a.mainNavi:link,a.mainNavi:visited,a.mainNavi:active{
	width: 161px;
	display: block;
	font-size: 20px;
	color: #FDE8C8;
	font-weight: normal;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #B2A48E;
}
a.mainNavi:hover{
	width: 161px;
	display: block;
	font-size: 20px;
	color: #FDE8C8;
	font-weight: normal;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #9B9A97;
}
a.downloadNavi:link,a.downloadNavi:visited,a.downloadNavi:active{
	width: 178px;
	display: block;
	font-size: 20px;
	color: #FDE8C8;
	font-weight: normal;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #FAE7C0;
	border-top: 1px solid #FAE7C0;
	border-bottom: 1px solid #FAE7C0;
	background-color: #B2A48E;
}
a.downloadNavi:hover{
	width: 178px;
	display: block;
	font-size: 20px;
	color: #FDE8C8;
	font-weight: normal;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #FAE7C0;
	border-top: 1px solid #FAE7C0;
	border-bottom: 1px solid #FAE7C0;
	background-color: #9B9A97;
}
a.downloadNaviLast:link,a.downloadNaviLast:visited,a.downloadNaviLast:active{
	width: 179px;
	display: block;
	font-size: 20px;
	color: #FDE8C8;
	font-weight: normal;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	border-top: 1px solid #FAE7C0;
	border-bottom: 1px solid #FAE7C0;
	background-color: #B2A48E;
}
a.downloadNaviLast:hover{
	width: 179px;
	display: block;
	font-size: 20px;
	color: #FDE8C8;
	font-weight: normal;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	border-top: 1px solid #FAE7C0;
	border-bottom: 1px solid #FAE7C0;
	background-color: #9B9A97;
}
a.newsList:link,a.newsList:visited,a.newsList:active{
	width: 557px;
	display: block;
	color: #FDE8C8;
	font-weight: bold;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #E57F59;
}
a.newsList:hover{
	width: 557px;
	display: block;
	color: #FDE8C8;
	font-weight: bold;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #E88A68;
}

div.contentWindowBackground{
	background-color: #FFCC99;
	background-image: url(./../images/website/main/background.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
div.content{
	background-image: url(./../images/website/main/background.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
div.contentBackground{
	background-color: #E37248;
	border-bottom: 1px solid #FAE7C0;
}
div.naviBorderBottom{
	border-bottom: 1px solid #FAE7C0;
}

img.picLeft{
	padding-right: 10px;
}
img.picRight{
	padding-left: 10px;
}

/** 
* Styles for javascript fvalidate class (form validator)
*/
input.errHilite, select.errHilite, textarea.errHilite {
	border: 1px solid #8F99CC;
	background-color: #F9FBD1;
	color: #000000;
}
label.errHilite {
	font-weight: bold;
}