@CHARSET "UTF-8";

/* Styles */



h1,
.h1 {
  font-size: 24px;
}
h2,
.h2 {
  font-size: 20px;
}
h3,
.h3 {
  font-size: 16px;
}
h4,
.h4 {
  font-size: 14px;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 10px;
}
p {
  margin: 0 0 10px;
}



/* Sticky footer styles
-------------------------------------------------- */

.footer {
position: absolute;
bottom: 20%;
width: 100%;
/* Set the fixed height of the footer here */
height: 60px;
background-color: transparent;
margin-left: -15px;
margin-right: 15px;
}


h1 a {
    background: url("/includes/images/a/go.gif") repeat-x scroll 0 20px #000;
    color: #fff;
    display: block;
    font-size: 18px;
    padding: -30px 10px 10px 0;
    text-align: right;
}

h1 a:hover{
	background: url("/includes/images/a/go.gif") repeat-x scroll 0 0px #000;
	color: #fff;
    text-decoration: none;
	}
	
ul{float:left;width:200px;list-style: none; padding: 0; margin: 0;}
li a{height:16px;padding:0 5px;font-weight:bold;color:#212121;display:block}
li a:hover,li.cur a{color:#fff}