BODY{ background-color:#67967C; }

td {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #333333}


td.footer {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333}


/*aLINKS*/
a:link {  color: #245039; text-decoration: underline}
a:hover {  color: #245039; text-decoration: none}
a:active {  color: #245039; text-decoration: underline}
a:visited {  color: #245039; text-decoration: underline}

h1 {  color: #336600; font-size: 24px; text-decoration: none; margin: 4px 4px 4px 4px;}

h2 {  color: #336600; font-size: 20px; text-decoration: none; margin: 4px 4px 4px 0px;}

h3 {  color: #cccccc; font-size: 14px; text-decoration: none; margin: 4px 4px 4px 4px;}
/*aLINKS*/

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #245039;
	border: 1px inset #A1978F;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
NOTE: All styles below are specific to Cartweaver 2.
You may use the CSS above, or remove it and attach
your own CSS file in addition to cartweaver.css
*/

/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	background: #425929;
	border-bottom: 1px solid #688C40;
	border-left: 1px solid #688C40;
	border-right: 1px solid #141C0D;
	border-top: 1px solid #141C0D;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border: 3px solid #FFFFFF;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 3px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #F8DB97;
	color: #245039;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #E7E4E2;
}
.altRowOdd{
	background-color: #DFDBD9;
}

.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}
h4 {
	font-size: 18px;
	color: #FFFFFF;
}

h5 {
	font-size: 12px;
	margin-bottom:4px;
}
.tenWhite {
	font-size: 10px;
	color: #FFFFFF;
}
.elevWhite {
	font-size: 11px;
	color: #FFFFFF;
}
.elev {
	font-size: 11px;
}
.ten {
	font-size: 10px;
}
.twelve {
	font-size: 12px;
}

.nav { font-weight: bold; color: #FFB938}

.nav a:link { color: #FFB938; text-decoration: underline}

.nav a:visited {color: #FFB938; text-decoration: underline}

.nav a:hover {color: #FFB938;text-decoration: none}

.nav a:active {color: #FFB938; text-decoration: underline}

