body {
margin-left : 0;
margin-top : 0;
margin-right : 0;
margin-bottom : 0;
font-family : Arial,Verdana, Times New Roman;
font-size : 11pt;
background-color : #fff;
color : #555;
}
.container {
width : 1000px;
text-align:left;
background-color : #fff;
}
img {
border : 0;
}
.topnav a:link {
	text-decoration: none;
	font-size : 0.9em;
	color: #fff;
	font-weight : bold;
	}
.topnav a:visited {
	text-decoration: none;
	font-size : 0.9em;
	color: #fff;
	font-weight : bold;
	}
.topnav a:hover {
	text-decoration: underline;
	font-size : 0.9em;
	color: #fff;
	font-weight : bold;
	}
.topnav a:active {
	text-decoration: none;
	font-size : 0.9em;
	color: #fff;
	font-weight : bold;
	}
	
.biglink a:link {
	text-decoration: underline;
	font-size : 1.2em;
	color: #555;
	font-weight : bold;
	}
.biglink a:visited {
	text-decoration: underline;
	font-size : 1.2em;
	color: #555;
	font-weight : bold;
	}
.biglink a:hover {
	text-decoration: underline;
	font-size : 1.2em;
	color: #000;
	font-weight : bold;
	}
.biglink a:active {
	text-decoration: underline;
	font-size : 1.2em;
	color: #555;
	font-weight : bold;
	}
	
.leftcolumn a:link {
	text-decoration: none;
	font-size : 0.8em;
	color: #000;
	font-weight : bold;
	}
.leftcolumn a:visited {
	text-decoration: none;
	font-size : 0.8em;
	color: #555;
	font-weight : bold;
	}
.leftcolumn a:hover {
	text-decoration: underline;
	font-size : 0.8em;
	color: #000;
	font-weight : bold;
	}
.leftcolumn a:active {
	text-decoration: none;
	font-size : 0.8em;
	color: #000;
	font-weight : bold;
	}

a:link {
color : #555;
text-decoration : none;
font-weight : bold;
font-size : 1em;
}
a:visited {
color : #555;
text-decoration : none;
font-weight : bold;
font-size : 1em;
}
a:hover {
color : #000;
font-weight : bold;
text-decoration : underline;
font-size : 1em;
}
a:active {
color : #555;
text-decoration : none;
font-weight : bold;
font-size : 1em;
}
.copyright {
font-size : 0.7em;
color : #626262;
}
.notes {
font-size : 0.8em;
color : #555;
font-weight : bold;
}
.title {
font-size : 1.2em;
font-weight : regular;
color : #2a3785;
}
.titlelarge {
font-size : 1.3em;
font-weight : bold;
color : #2a3785;
}
.greytitle {
font-size : 1.2em;
font-weight : bold;
color : #555;
}
.titleondark {
font-size : 1em;
color : #fff;
font-weight : bold;
}

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 : 1em;
color : #626262;
font-weight : bold;
margin-bottom : 0;
padding-bottom : 0;
margin-top : 0;
padding-top : 0;
}
h3 {
font-size : 1em;
color : #626262;
font-weight : bold;
margin-bottom : 0;
padding-bottom : 0;
margin-top : 0;
padding-top : 0;
}
hr {
color : #ccc;
}
li {
padding : 1px 0;
}