/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*//* Cartweaver 2 CSS HTML Styles *//*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/body, td, th, p {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	color: #993300;	margin: 7px;}  a:link {	color: #993300;}a:visited {	color: #993300;}a:hover {	color: #993300;	text-decoration:none;}a:active {	color: #993300;	text-decoration:none;}a.nav{	color: #ffffff;	text-decoration: underline;		}a.nav:link{	color: #ffffff;	text-decoration: underline;	}a.nav:hover{	color: #ffffff;	text-decoration: underline;	font-weight: bold;	}	a.nav:active{	color: #ffffff;	text-decoration: underline;	}a.nav:visited{	color: #ffffff;	text-decoration: underline;	}a.nav:visited:hover{	color: #ffffff;	text-decoration: underline;	font-weight: bold;	}a.nav:visited:active{	color: #ffffff;	text-decoration: underline;	}	hr{	color: #999933;	height: 1px;	width: 90%;}h1 {	color: #993300;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 14px;	margin: 7px;	border-bottom:3px double #993300;}h2 {	color:#993300;	font-size: 18px;}/*Form Elements*/form {	margin: 5px;}input, select, textarea {	font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 11px;	background: transparent;	border: 1px inset #000000;}/*~~~~~~~~~~~~~~~~~~~~~~~~~~*//* 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-color: #993300;	border-bottom: 1px solid #000000;	border-left: 1px solid #000000;	border-right: 1px solid #000000;	border-top: 1px solid #000000;	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: 1px solid #999933;	border-collapse: collapse;}table.tabularData td, table.tabularData th{	padding: 0px;}table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {	background-color: #993300;	color: #FFFFFF;}/* altRowEven & altRowOdd are used to style alternating table rows. */.altRowEven {	background-color: #ffffff;}.altRowOdd{		}.smallprint {	font-size: 10px;}.pagingLinks {	text-align: center;}.errorMessage {	color: #993333;	font-weight: bold;}.leaf {	background-image: url(../../../images2/leaf2.jpg);	background-repeat: no-repeat;	background-position: center 200px;}.leaf2 {	background-image: url(../../../images2/leaf2.jpg);	background-repeat: no-repeat;	background-position: center 225px;}