﻿/* FONTS and STYLES used in website */

#header, a:link.header, a:visited.header, a:active.header {
	color: #003D71;
	font-family: trebuchet, arial;
	font-size: 14px;
	font-weight: bold;
	/*letter-spacing: 1px;*/
	line-height: 22px;
	
}

#subhead, a:link.subhead, a:visited.subhead, a:active.subhead {
	color: #444444;
	font-family: trebuchet, arial;
	font-size: 12px;
	font-weight: bold;
	/*letter-spacing: 1px;*/
	line-height: 20px;
	
}

#subheadred, a:link.subhead, a:visited.subhead, a:active.subhead {
	color: #993300;
	font-family: trebuchet, arial;
	font-size: 12px;
	font-weight: bold;
	/*letter-spacing: 1px;*/
	line-height: 20px;
	
}

#subheadgreen, a:link.subhead, a:visited.subhead, a:active.subhead {
	color: #008000;
	font-family: trebuchet, arial;
	font-size: 12px;
	font-weight: bold; /*letter-spacing: 1px;*/;
	line-height: 20px;
}

#main, a:link.main, a:visited.main, a:active.main {
	color: #444444;
	font-family: trebuchet, arial;
	font-size: 12px;
	/*letter-spacing: 1px;*/
	line-height: 18px;
	text-align: justify;	
}

#main2, a:link.main, a:visited.main, a:active.main {
	color: #444444;
	font-family: trebuchet, arial;
	font-size: 12px;
	/*letter-spacing: 1px;*/
	line-height: 18px;
	text-align: center;	
}

#legal, a.legal:link, a.legal:visited, a.legal:active {
	 color: #444444;
	 font-family: trebuchet, arial;
	 font-size: 11px;
 
}

/* BACKGROUND used in website */

body {background-color: #D7E7F5}

/* TABLE used in website*/

/*table	(
	height: 148px;
	width: 528px;
}

tr.top_logo_image	{
	height: 109px;
	width: 528px;
	span: 6;
	border: 0px;
	background: url(images/1.gif);
}*/
