body { 	
		font-family: trebuchet ms, verdana;
		font-size: 12px;
		background-color: #284D73;
		color: #BBC1C8;
		margin: 0px;
		padding: 0px;
	 }

body.admin {
		font-family: trebuchet ms, verdana;
		font-size: 12px;
		background-color: #ffffff;
		color: #BBC1C8;
		margin: 0px;
		padding: 0px;
	}	

td   { 	
		font-family: trebuchet ms, verdana;
		font-size: 12px;
		color: #BBC1C8;
	 }

	 
A:link, A:visited, A:active { color: #BBC1C8; font-weight:bold } 

A.ltblue:link, A.ltblue:visited, A.ltblue:active { color: #C1CEDA; font-weight:bold } 





form {
	margin:0px;
	padding:0px;
}


input, select, textarea {
			font-family: trebuchet ms, verdana;
			font-size: 12px;
			color: #000000;
}

input.quantity_fld {
	font-size: 11px;
}

input.adminbtn {
	width:60;
}


select.checkout {
	font-size: 11px;
}

input.checkoutform {
	width:220;
	font-size: 11px;
}


.checkout_label {
	font-size: 11px;
	font-weight: bold;
}

.FinePrint
{
    COLOR: gray;
    FONT-FAMILY: Arial;
    FONT-SIZE: xx-small;
    FONT-WEIGHT: normal
}


.BigPrint {
	font-size: 20px;
}