body {
	background-color: #FFFFFF;
	font:normal 12px/16px Arial, Helvetica, sans-serif;
}
td,th {
	font-size: 12px;
}
h1 {
	font-size: 18px;
	padding-bottom: 2px;
}
h2 {
	font-size: 16px;
}
p {
	font-size: 12px;
	color: #333333;
	vertical-align: text-top;
}

/* default anchor styles */
a {color: #333333;}
a:hover {color: #999999;text-decoration:none;}

/*  MAIN CONTENT  */
/********************/
.maincontent {
	height:100%;
}

.maincontent p {
	padding: 2px 10px 2px 10px;
}
.maincontent li {
	list-style-image:url(../img/bg_bullet_full_2.gif);
}
.column1-unit {
	margin-bottom:10px !important /*Non-IE6*/; 
	margin-bottom:5px /*IE6*/;
}
.prominent a {
	font-weight:bold;
}
.prominent a:hover {
	font-weight:normal;
}

/*  COMMON CLASSES  */
/********************/
.main img {clear:both; padding:5px; border:1px thin #999999;}
.main a {color:rgb(70,122,167); font-weight:bold; text-decoration:none;}
.main a img {border:solid 0px rgb(150,150,150);}
.main a:hover img {border:solid 0px rgb(220,220,220);}


/*  PRODUCT PAGE  */
/********************/
.products p {
	vertical-align: top;
	text-align: left;
}
.products h1 {
	font-weight: bold;
	text-align: left;
	color: #006069;
	font-size: 16px;
	border-bottom: dotted 2px #999999;
	margin: 20px 10px 20px 10px;
}
.products h2 {
	font-weight: bold;
	text-align: left;
	color: #006069;
	font-size: 12px;
	margin: 10px;
}
.products a {
	font-weight:bold;
	color: #006069;
	text-decoration: none;
}
.products a:hover {
	text-decoration: none;
}
.productsborder {
	border-bottom:#CCCCCC dotted 2px;
	height:2px;
}