/* HFRP Basic CSS */

body {
font-family: arial, helvetica, sans-serif;
margin: 0;
padding: 0;
color: #000;
background-color: #486c6c;
font-size: 75%;
}
a, a:link, a:visited {
	color: #910029;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
img, a img { 
	border: none; 
}
h1, h2, h3, h4, h5, h6 {
margin:0pt 0pt 0.5em;
padding:0pt;
}
h1 {
font-size:200%;
}
h2 {
font-size:166.67%;
}
h3 {
font-size:150%;
}
h4 {
font-size:133.34%;
}
h5 {
font-size:116.67%;
}
h6 {
font-size:100%;
}
hr {
display: none;
}
p {
margin: 0 0 1em 0;
}
ul, ol {
margin-bottom:1em;
margin-top:0pt;
}
ol {
padding-left:20px;
}
blockquote {
margin:1em 0pt 1em 20px;
}
pre, code, tt {
font-size:medium;
}
* html code, * html pre, * html tt {
font-size:small;
}
*:first-child + html code, *:first-child + html pre, *:first-child + html tt {
font-size:small;
}
form {
margin:0pt;
padding:0pt;
}
fieldset { border:none; }
legend { position: absolute; left:-9999px; top:-9999px; display:none; }
input, select {
vertical-align:middle;
}
