@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px;
	background-color: #f0efe8;
	color: #4d4d4f;
	line-height: 20px;
}

p, li, span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 20px;
}

.selectWidth {
	width: 170px;
}

input {
	width: 165px;
}

a:link, a:active, a:visited {
	color: #00457C;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #7CA5C5;
}

h1 {
	color: #00457c;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	display: inline;
}

#topBar {
	height: 30px;
	background-color: #c4c1a0;
}

#topBarText {
	width: 790px;
	margin: auto;
	padding-top: 3px;
	color: #363636;
}

#topBarText a:link, #topBarText a:active, #topBarText a:visited {
	color: #363636;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

#topBarText a:hover {
	color: #ffffff;
}

.style2 {color: #00457c}
.style3 {font-size: 10px}
.style4 {font-size: 9px}
.style5 {font-size: 12px}

.tableQuote {
	font-size: 12px;
	font-weight: bold;
}