body, td, h1, h2, h3, h4, h5, h6, p, input, select, textarea {
	font-family: Arial;
}
body {
	color: #404040;
	font-size: 11px;
	background-color: #cccccc;
}
td {
	color: #404040;
	font-size: 11px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #003785;
	margin: 0;
}
h1 {
	font-size: 14px;
}
h2 {
	font-size: 13px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 11px;
}
h5 {
	font-size: 11px;
}
h6 {
	font-size: 11px;
}
a:link {
	color: #007caa;
	text-decoration: underline;
}
a:visited {
	color: #007caa;
	text-decoration: underline;
}
a:hover {
	color: #007caa;
	text-decoration: none;
}
a:active {
	color: #007caa;
	text-decoration: underline;
}
hr {
	border: solid #c0c0c0;
	border-width: 1px 0 0 0;
	height: 0;
	line-height: 0px;
	font-size: 0;
	margin: 0;
	padding: 0;
}
.BoxWrapper {
	border: solid 2px #c0c0c0;
}
.Box1 {
	background-color: #ffffff;
	border: solid 2px #ffffff;
}
.Box1Heading {
	background-color: #c0c0c0;
	font-size: 14px;
	color: #ffffff;
	padding: 3px 10 3 10;
	font-weight: bold;
}
.Box1Content {
	background-color: #ffffff;
	padding: 3px 10 3 10;
}
.navigation_left, .navigation_left:link, .navigation_left:visited, .navigation_left:active, .navigation_left:hover {
	color: #007caa;
	text-decoration: none;
	padding: 0px 0 0 10;
	font-weight: bold;
}
.navigation_left:hover {
	text-decoration: underline;
}
.navigation_left_selected, .navigation_left_selected:link, .navigation_left_selected:visited, .navigation_left_selected:active, .navigation_left_selected:hover {
	color: #007caa;
	text-decoration: none;
	padding: 0px 0 0 10;
	font-weight: bold;
}
.navigation_left_main, .navigation_left_main:link, .navigation_left_main:visited, .navigation_left_main:active, .navigation_left_main:hover {
	color: #007caa;
	text-decoration: none;
	padding: 0px 0 0 5;
	font-weight: bold;
}
.navigation_left_main:hover {
	text-decoration: underline;
}
.navigation_left_main_selected, .navigation_left_main_selected:link, .navigation_left_main_selected:visited, .navigation_left_main_selected:active, .navigation_left_main_selected:hover {
	color: #007caa;
	text-decoration: none;
	padding: 0px 0 0 10;
	font-weight: bold;
}
form {
	margin: 0;
}
input, select, textarea {
	font-size: 11px;
	color: #404040;
}
.Message {
	background-color: #ffffff;
	font-weight: normal;
	font-size: 11px;
	color: #404040;
	font-family: Arial;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}
.product_list_heading {
	font-weight: bold;
	background-color: #e6ebf3;
}

.product_details_heading_row {
	padding: 5px;
	font-weight: bold;
	background-color: #e6ebf3;
}

.product_details_colored_row {
	padding: 5px;
	background-color: #e6ebf3;
}

.product_details_normal_row {
	padding-top: 5px;
	padding-bottom: 5px;
}

.submitLink {
	color: #007caa;
	background-color: transparent;
	text-decoration: underline;
	border: none;
	cursor: pointer;
	cursor: hand;
}

.button_wide {
	width: 160px;
}

.button_narrow {
	width: 100px;
}
.box_heading {
	color: #ffffff;
	font-weight: bold;
	background-color: #555555;
	padding: 5px;
}
.box_content {
	color: #404040;
	vertical-align: top;
	padding: 5px;
}

