.mainbdrs {
	border: 1px solid #CC0000;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.btmnavlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.btmnavlinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: underline;
}.txtsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.scrntxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
form {
	margin: 0px;
	padding: 0px;
}
.searchbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CA0000;
	border: 1px solid #CA0000;
	height: 15px;
	width: 110px;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
.searchbox2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CA0000;
	border: 1px solid #CA0000;
	height: 16px;
	width: 110px;
	margin: 0px;
	padding: 0px;
}
.search2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CA0000;
	border: 1px solid #CA0000;
	height: 16px;
	width: 110px;
	margin: 0px;
	padding: 0px;
}
.select1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CA0000;
	border: #ca0000;
}
.formButton2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C6000F;
	background-color: #FFFFFF;
	border: 1px solid #C6000F;
	height: 16px;
	width: 25px;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
.sidelinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.sidelinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
.tblbdrs {
	border: 1px solid #CC0000;
}
.outlines {
	border: 1px solid #FFC671;
}




h1 {
	color: #000000;
	margin: 0px;
	border-bottom: 1px solid #000000;
	font-size: 18px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

/*Form Elements*/


select, textarea {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #CC0000;
}



select, textarea {
	background: #FFFFFF;
	border: 1px solid #CC0000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
}

table {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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
*/

.smallprint {
	font: 11px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}
/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	background: #ffffff;
	border-bottom: 1px solid #CC0000;
	border-left: 1px solid #CC0000;
	border-right: 1px solid #CC0000;
	border-top: 1px solid #CC0000;
	color: #CC0000;
	font-weight: bold;
	font-size: 10px
	background-color: #ffffff;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table clase="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #000000;
	border-collapse: collapse;
	color: #000000;
	background-color: #ffffff;
}
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: #ffffff;
	color: #ffffff;
	background-color: #CC0000;
}
/* altrowEven & altrowOdd are used to style alternating table rows. */
.altrowEven {
	background-color: #D3D3E2;
}

.altrowOdd{
	background-color: #BDBDD2;
}


