body {
	margin: 0px;
	background-color: #DEE5EB;
}

.body-bg {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
}
h3 {
	font-family: Tahoma;
	font-size: 18px;
	text-transform: uppercase;
	color: #CD1D13;
	text-decoration: none;
}
.quote {
	padding: 5px;
	border: 1px solid #CD1D13;
}
.title1 {
	font-family: Tahoma;
	font-size: 18px;
	text-transform: uppercase;
	color: #CD1D13;
	text-decoration: none;
}
.title2 {
	font-family: Tahoma;
	font-size: 14px;
	color: #005A9E;
	text-decoration: none;
}
.title3, .title3:hover {
	font-family: Tahoma;
	font-size: 18px;
	text-transform: uppercase;
	color: #005A9E;
	text-decoration: none;
}
.title3:link, .title3:visited {
	text-decoration: underline;
}
.gray-text {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	line-height: 16px;
}
.red-text {
	font-family: Tahoma;
	font-size: 11px;
	color: #CD1D13;
	text-decoration: none;
	line-height: 16px;
}
.blue-text {
	font-family: Tahoma;
	font-size: 11px;
	color: #005A9E;
	text-decoration: none;
	line-height: 16px;
}
.bottom-nav {
	font-family: Tahoma;
	font-size: 14px;
	color: #005A9E;
	text-decoration: none;
}
.copyright-txt {
	color: #36598F;
	font-weight: bold;
	text-transform: uppercase;
}
.input-nml
{
	font-family: Tahoma;
	font-size: 11px;
	color: #313131;
	border: 1px solid #313131;
	padding-left: 1px;
	background-image:url(images/input.gif);
}
.button-nml
{
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	border: 1px solid #313131;
	text-align: center;
	background-color: #417FB1;
	padding-top: 2px;
	padding-bottom: 2px;
}
.dropdown-nml
{
	font-family: Tahoma;
	font-size: 11px;
	color: #313131;
	border: 1px solid #313131;
	margin-top: 5px;
	background-image:url(images/input.gif);
}
ul {
	margin-left: 15px;
	padding-top: 10px;
}