html, body {
margin:0;
padding:0;
}
body {
background-color: #ffffff;
}
form {
	margin: 0px;
	padding: 0px;
}
.leftmargin {
	margin-left: 15px;
}
.rightborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.sideborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;

}
a {
	color: #990000;
}
a:hover {
	color: #000000;
}
.border {
	border: 1px double #666666;
	margin: 10px;
	background-color: #DCDCB8;


}
h1 {
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.9pointtext {
	font-size: 9pt;
	font-weight: normal;
}


/*******************
Review past editions page
*******************/

#past td a {
font-size:8pt;
}


/*******************
Top navigation table
*******************/

.topnavtable {
width:100%;
height:60px;
}

.topnavtable td {
	background-color: #E6E6CC;
	vertical-align:bottom;
/*	height: 60px;*/
}
.topnavtable td.left {
width:283px;
height:60px;
}
.topnavtable td.left img {
display:block;
padding:0;
margin:0;	
}
.topnavtd table {
/*border-left: 1px solid #000000;	*/
}
.topnavtable td.topnavtd a:link, .topnavtable td.topnavtd a:visited {
display:block;
float:left;
width:auto;
background-color: #999966;
font-size:10px;
font-weight:bold;
color: #ffffff;
padding:5px;
/*padding-left:4px;*/
/*padding-right:4px;*/
border-top:1px solid #000000;
border-right:1px solid #000000;
border-bottom:1px solid #000000;
/*border-left:1px solid #000000;*/
border-collapse: collapse;
text-decoration:none;
}
.topnavtable td.topnavtd a:hover, .topnavtable td.topnavtd a:active {
background-color: #000000;
color: #999966;
}

.greendot {
	background: url(/images/greendot.gif) repeat-x;
	margin: 4px 0;
	padding: 0;
	height: 1px !important;
	width: 100%;
	font-size:1px;
	line-height:1px;
	display:block;
}

.blackonepxline {
	background-color: #000000;
	margin: 0;
	padding: 0;
	height: 1px !important;
	width: 100%;
	font-size:1px;
	line-height:1px;
	display:block;
}


#leftnavtable {
width:160px;
border: none;
background-color: #E6E6CC;
}
#leftnavtable td {
padding:0;
}
#leftnavtable td a {
display:block;
width:100%;
border-bottom: 1px solid #ffffff;
background-color: #E6E6CC;
padding: 4px 0;
font-weight:bold;
font-size:9px;
}








