html, body {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	font-family: arial, helvetica, lucida, sans-serif;
	font-size: 76%;
	background-image: url(/files/site3/images/pink_line_bg.gif);
	background-repeat: repeat-y;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

a {color: #990000;}

p, ol, ul, li {
	font-size: 1.0em;
	line-height: 130%;
	}

li {
	margin-bottom: 0.5em;	
}

li .first_sub {
	margin-top: 0.5em;	
}

em {
	font-weight : bold;
	font-style : italic;
}

small {
	font-size : 0.85em;
	font-style : italic;
}

H1 {
	color: #003366;
	font-size : 2em;
	font-weight : 900;
	margin-top: 0;
}

H2 {
	font-size : 1.5em;
	margin-top: 0;
	color: #416240;
}

H3 {
	font-size : 1.25em;
	color: #416240;
}

H4 {
	font-size : 1.1em;
}

sup {
	font-size: 50%;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.brclear { /* Use a break with this class to clear float containers */
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0px;
}

