.notapproved {font-style:italic; color: red}

body{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 90%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;		
}

td, th{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 90%;
}


.bodyRed {
	color: #CC0101;
}

.bodySmall {
	font-size: 80%;
}

.tellafriend{
	font-family : Arial, Helvetica, sans-serif;
	font-size:80%;
	color: gray;
	text-align: left;
}

.htmlButton	{
	font-size : 80%;
	text-align: center;
	border: 2px outset #CC0101;
	background-color : #FFCC00;
	width: 130px;
	padding: 5px;
	cursor: pointer;
}

a.buyNow:link {
	color: #CC0101;
	text-decoration: none;
}

a.buyNow:visited {
	color: #CC0101;
	text-decoration: none;
}

a.buyNow:hover{
	color: #CC0101;
	text-decoration: underline;
}

.aNone {
	text-decoration: none;
}

a:link {
	color: #003366;
}

a:visited {
	color: #003366;
}

a:hover{
	color: #CC0101;
}

li{
	padding-top: 5px;
	padding-bottom: 5px;
}

/* nav */
table.navLeft {
	width : 100%;
}

table.navLeft th {
	padding: 15px 2px 2px 5px;
	color : #CC0101;
	text-align : left;
	font-weight : bold;
	font-size : 80%;
}

table.navLeft td {
	padding: 2px 2px 2px 10px;
	color : #000000;
	text-align : left;
	font-weight : normal;
	font-size : 75%;
}

table.navLeft a {
	display: block;
	color: black;
	width: 100%;
	text-decoration: none;
} 

table.navLeft a:hover{
	text-decoration: underline;
}

table.navRight {
	width : 100%;
}

table.navRight th {
	padding: 15px 5px 10px 5px;
	color : #CC0101;
	text-align : center;
	font-weight : bold;
	font-size : 80%;
}

table.navRight td {
	padding: 5px 5px 5px 5px;
	color : #000000;
	text-align : left;
	font-weight : normal;
	font-size : 75%;
}




hr{
	 height: 1px ; color:#777755;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #CC0101;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #000000;
	display: inline;
}

H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 120%;
}


tr.displayoff {
	background-color : #7080A1;
	color : #F5F5F5;
	font-weight : bold;
}

td.highlight {
	background-color : #E6E5DB;
	color : #000000;
	border-left: 2px solid  #646F5E;
	border-right: 2px solid  #646F5E;
	border-top: 1px solid  #646F5E;
	border-bottom: 1px solid  #646F5E;
}

tr.highlight {
	background-color : #E6E5DB;
	color : #000000;
}

TR.totals {
	background-color : #E6E5DB;
	color : #000000;
	font-weight : bold;
}

TD.totals {
	background-color : #E6E5DB;
	color : #000000;
	font-weight : bold;
}

TR.subtotals {
	background-color : #dfdfdf;
	color : #000000;
	font-weight : bold;
}

TR.inactiveText {
	color : #D0CECE;
	font-weight : normal;
	font-style: italic;
}

form { 
	display:inline;
}	

INPUT,SELECT {
	width:100%;
	font-size : 80%;
	border: 1px solid #E0E1BF;
	background-color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
}

INPUT.button {
	font-size: 13px; 
	border: 1px solid #CC0101; 
	background: #FFCC00;
	cursor: pointer;
	width: 180px;
}	

INPUT.submitTellAFriend {
	font-size: 13px; 
	border: 1px solid #CC0101; 
	background: #FFCC00;
	cursor: pointer;
}	

INPUT.submitDonate {
	font-size: 13px; 
	border: 1px solid #CC0101; 
	background: #FFCC00;
	cursor: pointer;
}

INPUT.submitBuyNowPrice1995 {
	font-size: 13px; 
	border: 1px solid #CC0101; 
	background: #FFCC00;
	padding:2px;
	cursor: pointer;
	width: 180px;
}

INPUT.imageBuyNow {
	width: 68px;
	border: 0px;
}

INPUT.imageBuyNowPrice1995 {
	width: 154px;
	border: 0px;
}

TEXTAREA {
	width:100%;
	font-size : 80%;
	border: 1px solid #E0E1BF;
	background-color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
}


TEXTAREA.banner {
	width:160px;
	font-size : 80%;
	border: 1px solid #E0E1BF;
	background-color : #E6E5DB;
	font-family : Arial, Helvetica, sans-serif;
}

INPUT.radio {
	background-color : #ffffff;
}

INPUT.checkbox {
	background-color : #ffffff;
}

/*
INPUT.submit {
	background-color : #646F5E;
	font-size : 12px;
	font-weight : bold;
	color: #ffffff
}
*/
.disabled {
	background-color : Silver;
}

.formLabel {
	color: #000000;
	font-size: 12px;
	font-weight : normal;
}

.formLabelTitle {
	color: #000000;
	font-size: 12px;
	font-weight : bold;
}


.on {
	background-color : #EEEEAA;
}

.off {
	background-color : #FFFFFF;
}


INPUT.noedit {
	background : Silver;
	background-color : Silver;
}

.footerText{
	font-family : Arial, Helvetica, sans-serif;
	font-size:80%;
	color: white;
}

.footnotes{
	font-family : Arial, Helvetica, sans-serif;
	font-size:70%;
	color: gray;
}