body {
	background-image: url(images/leftborder.gif);
	background-repeat: repeat-y;
	font-family: arial;
	margin: 0;
	padding: 0;
}
oldbody {
	background-image: url(images/bg1.gif);
	background-repeat: repeat-x;
	font-family: arial;
}
.e70{
	font-size: .7em;
}
.e70p{
	font-size: .7em;
	padding-left: 10;
}
.e75 {
	font-size: .75em;
}
.e80{
	font-size: .8em;
}
.e80p{
	font-size: .8em;
	padding-left: 10;
}
.e85p{
	font-size: .85em;
	padding-left: 10;
}
.e90{
	font-size: .9em;
}
.mono{
	font-family: monospace;
	font-size: .8em;
}
.footer{
	font-size: .7em;
}
.titlesm{
	font-family: arial;
	font-weight: bold;
	color: #006699;
	font-size: 1.0em;
}
.title{
	font-family: arial;
	font-weight: bold;
	color: #006699;
	font-size: 1.2em;
}
.title1{
	font-family: times;
	font-weight: bold;
	color: #006699;
	font-size: 1.2em;
}
.title1r{
	font-family: times;
	font-weight: bold;
	color: red;
	font-size: 1.2em;
}
.title2{
	font-family: times;
	font-weight: bold;
	color: #006699;
	font-size: 1.4em;
}
.title3r{
	font-family: times;
	font-weight: bold;
	color: #FF0000;
	font-size: 1.6em;
}
.title3{
	font-family: times;
	font-weight: bold;
	color: #006699;
	font-size: 1.6em;
}
.title4{
	font-family: times;
	font-weight: bold;
	color: #006699;
	font-size: 2em;
}
.subtitle{
	font-family: arial;
	font-weight: bold;
	color: #006699;
}
.subtitleb{
	font-family: arial;
	font-weight: bold;
}
td.rightcolumn{
	padding-left: 10;
	padding-right: 40;
	padding-top: 10;
	padding-bottom: 10;
	vertical-align: top;
}
#navlist {
	margin: 0;
	padding: 0;
	border-top: 1px solid #FFFFFF;
}
#navlist li {
	list-style-type: none;
	margin: 0;
	font-size: .75em;
}
#navlist a:link, #navlist a:visited {
	text-decoration: none;
	background-color: #DCD6BE;
	color: #333;
	display: block;
	padding: 2px 6px;
	border: 1px solid #FFFFFF;
	border-top: 0;
}
#navlist a:hover, #navlist a:active, #navlist a:focus {
	background-color: #A69D74;
	color: #FFFFFF;
}
#navlist a {height: 1em;}

#cnavlist {
	margin: 0;
	padding: 0;
	border-top: 1px solid #FFFFFF;
}
#cnavlist li {
	list-style-type: none;
	margin: 0;
	font-size: .75em;
}
#cnavlist a:link, #cnavlist a:visited {
	text-decoration: none;
	background-color: #dddddd;
	color: #333;
	display: block;
	padding: 2px 6px;
	border: 1px solid #FFFFFF;
	border-top: 0;
}
#cnavlist a:hover, #cnavlist a:active, #cnavlist a:focus {
	background-color: #666666;
	color: #FFFFFF;
}
#cnavlist a {height: 1em;}

/* The following rule stops IE6 from breaking
your floats when italicized text is used.*/
i, em {
	overflow: visible;
	zoom: 100%;
}