/*From Cart weaver */
body, td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
	color: #FF3333;
}

a:visited {
	color: #FF3333;
}
a:hover {
	color: #FF3333;
	text-decoration:none;
}
a:active {
	color: #FF3333;
	text-decoration:none;
}

/* Banner Buttons */
A.m2 {	font-size:13px;
		font-family:verdana;
		font-weight:bold; 
		text-decoration:none; 
		color:#3399CC; 		 
		}
A.m2:hover { color:#FF3333; }
A.m2:link {color: #FF3333;}
A.m2:active {color: #3399CC;text-decoration:none;}

/* Banner Buttons */
A.m1 { font-size:10px;font-family:verdana;font-weight:bold; text-decoration:none; color:#FF3333; }
A.m1:hover { color:#FF3333; }
A:m1:link {color: FF3333;}
A:m1:active {color: FF3333;text-decoration:none;}

/*Footer hrefs */
A.m1a { font-size:10px;font-family:verdana;font-weight:bold; text-decoration:underline; color:000000; }
A.m1a:hover { color:#3333FF; }
A.m1a:visted( color:#FF3333; }

/*Std Para hrefs */
A.m1c { font-size:12px;font-family:verdana;font-weight:bold; text-decoration:underline; color:000000; }
A.m1c:hover { color:#3333FF; }
A:m1:active {color: 000000;text-decoration:underline;}

/*Footer hrefs */
A.m1b { font-size:10px;font-family:verdana;font-weight:bold; text-decoration:underline; color:000000; }


/*IMG.iborder {border-Color:000000;border-Width:2};*/

.StdHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	left: 11px;
	font-weight: bold;
	color: 000000;
}
.StdPara {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	left: auto;
	font-weight: normal;
	margin: 0px;
	line-height: normal;
	white-space: normal;
	text-align: justify;
	width: 0px;
	padding: 0px;
}
.StdParaBoldWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	left: auto;
	font-weight: bold;
	margin: 0px;
	line-height: normal;
	white-space: normal;
	text-align: justify;
	width: 0px;
	padding: 0px;
	color: #FFFFFF;
}
.StdParaRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	left: auto;
	font-weight: normal;
	margin: 0px;
	line-height: normal;
	white-space: normal;
	text-align: right;
	width: 0px;
	padding: 0px;
}
.StdParaLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	left: 10px;
	font-weight: normal;
	color: #0000CC;
	text-decoration: underline;
}
.BoxText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: justify;
	vertical-align: text-top;
	white-space: normal;


}
.BoxHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.MenuButton_1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #FF3333;
	border-left: 1px solid #FF3333;
	border-right: 1px solid #FF3333;
	border-top: 1px solid #FF3333;
	margin: 3px 3px 3px 3px;
	padding: 3px;
	color: #FF3333;
	background: FFFFFF;	
}

.MenuHeader{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	margin: 3px 3px 3px 3px;
	padding: 3px;
	color: #FFFFFF;	
	background: 3399CC;	
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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: #CCCCCC;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	color: #1B1A5A;
	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 #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: #3399CC;
	color: #FFFFFF ;
}

/* 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: #FF0000;
	font-weight: bold;
}