.smallbody, .body, .body16, .boldbody, .bodysection, .bodysection-noline, .hotbody, .subPageHeader {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

.hotbody {
	color: #c94e3b;
}
.smallbody, .body, .body16 {
	color: #000000;
}

.smallbody, .body {
	font-weight: normal;
}
.boldbody, .bold, .bodysection, .bodysection-noline, .subPageHeader {
	font-weight: bold;
}

.highlight {
	background-color: yellow
}

.smallbody {
	font-size: 10px;
	line-height: 12px;

}
.body, .boldbody, .hotbody {
	font-size: 12px;
	line-height: 14px;

}

.body16 {
	font-size: 16px;
	line-height: 20px;

}
.boldbody {
	color: #006373;
}


.bodysection {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 16px;
	margin-top: 25px;
	border-bottom: solid 1px #ccdddc;
	color: #003f4e;
	padding-bottom: 4px;
}

.bodysection-noline {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 16px;
	margin-top: 25px;
	color: #003f4e;
}


.product-title {
	margin-bottom: 2px;
	margin-top: 0px;
}
.product-description {
	display: none;
	margin-bottom: 2px;
}
.product-links {
	margin-bottom: 16px;
}


.product-title, .product-links, .product-description {
	padding-left: 10px;
}

.subPageHeader {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 0px;
	padding: 10px 5px 10px 0px;
	color: #000000;	
	background-image: url( /images/subPage-header.gif );
	background-color: white;
	/*	border-bottom: solid 1px #cacaca; */
	background-repeat: repeat-x;
	background-position: bottom left;
}

.subPageHeader-bit {
	clear: right;
	float: left;
	margin-right: 5px;
	background-color: white;
	width: 13px;
	height: 26px;
}
.subPageHeader-bit img {
	margin-left: 5px;
}

/*
.subPageHeader {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 14px;
	padding: 4px 5px 5px 5px;
	border-bottom: solid 1px #006274;
	color: #000000;
	background-color: #8ecad1;
	background-image: url( /images/subPage-header.gif );
	background-repeat: repeat-x;
	background-position: top left;
}

*/


a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #c94e3b;
}

.subPageHeader a, .bodysection-noline a {
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
}


a:link {
	color: #c94e3b;
}
a:active {
	color: #c94e3b;
}
a:visited {
	color: #c94e3b;
}
a:hover {
	color: red;
	background-color: transparent;
}



a.a-white {
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #ffffff;
}

a.a-white:link {
	color: #ffffff;
}
a.a-white:active {
	color: #ffffff;
}
a.a-white:visited {
	color: #ffffff;
}
a.a-white:hover {
	color: #fff600;
	background-color: transparent;
}


.footer p.boldbody {
	color: white;
}

.footer a:link {
	color: white;
}
.footer a:active {
	color: white;
}
.footer a:visited {
	color: white;
}
.footer a:hover {
	color: #fff600;
}


ul.bullet, ul.bullet-indent-1, ul.square, ol.roman {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 5px 0px;
	list-style-type: none;
}
ul.bullet, ul.bullet-indent-1, ul.square {
	list-style-type: none;
}
ol.roman  {
	list-style-type: upper-roman;
}
ul.bullet li, ul.square li, ol.roman li {
	margin: 0px 0px 10px 15px;
	padding: 0px 0px 0px 15px;
}

ul.bullet li, ul.square li {
	background-position: 0px 4px;
	background-image: url( /images/bullet.gif );
	background-repeat: no-repeat;
}

ul.bullet-indent-1 li {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 15px;
	background-position: 0px 4px;
	background-image: url( /images/bullet.gif );
	background-repeat: no-repeat;
}


.indent-1, .indent-1-noline {
	padding-left: 18px;
	padding-right: 10px;
	border-left: solid 2px #eaf2f2;
	margin: 18px 0px;
}


.indent-1-noline {
	border-left: none;
}

ul.square li span {
	font-weight: bold;
}


hr {
	height: 1px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #CCDDDC;
	margin-bottom: 18px;
}
