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



body {
    font-family: Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 140%;
	font-size: 12px;
 }


hr {
	border: 1px solid #ea003c;
}

 


h1 {
font-size:1.5em;
color:#e2003c;
padding:0em 0 0.5em 0em;
}

h2 {
font-size:1.2em;
padding:0em 0 0.5em 0em;
}

h3 {
font-size:1.2em;
color:#e2003c;
padding:0em 0 0.5em 0em;
}

h4 {
font-size:1.2em;
padding:0em 0 0.5em 0em;
}
 
h5 {
font-size:0.875em;
padding:0em 0 0.5em 0em;
color:#e2003c;
}

h6 {
font-size:0.875em;
padding:0em 0 0.5em 0em;
}
 


/*links */

a {
	color: #bf9b55;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}





input, textarea, select, fieldset {


color: #333;
margin:1px;
padding:1px;
border: 1px solid #ccc;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}


ul li {
	list-style: square;
}
