@charset "utf-8";
body{
	font-family:Verdana;
	font-size:11px;
	line-height:18px;
	color:#434343;
	margin:0;
	background-image:url(../images/page-bg.jpg);
	background-repeat:repeat-x;
}
.title {
	font-family: arial;
	font-size: 22px;
	line-height: normal;
	font-weight: normal;
	color:#000033;
	text-decoration: none;
}
.title-brown {
	font-family: arial;
	font-size: 22px;
	line-height: normal;
	font-weight: normal;
	color:#990000;
	text-decoration: none;
}
.title-brown-small {
	font-family: arial;
	font-size: 17px;
	line-height: normal;
	font-weight: normal;
	color:#990000;
	text-decoration: none;
}
.navi {
	font-family: arial;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #333333;
	text-transform:uppercase;
	text-decoration: none;
}
.navi:hover {
	font-family: arial;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color:#990000;
	text-transform:uppercase;
	text-decoration: none;
}
.navi-seperator {
	font-family: arial;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color:#999999;
	text-transform:uppercase;
	text-decoration: none;
}
.navi-white {
	font-family: verdana;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color:#fcffc5;
	text-decoration: none;
}
.navi-white:hover {
	font-family: verdana;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color:#FFFFFF;
	text-decoration: underline;
}
.text1 {
	font-family: verdana;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.text2 {
	font-family: verdana;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color:#990000;
	text-decoration: none;
}
.navi-bottom {
	font-family: verdana;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color:#000000;
	text-decoration: none;
}
.navi-bottom:hover {
	font-family: verdana;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color:#990000;
	text-decoration: underline;
}
.picture-border {
	font-family: arial;
	font-size: 12px;
	line-height: normal;
	border:#CCCC00 solid 1px;
	padding:5px;
	color:#990000;
	text-decoration: none;
}
.picture-border:hover{
	font-family: arial;
	font-size: 12px;
	line-height: normal;
	border:#CCCC00 solid 1px;
	background-color:#CCCC00;
	padding:5px;
	color:#990000;
	text-decoration: none;
}