@charset "utf-8";
.btnMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
	background-color: #F7941D;
	height: 45px;
	width: 150px;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	display: block;
	line-height: 40px;
	background-image: url(img/btnup.png);
	background-repeat: no-repeat;
	text-decoration: none;
}
.headerTab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #5E0000;
}

.btnMenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #CCCCCC;
	background-color: #F7941D;
	height: 45px;
	width: 150px;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	display: block;
	line-height: 40px;
	background-image: url(img/btnover.png);
	background-repeat: no-repeat;
	text-decoration: none;
}

.main {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #333333;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #901C1F;
	text-align: left;
	vertical-align: text-top;
}
.mainHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #000000;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	list-style-type: none;
	list-style-image: url(img/icon.gif);
}
.header {
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	vertical-align: middle;
	background-position: center center;
	text-align: center;
	color: #CCCCCC;
}
.borderright {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #901C1F;
}
