body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px;
}
a:link { color: #00008A; text-decoration: none; font-weight:700; font-style:none; }
a:visited {color: #515151; text-decoration: none;  border-bottom: 1px solid #919191; font-style:none; }
a:hover {color:#8B0000; text-decoration: none; border-bottom: 3px solid #830000; font-style:none; }

.headerNoTop a:visited {color: #515151; text-decoration: none;  border-bottom: none; font-style:none;}
.headerNoTop a:hover {color:#8B0000; text-decoration: none; border-bottom: none; font-style:none; }

.bottom_border_white a:visited {color: #515151; text-decoration: none;  border-bottom: none; font-style:none;}
.bottom_border_white a:hover {color:#8B0000; text-decoration: none; border-bottom: none; font-style:none;}

.address_txt {
	color: #003366;
	vertical-align: top;
	font-size: 70%;
}

.body_txt {
	vertical-align: top;
	font-size: 75%;
}

.news_txt {
	color: #003366;
	vertical-align: top;
	font-size: 100%;
	margin: 0px 0px 8px;
}

.bold {
	vertical-align: top;
	font-weight: bold;
}

.header {
	vertical-align: top;
	font-weight: bold;
	font-size: 120%;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 0px;
}

p {margin: 0px;}

.subheader {
  	vertical-align: top;
	font-weight: bold;
	text-transform: capitalize;
	margin-top: 10px;
	margin-bottom: 0px;
}

.producttext {
  	vertical-align: top;
	font-weight: 100;
}

.bottom_border_white {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.headerNoTop {
	vertical-align: top;
	font-weight: bold;
	font-size: 120%;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
}

.SubmitButton {
	font-weight: bold;
	color: #3366CC;
}

.top_blue_border {
border: 1px solid #316AC5;
}

li {
list-style-image: url(../images/bullet.gif);
}

.vert_line {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #316AC5;
	border-right-color: #316AC5;
	border-bottom-color: #316AC5;
	border-left-color: #316AC5;
}

.headerNoTopWhite {
	vertical-align: top;
	font-weight: bold;
	font-size: 120%;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
}

.small_text_input {
	font-size: 95%;
	height: 16px;
	margin: 0px;
	padding: 0px;
	width: 50px;
	border: 1px solid #0066CC;
	font-weight: bold;
	text-transform: uppercase;
	color: #0066CC;
}