/* Simplicity Brand Stylesheet*/

body {
	background: url('/simplicity/images/common/simplicity_background.gif') top repeat-x #fff;
	color: #828282;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

p {
	line-height: 16px;
	margin: 0 0 10px 0;
}

.color_1 {
	color: #007EA4;
}

.color_2 {
	color: #ffe192;
}

a, a:visited {
	color: #007EA4;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #007EA4;
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
	margin: 20px 0 0 0;
}

h1.bottom_margin {
	margin-bottom: 15px;
}

h2 {
	color: #007EA4;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	margin: 10px 0 0 0;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0 0 0;
}

h4 {
	color: #007EA4;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 0 0;
}

h5 {
	color: #007EA4;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	margin: 10px 0 0 0;
}

.subhead_1 {
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0 0 0;
}

.subhead_2 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 0 0;
}

.font_16 {
	font-size: 16px;
}

.font_13 {
	font-size: 13px;
}

.font_12 {
	font-size: 12px;
}

.font_11 {
	font-size: 11px;
}

.font_10 {
	font-size: 10px;
}

input {
	background: url('/simplicity/images/common/input_background.gif') repeat-x bottom #fff;
	border: solid 1px #ccc;
	color: #828282;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 4px;	
}

input[type="submit"] {
	cursor: pointer;
	}

a.button {
	background: url('/simplicity/images/common/input_background.gif') repeat-x bottom #fff;
	border: solid 1px #e4e4e4;
	color: #828282;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 6px 5px 5px 5px;	
}
a.button:hover {
	text-decoration: none;
	}
h1.brand_head {
	margin: 0;
	line-height: 24px;
}
hr {
	clear: both;
	height: 1px;
	border: 0px;
	background: #ccc;
	}
