/* padding controlled through following style sheets */
body{ margin:0;}
.content_padding {
	padding-top: 5px;
	padding-right: 45px;
	padding-bottom: 5px;
	padding-left: 15px;
}

/* text controlled through the following style sheets */
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight:bold;
	color: #7D0000;
	text-decoration: none;
}
P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #383838;
	text-decoration: none;
}
.left_component_padding {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.left_component_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #393939;
	text-decoration: none;
}
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #500B0D;
	text-decoration: none;
}
.Component_text {
	padding-left:  15px;
	padding-top: 3px;
	padding-bottom:  3px;
	padding-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.sub-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	height: 33px;
	font-style: normal;
	line-height: 14px;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.form-field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #F0F0F0;
}
.form-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #F0F0F0;
}

.tagline{ color:#7D0000; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold;}