@charset "UTF-8";
/* CSS Document */

a {color: #e7a721}

.style1 {color: #e7a721}

.style2 {color: #e7a721}

.menu{
	background:url(/JuLi/button.jpg);
	background-repeat:repeat-x;
	height:25px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
 .menu ul {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	background-image: url(button.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	height: 30px;
}
.menu li {
	list-style-type: none;
	display: inline;
	padding-top: 0px;
	padding-bottom: 0px;
	
}
.menu a{
	display: inline;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
}
.menu a:hover{
	display: inline;
	color: #cccccc;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
}
h1 {
	font-weight: bold;
	font-size: medium;
	margin: 0px;
	padding: 0px;
}

h2 {
	margin:5px 0 .75em 0;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.2em;
	color:#999999;
	border-bottom-color: #E7A721;
	border-bottom-width: 75%;
	border-bottom-style: solid;
	border-bottom-hight: 1px;
	font-size: 12px;
  }
 
 h3 {
	margin:5px 0 .75em 0;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.2em;
	color:#000000;
	border-bottom-color: #E7A721;
	border-bottom-width: 95%;
	border-bottom-style: solid;
	border-bottom-hight: 1px;
	font-size: 16px;
  }
  
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.sidecontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
