﻿/* Newsletter Specific Styles */

a {
	text-decoration:none;
	color: #f6f1e8;
	font-size: 12px;
}

a:hover {
	color:#000000;
	text-decoration:underline;
	font-size: 12px;
}

.tvilinks {
  font-weight:bold;
  font-size:14px;
  color: #920202;
}


h1 {
	color: #000000;
	font-family: Arial;
	font-size: 17px;
}

h2 {
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	font-weight: bold;	
}

h3 {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
h4 {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;	
}


.button {
	background-color:#971909;
	color:#FFFFFF;
}

#container_newsletter{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	background-image:url('../webcoreimages/s_bac0812.jpg');
	background-repeat:repeat-y;
	border:1px #FFFFFF solid;
	}
	

#container_subheader {
	clear:both;
	background-color:#172304;
	text-align:center;
	padding:5px;
	color:#FFFFFF;
}

#container_subheader a{
	color:#22498c;
}

#container_bodyleft_text H3{
	margin-bottom:0px;
	color: #89a854;
}

#container_bodyleft_text H2{
	margin-bottom:0px;
	color: #89a854;
}

#container_bodyleft_text P{
	margin-top:0px;
}

#container_bodyright a{
	font:ariel;
	font-size:12px;
	color: #920202;
}

#container_footer {
	clear:both;
	background-color:#172304;
	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:#920202;	
	color: #ffffff;
}	
	


