/* STYLE.CSS - Application to Symetra Financial */

body {
	background-color: #396e8e;
	margin: 20px auto 10px auto;
	width: 754px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a, a:link, a:visited, a:hover, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #184da2;
}

img {
	border: 0;
}

h1 {
	font-size: 25px;
	font-weight: normal;
	color: #396e8e;
	padding: 0;
	margin: 0;
	border-bottom: 1px #c8cfdb solid;
	width: 100%
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #707D51;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #e07e27;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	color: #707070;
}

.small {
	font-size: 9px;
	color: #999999;
}