body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size:11pt;
	background-image:url('../images/bg.gif');
}

a {
	color: #008C44;
}

a:link {
	color: #008C44;
	text-decoration: none;
}

a:visited {
	color: #008C44;
	text-decoration: none;
}

a:hover {
	color: #008C44;
	text-decoration: underline;
}

a:active {
	color: #008C44;
	text-decoration: underline;
}

h1 {	
	font-size:24px;
}

h2 {
	font-size:20px;
}

h3 {
	font-size:18px;
}

h4 {
	font-size:16px;
}

label {
	color: black;
	font-weight: bold;
	font-size: .9em;
}

img.left {
	float:left;
}

img.right {
	float:right;
}

input {
	font-size:10pt;
}

select {
	font-size:10pt;
}

select.privacy {
	font-size:8pt;
}

textarea {
	font-size: 10pt;
}

textarea.big {
	width:100%;
	height:150px;
}

textarea.medium {
	width:100%;
	height:75px;
}

.tdHeader {
	font-weight:bold;
	font-size:.9em;
	text-align:right;
}

.left {
	text-align:left;
}

.right {
	text-align:right;
}

.indent {
	padding-left:1em;
}

.indentright {
	padding-right:1em;
}

.indenttop {
	padding-top: .5em;
}

.error {
	color: #990000;
	font-weight: bold;
	font-size: .9em;
}

.success {
	color: #009900;
	font-weight: bold;
	font-size: .9em;
}

.pageTotals {
	font-weight:bold;
	font-size:.8em;
	border-bottom: solid 1px black;
	border-top: solid 1px black;
	padding:.25em;
	margin-top:.5em;
	margin-bottom:.5em;
}

.nospacing {
	padding:0px;
	margin:0px;
}

.navBg {
	background-image: url('../images/nav_bg.gif');
	background-repeat: repeat-x;
}

.ad {
	margin: 6px;
}

.login{
	font-size: small;
	font-weight: bold;
	padding-bottom:12px;
	padding-right:8px;
}

.tdborder {
	border: thin solid #3E57A7;
	padding: 0;
}


.scroll {
	height: 600px;
	width: 1024px;
	overflow: scroll;
}

.contact {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 50px;
	font-size: .8em;
}

.greybg {
	background-color: #F8F7F7;
}

.designer {
	text-align:center;
}

.designer a:link, .designer a:visited, .designer a:hover, .designer a:active {
	color: #999999;
	font-size: .85em;
}

.address {
	text-align:center;
	color: #999999;
	font-size: .85em;
}


.copyright {
	margin-top:0px;
	font-size: .7em;
	color:white;
}

.copyright p {
	margin:0px;
	padding:0px;
}

.benchmark {
	color: #999999;
	font-size: .7em;
}

.footer_nav {
	margin-bottom:0px;
	color:white;
	font-weight:bold;
	font-size:.7em;
}

.footer_nav a:link {
	color: white;
}

.footer_nav a:visited {
	color: white;
}

.footer_nav a:hover {
	color: white;
}

.footer_nav a:active {
	color: white;
}

.bold, .boldText {
	font-weight: bold;
}

.large, .largeText {
	font-weight:bold;
	font-size: 1.5em;
}

.xsmallText {
	font-size: x-small;
	font-weight: bold;
}

.xxsmallText {
	font-size: xx-small;
	font-weight: bold;
}

.mediumText {
	font-size: medium;
}

.whiteText {
	color: #ffffff;
}

.loginContainer {
	margin: auto;
	width: 300px;
	text-align: center;
}

.loginTable {
	width: 300px;
}

.loginTable th {
	text-align: right;
	font-weight: bold;
	font-size: .9em;
}

.loginTable td {
	text-align: left;
	font-weight: normal;
	font-size: .8em;
}


.italic, .emText {
	font-style:italic;
}

.small, .smallText {
	font-size:.8em;
	font-weight:bold;
}

.legal {
	font-size:.7em;
}

.quoteText {
	font-style:italic;
	font-size:.8em;
	margin:1em;
	padding:.25em;
	border:1px #dddddd solid;
}

.gray {
	color: #999999;
}

.highlight {
	color: #008C44;
}

#containerTable {
	text-align: center;
}

#settingTable {
}

#shadowBoxTable {
	
}

.shadowBoxTop {
	background-image:url('../images/shadowbox_t.gif');
	background-position:bottom left;
	background-repeat:repeat-x;
}

.shadowBoxLeft {
	background-image:url('../images/shadowbox_l.gif');
	background-position:top right;
	background-repeat:repeat-y;
}

.shadowBoxBody {
	background-image:url('../images/shadowbox_body.gif');
	background-position:top left;
	background-repeat:repeat;
}

.shadowBoxRight {
	background-image:url('../images/shadowbox_r.gif');
	background-position:top left;
	background-repeat:repeat-y;
}

.shadowBoxBottom {
	background-image:url('../images/shadowbox_b.gif');
	background-position:top left;
	background-repeat:repeat-x;
}


#gradientBoxTable {
	
}

.gradientBox {
	color: #FFFFFF;
}

.gradientBoxTop {
	
}

.gradientBoxLeft {
	
}

.gradientBoxBody {
	background-color:white;
	background-image:url('../images/gradientbox_body.gif');
	background-position:bottom left;
	background-repeat:repeat-x;
}

.gradientBoxRight {
	
}

.gradientBoxBottom {
	
}

.solar li {
	margin:5px;
}

