@charset "utf-8";
/* CSS Document */
.menu{
	background-image: url(images/template/bg_menu.jpg);
	background-repeat: repeat;
	height: 30px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: Navy;
}

.menu-block{
	display: block;
	height: 28px;
	text-align: center;
	line-height: 28px;
}
.menu a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: Navy;
	text-decoration: none;
}

.menu a:hover{
	color: Blue;
	background-color: #F39613;
}

.content{
	background-image: url(images/template/bg_body.gif);
	background-repeat: repeat-y;
}
.footer{
	background-image: url(images/template/bg_footer.gif);
	background-repeat: repeat-y;
	font-size: 10px;
}
.BoxTable{
	background-image: url(images/template/bg_table_body.gif);
	background-repeat: repeat-y;
	color: Navy;
}
.BoxTable a{
	color: Blue;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
}
a{
	color: Navy;
}
a:hover{
	color: Blue;
}

h1{
	font-size: 18px;
	font-weight: bold;
}
h2{
	font-size: 16px;
	font-weight: bold;
}
h3{
	font-size: 14px;
	font-weight: bold;
}
h4{
	font-size: 12px;
	font-weight: bold;
}
h5{
	font-size: 10px;
	font-weight: bold;
}