﻿/* Newsletter Specific Styles */

a {
	text-decoration:none;
	color: #1573a9;
	font-size: 11px;
}

a:hover {
	color:#1573a9;
	text-decoration:underline;
	font-size: 11px;
}

h1 {
	color: #1573a9;
	font-family: Arial;
	font-size: 17px;
}

h2 {
	font-family: Arial;
	font-size: 14px;
	color: #1573a9;
	font-weight: bold;	
}

h3 {
	font-family: Verdana;
	font-size: 11px;
	color: #353835;
	font-weight: bold;
}

.button {
	background-color:#C0C0C0;
	color:#FFFFFF;
}

#container_newsletter{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	background-image:url('../webcoreimages/s_bac0806.jpg');
	background-repeat:repeat-y;
	border:1px #e8f6fd solid;
}


#container_subheader {
	clear:both;
	background-color:#1f9403;
	text-align:center;
	padding:11px;
	color:#FFFFFF;
	font-weight: bold;
}

#container_subheader a{
	color:#b1dff9;
}

#container_bodyleft_text H3{
	margin-bottom:0px;
}

#container_bodyleft_text P{
	margin-top:0px;
}


#container_footer {
	clear:both;
	background-color:#1f9403;
	text-align:center;
	padding:5px;
	color:#FFFFFF;
}

#container_footer a {
	color:#FFFFFF;
}

.table_head {
	background-color:#526da8;
	color:#FFFFFF;
	font-weight:bold;
}

.table_rowhighlight {
	background-color:#eff9fe;
}
