/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	text-align:left;
}
body {
	margin-left: 2px;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 2px;
}
a:link {
	color: #3399FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3399FF;
}
a:hover {
	text-decoration: underline;
	color: #FF3300;
}
a:active {
	text-decoration: none;
	color: #3399FF;
}
.rightjust {
	text-align:right;
}
.pagetitle {
	font-family: "Arial Narrow", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #666666;
	font-weight: normal;
}
.subtitle {
	font-family: "Arial Narrow", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #666666;
	font-weight: normal;
}
.product_family_navigation {

}
a:link.product_item_navigation {
	color: #A3A3A3;
	text-decoration: none;
	font-size: 7pt;
	margin-left: 15px;
}
a:hover.product_item_navigation {
	text-decoration: underline;
	color: #FF3300;
}
input, select, option, textarea {
	font-size: 7pt;
}
.product_name {
	color: #6194CD;
}
.product_description {
	color: #999999;
}
.footer_text {
	color:#333333;
	font-size: 7pt;
}
.red {
	color:#FF0000;
}
.grey {
	color: #999999;
}
.cellborder_topbtm {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.smallfont {
	font-size:7pt;
}
.show_details {
display:inline-table;
}
.hide_details {
display:none;
}