/* MAIN CSS DEFINITIONS */
/* GENERAL */

	body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		line-height: 14px;
		color: #70344D;
		}
	td {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		line-height: 14px;
		color: #70344D;
		}
	A {
		color: #000000;
		text-decoration: none;
		}
	A:hover {
		color: #000000;
		border-bottom: 1px #FFFF00 solid;
		}
	A:active {
		color: #000000;
		border-bottom: 1px #000000 solid;
		}
	A:visited {
		}
	p,pre {
		margin:0px 0px 0px 0px;
		}
	HR {
		color: #000000;
		margin:0px 0px 0px 0px;
		}
	H1 {
		color: #000000;
		margin:0px 0px 0px 0px;
		font-size:10px;
		font-weight: bold;
		}
	H2 {
		color: #000000;
		margin:0px 0px 0px 0px;
		font-size:10px;
		font-style: italic;
		font-weight: normal;
		}
	H4 {
		color: #000000;
		margin:0px 0px 0px 0px;
		font-size:10px;
		font-weight: bold;
		font-style: italic;
		border-bottom: 1px #000000 solid;
		}

/* CUSTOM */

	.footer p {
		margin-left:40px
		margin-right:0px
		margin-top:10px
		margin-bottom:0px
		}
	.content {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		line-height: 14px;
		color: #70344D;
		}
	.content	A {
		color: #000000;
		text-decoration: underline;
		}
	.content	A:hover {
		color: #000000;
		border-bottom: 1px #FFFF00 solid;
		}
	.content	A:active {
		color: #000000;
		border-bottom: 1px #000000 solid;
		}
	.content	A:visited {
		}
	.content	td {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		line-height: 14px;
		color: #70344D;
		text-align: left;
		}
#navlist {
	margin:0;
	padding:0;
	list-style: none;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	}

#navlist ul{
	margin-left: 0; 
	padding: 0; 
	}

#navlist li {	
	padding-left: 10px; 
	background-image: url(arrow.gif); 
	background-repeat: no-repeat; 
	background-position: 0 .5em; 
	}

#navlist #subnavlist ul {	
	margin-left: 10px;
	}

#navlist ul { 
	list-style: none; 
	margin:0;
	}

#navlist .active {
	text-decoration: underline;
	}

#subnavlist li{
	font-weight: normal;
	text-decoration: underline;
	}

#navlist .spacer {
	background-image: url(clear.gif);
}