/******
BEGIN
This should be used wherever there are/is (a) <p>(s) within a table cell
This will remove an unwanted space above or/and under a paragraph
*/
p.first {
	margin-top:0px;
	padding-top:0px;
}

p.last {
	margin-bottom:0px;
	padding-bottom:0px;
	
	}
h1{
	font-weight:bold;
	margin:1px 0px 0px 35px;
	font-size:14px;
	color:#003366;
}

h2{
	font-weight:bold;
	margin:0;
	font-size:14px;
	color:#003366;
}

h3{
	font-weight:bold;
	margin:10px 0px 10px 0px;
	font-size:14px;
	color:#003366;
	background-image:url(../images/bgDotted.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	width:312px;
	line-height:20px;
}

h4{
	font-weight:bold;
	margin:0 0 4px; 0;
	font-size:12px;
	color:#003366;
}

h6{
	padding:0;
}

.navlist
{
	list-style: none;
	padding: 10px 0 0 0;
	margin: 0 0 0 239px;
}

.navlist li
{
	display: inline;
	padding: 0;
	margin: 0;
}
.navlist a {
	margin:0 14px 0 14px;
}
.navlist a:link, .navlist a:visited {
	color:#003366;
	text-decoration: none;
	font-weight:bold;
}
.navlist a:hover{
	text-decoration:underline;
	color:#da3d06;
	font-weight:bold;
}


.navlist li:before { content: "|"; }
.navlist li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html .navlist li
{
border-left: 1px solid black;
padding: 0 0.4em 0 0.4em;
margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/
* html .navlist { height: 1%; }

* html .navlist li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html .navlist li:first-child { border-left: 0; }
/*
END
******/