/* CSS Document */

<style type="text/css">
<!--

td,th {
	font-family: Arial, Helvetica, sans-serif;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	background-color:#F5F5F5;
	
}

.product_page_table{
	
	border-style:solid;
	border-color:#CCCCCC;
	border-width: 1px;
	

}

.table_menu_list {
	

	background-color:#FFFFF;
	border-right-style:solid;
	border-left-style:solid;
	border-right-color:#FFFFFF;
	border-right-width: 5px;
	border-left-color:#FFFFFF;
	border-left-width: 3px;
	line-height: 120%;
		
}
.table_menu_header {
	

	background-color:#FFFFF;
	font-size: 12px;
	border-right-style:solid;
	border-left-style:solid;
	border-bottom-style: solid;
	border-bottom-color:#CCCCCC;
	border-bottom-width: 1px;
	border-right-color:#FFFFFF;
	border-right-width: 5px;
	border-left-color:#FFFFFF;
	border-left-width: 0px;
	font-weight: bold;
	vertical-align:top;

}

.darkgrey_12 {
	color:#333333;
	font-size: 12px;
}




.greylink_10 A:link, .greylink_10 A:visited {
	text-decoration: none;
	color: #333333;
	font-size: 11px;
}

.greylink_10 A:hover {
    text-decoration: underline;
	color: #333333;
	font-size: 11px;
}

.greylink_10 A:active {
	text-decoration: none;
	color: #0B726F;
	font-size: 11px;
}

.greylink_12{
	text-decoration: none;
	color: #333333;
	font-size: 12px;
}

.greylink_12 A:link, .greylink_12 A:visited{
	text-decoration: none;
	color: #333333;
	font-size: 12px;
}

.greylink_12 A:hover {
    text-decoration: underline;
	color: #333333;
	font-size: 12px;
}
.greylink_12 A:active {
	text-decoration: none;
	color: #0B726F;
	font-size: 12px;
}

.greylink_bold_12{
	text-decoration: none;
	color: #333333;
	font-size: 12px;
	font-weight: bold;

}


.greylink_bold_12 A:link, .greylink_bold_12 A:visited{
	text-decoration: none;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}

.greylink_bold_12 A:hover {
    text-decoration: underline;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}
.greylink_bold_12 A:active {
	text-decoration: none;
	color: #0B726F;
	font-size: 12px;
	font-weight: bold;
}


.whitelink_bold_14 A:link, .whitelink_bold_14 A:visited{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.whitelink_bold_14 A:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.whitelink_bold_14 A:active {
	text-decoration: none;
	color: #0066CC;
	font-size: 14px;
	font-weight: bold;
}

.whitelink_10 A:link, .whitelink_10 A:visited{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10px;

}

.whitelink_10 A:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 10px;
	
}

.whitelink_10 A:active {
	text-decoration: none;
	color: #0066CC;
	font-size: 10px;
	
}

.whitelink_10{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10px;
}
.shadow {
		-moz-box-shadow: 3px 3px 4px #000;
		-webkit-box-shadow: 3px 3px 4px #000;
		box-shadow: 3px 3px 4px #000;
		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	}
-->
</style>
