
body, table, p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: 000000;
	line-height: 17px;
}


form {
	margin: 0px;
}

body { background: #FFFFFF; }


/****** standard size fonts *****/

.bold {
	font-weight:bold; 
}

.black {
	color: #000000;
}

.white {
	color: #FFFFFF;
}

.grey {
	color: #888888;
}

.dark_grey {
	color: #444444;
}





.error {
	color: #FF0404;
	font-weight:bold; 
}

.italic {
	font-style : italic; 
}

.no_underline {
	text-decoration : none; 
}

.red {
	color: #E90000;
}


.green {
	color: #007210;
}


.light {
	color: #888888;
}

.footer {
	color: #888888;
	font-size: 10px;
}



/****** links fonts *****/

.boxed_sel {

	border: 1px solid #999999;
	padding: 5px;
	height: 8px;
	background: #016635;
	color: #FFFFFF;
	font-size: 16px;
	font-weight:bold; 
}

.boxed_link {

	border: 1px solid #999999;
	padding: 5px;
	height: 8px;
	font-size: 16px;
	color: #016635;
	font-weight:bold; 
}



.link_image_out {
	border: 1px solid #FFFFFF;
}

.link_image_over {
	border: 1px solid #999999;
}







/****** small fonts *****/

.small {
	font-size: 11px;
}


/****** large fonts *****/

.medium {
	font-size: 16px;
	line-height: 22px;
}


.large {
	font-size: 28px;
	line-height: 30px;
}

h1 {
	font-size: 28px;
	line-height: 24px;
}



/****** product stuff *****/



.brand {
	font-size: 16px;
	line-height: 22px;
}

.product {
	font-size: 20px;
	line-height: 22px;
}

.price {
	font-size: 20px;
	line-height: 22px;
}

.price_per {
	font-size: 12px;
	line-height: 16px;
}

.size {
	font-size: 10px;
	margin-top: 2px;
}



/****** nav *****/


.nav {
	margin-bottom: 10px;
}

.nav_link {
	font-size: 16px;
	color: #016635;
}

.nav_link_sel {
	font-size: 16px;
	color: #000000;
	font-weight:bold;
}

.sub_nav {
	margin-bottom: 7px;
	margin-left: 12px;
}

.sub_link {
	font-size: 12px;
	color: #016635;
}

.sub_link_sel {
	font-size: 12px;
	color: #000000;
	font-weight:bold;
}








.header {
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 13px;
	
	font-weight:bold;
}




/****** Tables *****/


.lined_table  {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	
}

.lined_table td 
{
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
}

.normal_table td 
{
	border-left: 0px solid #999999;
	border-top: 0px solid #999999;
}



