/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #014863;
}
a:hover {
	color:#014863
}
a:active {
	color:#014863
}
.smallGray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
a.smallGray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
a.navigation {
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
	background-color: #ffa641;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
a.navigation:hover {
	color: #014863;
}
.productLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.boldLinks {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.productTitle {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.headers {
	color: #014863;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#darkGreen {
	color: #014863
}

