﻿/* Newsletter Specific Styles */

a {
	text-decoration:none;
	color: #223b19;
	font-size: 12px;
}

a:hover {
	color:#579102;
	text-decoration:underline;
	font-size: 12px;
}

.tvilinks {
  font-weight:bold;
  font-size:14px;
  color: #0a2d0f;
}


h1 {
	color: #223b19;
	font-family: Arial;
	font-size: 17px;
}

h2 {
	font-family: Arial;
	font-size: 14px;
	color: #223b19;
	font-weight: bold;	
}

h3 {
	font-family: Verdana;
	font-size: 11px;
	color: #223b19;
	font-weight: bold;
}

h4 {
	font-family: Arial;
	font-size: 14px;
	color: #223b19;
	font-weight: bold;	
}

h5 {
	font-family: Arial;
	font-size: 14px;
	color: #223b19;
	font-weight: bold;	
}

.button {
	background-color:#d9230e;
	color:#FFFFFF;
}

#container_newsletter{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	background-image:url('../webcoreimages/s_bac0906.jpg');
	background-repeat:repeat-y;
	border:1px #FFFFFF solid;
	}
	

#container_subheader {
	clear:both;
	background-color:#223b19;
	text-align:center;
	padding:5px;
	color:#ffffff;
	font-weight:bold;
	font-size:9pt;
}

#container_subheader a{
	color:#c8df8e;
	font-size:9pt;
	font-weight:normal;
}

#container_bodyleft_text H3{
	margin-bottom:0px;
	color: #579102;
}

#container_bodyleft_text H2{
	margin-bottom:0px;
	color: #579102;
}

#container_bodyleft_text P{
	margin-top:0px;
}

#container_bodyright a{
	font:ariel;
	font-size:12px;
	color:#ac0606;
}

#container_footer {
	clear:both;
	background-color:#223b19;
	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:#c6d7e7;	
	color: #0a2d0f;
}	
	
