H2 {
	text-decoration: underline;	
}

BODY {
	font-family: "MS Sans Serif", Geneva, sans-serif;
}

P {
	font-family: "MS Sans Serif", Geneva, sans-serif;
}

A {
	text-decoration: none;
	color: Blue;
}

A:HOVER {
	text-decoration: underline overline;
	color: red;
}

A:ACTIVE {
	text-decoration: none;
	color: black;
}

.col16 {
	width : 16%;
}

.col17 {
	width : 17%;
}

.col25 {
	width : 25%;
}

.col33 {
	width: 33%;	
}

.col51 {
	width : 51%;
}

.thead  {
	border : none;
}

.menu {
	background-color: #DCDCDC;
	font-size: smaller;
}

HR {
	width: 100%;
	color: black;
}

.catimage {
	margin-right: 25px;
	float : left;
}

.catimage2 {
	margin-top: 25px;
}

.catimage3 {
	float : right;
}

.specs {
	padding-left: 5px;
	padding-right: 5px;
	font-size: smaller;
}

.contactus {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

TH.contactus {
	background-color: White;
	width: 25%;
}

TD.contactus {
	background-color: #DCDCDC;
	width: 25%;
}
