﻿/* Newsletter Specific Styles */

a {
	text-decoration:none;
	color: #444a58;
	font-size: 12px;
}

a:hover {
	color:#000000;
	text-decoration:underline;
	font-size: 12px;
}

.tvilinks {
  font-weight:bold;
  font-size:14px;
  color: #0a2d0f;
  font-style:italic;
}

li {
	margin:0px;
	list-style:solid;
	list-style-position:outside;
	padding: 0px;
	margin-top: 3px;

}

.li2 {
	margin-bottom:2px;
	list-style: square;
	list-style-position:outside;
	padding: 0px;
	margin-top: 5px;

}
	

ul {
	margin-bottom:0px;
	list-style:square;
	list-style-position:outside;
	padding: 0px;
	margin-top: 3px;
}


h1 {
	color: #00604d;
	font-family: Arial;
	font-size: 17px;
}

h2 {
	font-family: Arial;
	font-size: 14px;
	color: #ffffff;
	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: #465065;
	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_bac1001.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:#465065;
	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: #465065;
	font-weight: bold;
}

#container_bodyleft_text H2{
	margin-bottom:0px;
	color: #465065;
}

#container_bodyleft_text P{
	margin-top:0px;
}

#container_bodyright a{
	font:ariel;
	font-size:12px;
	font-weight:bold;
	color:#82dcff;
}

#container_bodyright2 a{
	font:ariel;
	font-size:12px;
	font-weight:bold;
	color:#d87b00;
}


#container_footer {
	clear:both;
	background-color:#465065;
	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:#465065;	
	color: #ffffff;
}	


