body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0;
}
.justify {
	text-align: justify;
}
.products {
	font-size: 14px;
}
.bold {
	font-weight: bold;
}
.link_bg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.main_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.blue_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #365A7E;
}
a {
	text-decoration: none;
	color: #365A7E;
}
.blue {
	color: #365a7e;
}

.white_bold_underline {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.black:hover {
	color: #ee7320;
	text-decoration:none;
	font-size: inherit;
}
.underline:hover {
	text-decoration: underline;
}
.mainnav:hover {
	background-color: #869BAE;
	font-size: 12px;
	color: #FFFFFF;
}
.green_bold {
	font-weight: bold;
	color: #019196;
}
.orange_bold {
	font-weight: bold;
	color: #ee7320;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
.form_text_style {
	background-color:#FFFFFF;
	border-color: #365a7e;
	border-style: solid;
	border-width:1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #365A7E;
}
.search_button_style {
	background-color:#e7e7e7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #365A7E;
	border:none;
	cursor:hand;

}
.form_button_style {
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #365A7E;
	border:none;
}
p {
	text-align: justify;
}
.blue_bold {
	font-weight: bold;
	color: #365a7e;
}
.underline {
	text-decoration: underline;
}
.italics {
	font-style: italic;
}
.border {
	border: 1px solid #869bae;
}
.elevenpx {
	font-size: 11px;
}
.justify_elevenpx {
	text-align:justify;
	font-size:11px;
}

