body {
margin-left : 0;
margin-top : 0;
margin-right : 0;
margin-bottom : 0;
font-family : Arial, Verdana, sans-serif;
font-size : 10pt;
background-color : #2e354b;
color : #000;
}
.container {
width : 960px;
text-align:left;
}
img {
border : 0;
}

.nav a:link {
	text-decoration: none;
	font-size : 0.9em;
	color: #fff;
	font-weight : normal;
	}
.nav a:visited {
	text-decoration: none;
	font-size : 0.9em;
	color: #fff;
	font-weight : normal;
	}
.nav a:hover {
	text-decoration: underline;
	font-size : 0.9em;
	color: #fff;
	font-weight : normal;
	}
.nav a:active {
	text-decoration: none;
	font-size : 0.9em;
	color: #fff;
	font-weight : normal;
	}
	
a:link {
color : #2e354b;
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 : #2e354b;
font-weight : bold;
text-decoration : underline;
font-size : 1em;
}
a:active {
color : #2e354b;
text-decoration : none;
font-weight : bold;
font-size : 1em;
}

.title {
font-size : 1.1em;
font-weight : bold;
color : #2e354b;
}
.copyright {
font-size : 0.8em;
color : #2e354b;
font-weight : normal;
}
.white {
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 : 1.1em;
color : #2e354b;
font-weight : bold;
margin-bottom : 0;
padding-bottom : 0;
margin-top : 0;
padding-top : 0;
}
h3 {
font-size : 1em;
color : #2e354b;
font-weight : bold;
margin-bottom : 0;
padding-bottom : 0;
margin-top : 0;
padding-top : 0;
}
hr {
color : #2e354b;
}

li {
   list-style-image:url("../images/tinyarrowblock.gif");
 /*list-style:disc; #000; */
   margin:0px 0px;
}