﻿/* Newsletter Specific Styles */

a {
	text-decoration:none;
	color: #b41111;
	font-size: 11px;
}

a:hover {
	color:#d81c08;
	text-decoration:underline;
	font-size: 11px;
}

h1 {
	color: #b41111;
	font-family: Arial;
	font-size: 17px;
}

h2 {
	font-family: Arial;
	font-size: 14px;
	color: #860505;
	font-weight: bold;	
}

h3 {
	font-family: Verdana;
	font-size: 11px;
	color: #860505;
	font-weight: bold;
}

.button {
	background-color:#971909;
	color:#FFFFFF;
}

#container_newsletter{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	background-image:url('../webcoreimages/s_bac0811.jpg');
	background-repeat:repeat-y;
	border:1px #FFFFFF solid;
}


#container_subheader {
	clear:both;
	background-color:#b41111;
	text-align:center;
	padding:5px;
	color:#FFFFFF;
}

#container_subheader a{
	color:#22498c;
}

#container_bodyleft_text H3{
	margin-bottom:0px;
}

#container_bodyleft_text P{
	margin-top:0px;
}


#container_footer {
	clear:both;
	background-color:#b41111;
	text-align:center;
	padding:5px;
	color:#FFFFFF;
}

#container_footer a {
	color:#ffffff;
}

.table_head {
	background-color:#df4204;
	color:#FFFFFF;
	font-weight:bold;
}

.table_rowhighlight {
	background-color:#fbf7ef;
}

