body {
margin-left : 0;
margin-top : 0;
margin-right : 0;
margin-bottom : 0;
font-family : Arial, Verdana, sans-serif;
font-size : 10pt;
background-color : #acacac;
color : #000;
}
.container {
width : 990px;
text-align:left;
background-color : #fff;
}
img {
border : 0;
}

.nav a:link {
	text-decoration: none;
	font-size : 0.9em;
	color: #dc1e35;
	font-weight : bold;
	}
.nav a:visited {
	text-decoration: none;
	font-size : 0.9em;
	color: #444;
	font-weight : bold;
	}
.nav a:hover {
	text-decoration: underline;
	font-size : 0.9em;
	color: #dc1e35;
	font-weight : bold;
	}
.nav a:active {
	text-decoration: none;
	font-size : 0.9em;
	color: #000;
	font-weight : bold;
	}
	
.bignav a:link {
color : #dc1e35;
text-decoration : none;
font-weight : bold;
font-size : 1em;
}
.bignav a:visited {
color : #444;
text-decoration : none;
font-weight : bold;
font-size : 1em;
}
.bignav a:hover {
color : #dc1e35;
font-weight : bold;
text-decoration : underline;
font-size : 1em;
}
bignav a:active {
color : #000;
text-decoration : none;
font-weight : bold;
font-size : 1em;
}
	
a:link {
color : #dc1e35;
text-decoration : none;
font-weight : bold;
font-size : 1em;
}
a:visited {
color : #444;
text-decoration : none;
font-weight : bold;
font-size : 1em;
}
a:hover {
color : #dc1e35;
font-weight : bold;
text-decoration : underline;
font-size : 1em;
}
a:active {
color : #000;
text-decoration : none;
font-weight : bold;
font-size : 1em;
}

.title {
font-size : 1.1em;
font-weight : bold;
color : #000;
}
.largetitle {
font-size : 1.3em;
font-weight : bold;
color : #000;
}
.largetitlenotbold {
font-size : 1.3em;
font-weight : normal;
color : #000;
}
.largetitlered {
font-size : 1.3em;
font-weight : bold;
color : #dc1e35;
}
.copyright {
font-size : 0.9em;
color : #444;
font-weight : normal;
}
.notes {
font-size : 0.9em;
color : #000;
font-weight : normal;
}

h1 {
font-size : 1.2em;
color : #000;
font-weight : bold;
margin-bottom : 0;
padding-bottom : 0;
margin-top : 0;
padding-top : 0;

}
h2 {
font-size : 1.1em;
color : #000;
font-weight : bold;
margin-bottom : 0;
padding-bottom : 0;
margin-top : 0;
padding-top : 0;
}
h3 {
font-size : 1em;
color : #000;
font-weight : bold;
margin-bottom : 0;
padding-bottom : 0;
margin-top : 0;
padding-top : 0;
}
hr {
color : #f5f5f5;
}

li {
   list-style:square; #dc1e35; 
   margin:0px 0px;
}