/* CSS Document */

body {
	background-image: none;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;	
}

.section_title {
	font-family: "Franklin Gothic Medium Cond", "Trebuchet MS", Arial, Verdana;
	font-size: 20px;
	font-weight: normal;
	color: #96b64e;
	letter-spacing: 2px;
	line-height: 28px;
	text-decoration: none;
}

.subsection_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #339900;
	letter-spacing: 1px;
}

A:link, A:visited {
	color: #68b841;
	text-decoration: underline;
	font-weight: bold;
	line-height: normal;	
}

A:hover {
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;
	line-height: normal;	
}

.imgframe {
	border: 1px solid #CCCCCC;
}

.pageframe {
	border: 1px solid #333333;
}

.dotted {
	border: 2px dashed #CCCCCC;
}
.catalog {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: 1px;
	color: #666666;
}

.product {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
}

.table_border {
	border: 1px dotted #C7E4A7;
	padding: 3px;
}

