@charset "UTF-8";


ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}
ul li{
	margin-left: 2em;
	list-style-type:square;
	line-height: 1.0em;
	margin-bottom: 0.6em;
	font-size: 1.2em;
}

ol {
	margin: 0;
	padding: 0;
	list-style-type:none;
}
ol li{
	margin-left: 2em;
	list-style-type:decimal;
	line-height: 1.4em;
	margin-bottom: 0.5em;
	font-size: 1.1em;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
	
}


h1,h2,h3,h4,h5,h6 {
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	text-decoration: none;
	color: #e5d2a3;
	text-transform: uppercase;
	padding-left:0;
	letter-spacing: .1em;
}
H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	text-decoration: none;
}
H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
}
H4 {
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
H5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}
H6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;	
}

a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 1em;
}
a:hover {	color: #e5d2a3;

}
a:active {
}
a:visited {
}
form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
}

label {
	display: block;
	margin: 2px;	
}
input {
	display: block;
	margin: 2px;
}
textarea {
	border: 1px solid #000;
	padding: 3px;
}
.input_style {
	border: 1px solid #000;
	padding: 3px;
}

.alert {
	color: #FF0000;
}
.click_here:link, .click_here:visited {
background:url(../images/click_bg.jpg) no-repeat top center;
display:block;
width:84px;
height:19px;
text-align:center;
line-height:19px;
padding:0;
}
.click_here:hover, .click_here:active {
background:url(../images/click_nav.jpg) no-repeat;
color:#FFFFFF;
}