/***********************************************/
/* Styles                                      */
/***********************************************/
.table_border {
	border: 1px solid #999999;
}

.help_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	font-weight: normal;
	line-height: normal;
	text-align: center;
}

.address_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	font-weight: normal;
	line-height: normal;
	text-align: center;
}

.descr_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;
	font-weight: normal;
	line-height: normal;
	text-align: center;
}
.img_content {
	border: 1px solid #666666;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#content_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-left: 20px;
	margin-top: 20px;
}

#content_body table {
	font-size: 12px;
}


#content_body a:link {
	color: #003366;
	text-decoration: none;
}

#content_body a:visited {
	color: #006699;
	text-decoration: none;
}

#content_body a:hover {
	color: #CC3300;
	text-decoration: underline overline;
}

#content_body h1 {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 24px;
	margin: 0px;
}

#content_body h2 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
}

#content_body h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
}

#content_body h4 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
}

#content_body hr {  
	height: 1px; 
	color: #999999; 
	background-color: #999999; 
	border: none;
}

#content_body .img_prod_border {
	border: 1px solid #666666;
}

#content_body .img_prod_noborder {
	border: 0px;
}
