/* CSS Document */

a:visited {color: #990000}
a:visited {text-decoration: underline}
a:link {color: #990000}
a:link {text-decoration: underline}
a:hover {color: #000000}
a:hover {text-decoration: underline}

.container_table {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}

.image_border {
	border-color: #A6680A;
	border-style: solid;
	border-width: 1px;
}

.product_title_text {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #563713;
}

.product_title_border {
	border-color: #A6680A;
	border-style: solid;
	border-width: 1px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}

.product_title_text_white {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #ffffff;
}

.line {
	color: #a6680a;
}

.body_text {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #563713;
}

.body_text_white {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
}

a.body_text_white:visited {color: #ffffff}
a.body_text_white:link {color: #ffffff}
a.body_text_white:hover {color: #000000}
a.body_text_white:hover {text-decoration: underline}

.body_text_lb {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #CF820C;
}

.body_text_red {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: ##990000;
}

.body_text_lb_lined {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #CF820C;
	text-decoration:underline;
}
a.body_text_lb_lined:visited {color: #CF820C}
a.body_text_lb_lined:link {color: #CF820C}
a.body_text_lb_lined:hover {color: #000000}
a.body_text_lb_lined:hover {text-decoration: underline}

.body_text_small {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #563713;
}

.body_text_small_white {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #ffffff;
	list-style-image: url(images/bullet2.gif);
}
	
a.body_text_small_white:visited {color: #ffffff}
a.body_text_small_white:link {color: #ffffff}
a.body_text_small_white:hover {color: #000000}
a.body_text_small_white:hover {text-decoration: underline}


.footer_text {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #563713;
}

ul {
	list-style: outside;
	list-style-type: square;
	list-style-image: url(images/bullet.gif);
	padding-left: 12px;
	margin-left: 10px;
	margin-top: -4px;
	margin-bottom: 0px;
}

li {
	list-style: outside;
	list-style-type: square;
	list-style-image: url(images/bullet.gif);
}
