body {
	background-image: url(header.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.border {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EDECEA;
	border-left-color: #EDECEA;
}
.center_bg {
	background-image: url(center_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.footer_bg {
	background-image: url(footer_bg.jpg);
	background-repeat: no-repeat;
	height: 201px;
}
.footer_bg_2 {
	background-image: url(footer_bg_2.jpg);
	background-repeat: repeat-x;
	height: 101px;
}
.footer_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
	line-height: 18px;
}
.footer_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	line-height: 18px;
}
.footer_link:hover {
	text-decoration: underline;
}
.test_common {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
}
.page_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #072144;
	text-decoration: none;
	font-weight: bold;
}


.footer_link_box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	line-height: 18px;
	background-image: url(bullets.jpg);
	background-repeat: no-repeat;
	padding-left: 35px;
	background-position: 10px;
}
.footer_link_box:hover {
	text-decoration: underline;
}
.test_common_red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8e0000;
	text-decoration: none;
	line-height: 16px;
}
.more_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8e0000;
	text-decoration: underline;
	line-height: 18px;
}
.more_link:hover {
	text-decoration: none;
}
.cart_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #07234A;
	text-transform: uppercase;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #092B59;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #092B59;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 25px;
}
.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	height: 10px;
}
.warning{
	border: 1px solid #FFF648;
	background-color: #FFFCDA;
	padding: 10px 20px 10px 30px;
	color: #333;
}
.error{
	background: #FCF0F0;
	border: 1px solid #FB0000;
	margin: 0px 0px 5px 0px;
	padding: 10px;
	font: bold 12px arial;
	color: #FB0000;
}

.link_button {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #FFFFFF;
 text-decoration: none;
 background-color: #07234A;
 text-transform: uppercase;
 border-top-width: 1px;
 border-top-style: solid;
 border-top-color: #092B59;
 border-right-width: 1px;
 border-right-style: solid;
 border-right-color: #092B59;
 border-bottom-width: 0px;
 border-left-width: 0px;
 height: 25px;
 padding-top: 5px;
 padding-right: 5px;
 padding-bottom: 5px;
 padding-left: 5px;
}
.link_button:hover {
 text-decoration: underline;
}

a {
	text-decoration: underline;
	color: #072144;
}

