﻿/* Newsletter Specific Styles */

a {
	text-decoration:none;
	color: #eeecec;
	font-size: 12px;
}

a:hover {
	color:#eeecec;
	text-decoration:underline;
	font-size: 12px;
}

.tvilinks {
  font-weight:bold;
  font-size:14px;
  color: #0a2d0f;
  font-style:italic;
}


h1 {
	color: #b20004;
	font-family: Arial;
	font-size: 17px;
}

h2 {
	font-family: Arial;
	font-size: 14px;
	color: #f8ead3;
	font-weight: bold;	
}

h3 {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

h4 {
	font-family: Arial;
	font-size: 12px;
	color: #b20004;
	font-weight: bold;	
	
}

h5 {
	font-family: Arial;
	font-size: 14px;
	color: #1c3106;
	font-weight: bold;	
}

.button {
	background-color:#c47206;
	color:#4b220e;
}

.redlink {
	color:#c47206;
	font-weight:bolder;
}


#container_newsletter{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	background-image:url('../webcoreimages/s_bac0912.jpg');
	background-repeat:repeat-y;
	border:1px #FFFFFF solid;
	}
#container_newsletter2{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	background-image:url('../webcoreimages/s_bac090_new.jpg');
	background-repeat:repeat-y;
	border:1px #FFFFFF solid;
	}
	

#container_subheader {
	clear:both;
	background-color:#b20004;
	padding:0px;
	color:#eeecec;
	font-weight: bolder;
	font-size:9pt;
	border-top:1px #ffffff solid;
}

#container_subheader a{
	color:#eeecec;
	font-size:9pt;
	font-weight:bolder;
}

#container_bodyleft_text H3{
	margin-bottom:0px;
	color: #7a8844;
	font-weight: bold;
}

#container_bodyleft_text H2{
	margin-bottom:0px;
	color: #7a8844;
}

#container_bodyleft_text P{
	margin-top:0px;
}

#container_bodyright a{
	font:ariel;
	font-size:12px;
	font-weight:bold;
	color:#f2ab6a;
}

#container_bodyright2 a{
	font:ariel;
	font-size:12px;
	font-weight:bold;
	color:#d87b00;
}


#container_footer {
	clear:both;
	background-color:#b20004;
	text-align:center;
	padding:5px;
	color:#f8ead3;
}

#container_footer a {
	color:#f8ead3;
}

.table_head {
	background-color:#df4204;
	color:#FFFFFF;
	font-weight:bold;
}

.table_rowhighlight {
	background-color:#b20004;	
	color: #f8ead3;
}	


