body {
	text-align: center;
	min-width: 800px;
	background-color: #381a05;
	font: 10pt Arial; color: navy;
}

#hdr {
        width: 800px;
        margin: 0px auto;
        text-align: left;
	background-color: white;
}

#content {
        width: 780px;
	margin: 0px auto;
        text-align: left;
	background-image: url(/images/bg1.png);
	background-repeat: repeat;
	background-color: white;
	padding-left: 10px;
	padding-right: 10px;
}
	H1 {font: 20pt Arial; color: #dd0033; font-weight: bold}
	H2 {font: 18pt Arial; color: navy}
	H3 {font: 14pt Arial; color: navy}
	H4 {font: 12pt Arial; color: navy; font-weight: bold}
	P {font: 10pt Arial; color: navy}
	.small {font: 8pt Arial; color: navy}
	.body {font: 10pt Arial; color: navy}
	.note {font: 11pt Arial; color: navy; font-weight: bold}
	.note2 {font: 11pt Arial; color: #dd0033; font-weight: bold}
	.subhead {font: 14pt Arial; color: navy}
	.bigblue {font: 18pt Arial; color: navy}
	.bigred {font: 20pt Arial; color: #dd0033; font-weight: bold}



table {border-collapse:collapse;}

tr.row td {
border-width:1px 0;
border-style:solid;
border-color:black;
}

tr.row td.left{
border-width:1px 0 1px 1px;
}

tr.row td.right{
border-width:1px 1px 1px 0;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.rssbutton{
background-color: #ff6600;
border: 1px #ff6600 outset;
padding: 0 2px;
color: white;
text-decoration: none;
font: bold 10px Verdana;
}

.rssbutton:visited, .rssbutton:hover, .rssbutton:active{
color: white;
}

.cssbutton{
background-color: #381a05;
border: 2px ##381a05 outset;
padding: 1px 4px;
color: white;
text-decoration: none;
font: bold 90% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.cssbutton:visited{
color: gray;
}

.cssbutton:hover{
border-style: inset;
color: #555555;
background-color: #ffaa6b;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.cssbutton:active{
color: black;
}
