/* Stylesheet.css */

/* Body text and page background */
body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, san-serif;
	font-size: 10pt;
	font-weight: 420;
	color: #222222;
	}
	
	
html {
	overflow-y: scroll;
}


/* Body paragraph and page */


h3 {
	color: #a20401;
}

h4.red {
	color: #a20401;
}

h4.blue {
	color: #0106e2;
}

.redheader3 {
	font-size: 12pt;
	font-weight:bold;
	color: #a20401;
}

.redheader4 {
	font-size: 11pt;
	font-weight:bold;
	color: #a20401;
}

.blueheader {
	font-size: 10pt;
	font-weight: bold;
	color: #0106e2;
}

.textindent {
text-indent: 10pt;
}

.italic {
font-style:italic;
}

.italicred {
font-style:italic;
color :#a20401;
}

.bold {
 font-weight: bold;
}

hr {color: #a20401;
background-color: #a20401;
height: 1px;
}

.eightpt {
font-size: 8pt;
}

/* Hyperlinks */
a:link{
color:#0106e2;
text-decoration: none;
}
a:visited{
color:#a20401;
text-decoration: none;
}

a:hover{
text-decoration:underline;
}

a:active{
text-decoration:underline;
} 
