body
{
	color: black;
	background-color: white;
	font-family: Arial, sans-serif;
	font-size: 10pt;
}

img
{
	background-color: transparent;
}

h1
{
	color: blue;
	background-color: inherit;
	text-align: center;
}

h2, h3, h4, h5, h6
{
	color: blue;
	background-color: inherit;
	text-align: left;
}

p.title
{
	text-align: center
}

ul.hide_menu
{
	list-style-type:none; 
	display: block;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 2.5em;
	margin-right: 0;
}

ul.default
{
	list-style-type: circle; 
	list-style-image: url('/Images/RedDiamond.png'); 
	list-style-position: outside
}

ul.os
{
	list-style-type: circle; 
	list-style-position: outside
}

span.bold_text
{
	font-weight: bold;
}

.main_menu a:link {color: blue; background-color: inherit; text-decoration: none; font-weight:bold; font-size: 12pt}
.main_menu a:visited {color: blue; background-color: inherit; text-decoration: none; font-weight:bold; font-size: 12pt}
.main_menu a:active {color: blue; background-color: inherit; text-decoration: none; font-weight:bold; font-size: 12pt}
.main_menu a:hover {color: red; background-color: inherit; text-decoration: none; font-weight:bold; font-size: 12pt}

.sub_menu a:link {color: gray; background-color: inherit; text-decoration: none; font-size: 10pt}
.sub_menu a:visited {color: gray; background-color: inherit; text-decoration: none; font-size: 10pt}
.sub_menu a:active {color: gray; background-color: inherit; text-decoration: none; font-size: 10pt}
.sub_menu a:hover {color: red; background-color: inherit; text-decoration: none; font-weight:bold; font-size: 10pt}

.normal_link a:link {color: blue; background-color: inherit;}
.normal_link a:visited {color: purple; background-color: inherit;}
.normal_link a:active {color: purple; background-color: inherit;}
.normal_link a:hover {color: red; background-color: inherit;}

table, td, tr
{
	color: black;
	background-color: inherit;
	vertical-align: top;
}

table.menu_table
{
   	border: 1px solid #808080;
   	color: black;
   	background-color: #ffffff;
   	table-layout: fixed;
   	width:160px;
}

td.menu_col
{
   	border: 1px solid #808080;
   	color: black;
   	background-color: #ddeeff;
   	width:160px;
}

table.product_table
{
	color: black;
   	background-color: inherit;
   	table-layout: fixed;
   	width: 100%;
}

td.product_col_title
{
   	vertical-align: top;
   	font-weight: bold;
   	color: black;
   	background-color: inherit;
   	width: 105px;
   	padding-bottom: 10px;
}

td.product_col
{
	color: black;
   	background-color: inherit;
   	width: 100%;
   	padding-bottom: 10px;
}

table.product_history_table
{
   	border: 1px solid #808080;
   	color: black;
   	background-color: inherit;
   	table-layout: fixed;
   	width: 90%;
}

td.product_history_col_title
{
	border: 1px solid #808080;
   	font-weight: bold;
   	color: black;
   	background-color: inherit;
   	width: 105px;
}

td.product_history_col
{
	border: 1px solid #808080;
	vertical-align: top;
	color: black;
   	background-color: inherit;
   	width: 100%;
}

td.product_title
{
	vertical-align: top;
	color: black;
   	background-color: #99ccff;
   	padding-top: 2px;
   	padding-bottom: 2px;
   	padding-left: 2px;
   	padding-right: 10px;
}

td.product_odd
{
	vertical-align: top;
	color: black;
   	background-color: #ccddff;
   	padding: 2px;
}

td.product_even
{
	vertical-align: top;
	color: black;
   	background-color: #ddeeff;
   	padding: 2px;
}

table.policy
{
	width: 80%;
}

td.policy_col
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10%;
}

td.question
{
	vertical-align: top;
	color: black;
   	background-color: #99ccff;
   	padding: 2px;
   	font-weight: bold;
}

td.answer
{
	vertical-align: top;
	color: black;
   	background-color: #ddeeff;
   	padding: 2px;
}

body.complaint
{
	font-size: 14pt;
	color: black;
	background-color: white;
	font-family: Arial, sans-serif;
}