
.footnote {
	margin-top: 10px;
	width: 100px;			background: #006633;
	height: 1px;
	}
.separator {
	background: #0099cc;
	width: 100%;
	height: 2px;
	}
.inverse_separator {
	background: #ccffff;
	width: 98%;
	height: 1px;
	}
a.plainbutton {
	color: #ffffcc;
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
	border: 1px #ccffff;
	background-color: #0099cc;
	display: block;
	width: 180px;			padding: 4px;
	margin: 1px 0;
	}
a.plainbutton:hover {
	color: #000080;
	background-color: #ccffff;
	border: 1px #0099cc;
}
a.raisedbutton {
	color: #ffffcc;
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
	border: 1px outset #ccffff;
	background-color: #0099cc;
	display: block;
	width: 180px;
	padding: 4px;
	margin: 1px 0;
	}
a.raisedbutton:hover {
	color: #000080;
	background-color: #ccffff;
	border: 1px inset #0099cc;
}

a.feature {
	text_decoration: none;
	font-weight: bold;
	}
a.feature:hover {
	text-decoration: underline;
	}
a.navlink {
	color: #ffffcc;
	text-decoration: none;
	font-family: Trebuchet MS;
	font-style: italic;
	font-size: 11px;
	}
a.navlink:hover {
	color: #000080;
	background: #ccffff;
	}
a.selectedNavlink {
	color: #330099;
	text-decoration: none;
	font-family: Trebuchet MS;
	font-style: italic;
	font-size: 11px;
	}
body {
	font-family: Verdana, Arial, Sans-serif;
	color: #000080;
	background: #ffffff;
	margin: 0;
	font-size: small;
	}
h1 {
	font-weight: bold;
	color: #0099cc;
	margin: 0 10px 10px 0;
	font-size: x-large;
	}
h2 {
	font-weight: bold;
	color: #0099cc;
	margin: 20px 0 10px;
	font-size: large;
	}
h3 {
	font-weight: bold;
	color: #006633;
	margin: 20px 0 10px;
	font-size: medium;
	}
h4, h5, h6 {
	font-weight: bold;
	color: #006633;
	margin: 20px 0 10px;
	font-size: small;
	}
.hilite {
	color: #006633;
	font-weight: bold;
	}
.nav {
	background: #0099cc;
	}
.plain {
	background: #ffffff;
	}
.small {
	font-size: x-small;
	}
td, th {
	font-family: Verdana, Arial, Sans-serif;
	font-size: small;
	}
.theme {
	background: #006633;
	color: #ffffcc;
	}

.gutterAll {
	padding: 10px;
	}
.gutterBottom {
	padding-bottom: 10px;
	}
.gutterLeft {
	padding-left: 10px;
	}
.gutterRight {
	padding-right: 10px;
	}
.gutterTop {
	padding-top: 10px;
	}
.gutterTopHalf {
	padding-top: 5px;
	}
.gutterLR {
	padding-left: 10px;
	padding-right: 10px;
	}
.gutterTB {
	padding-top: 10px;
	padding-bottom: 10px;
	}
.hangindent { 
	margin-left: 10px;
	text-indent: -10px;
	}
.hangindent2 { 
	margin-left: 20px;
	text-indent: -10px;
	}
.hangindent3 { 
	margin-left: 30px;
	text-indent: -10px;
	}
 