/* Default CSS Stylesheet for a new Web Application project */

body
{
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat;	
	padding: 0px 0px 0px 0px;
	width: 800px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
body, table, tr, td, h1, h2, h3, h4, h5, p
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #000000;	
	text-decoration: none;
}
h2
{
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
h3
{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 0px 0px;	
}
h4
{
	color: #213064;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 0px 0px;	
}

a
{
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
a:visited
{
	color: #A70001;
	font-weight: bold;
	text-decoration: underline;	
}
a:hover
{
	font-weight: bold;
	text-decoration: none;	
}
table.list
{
	border-top: 1px dashed #000000;
	padding: 0px;
	margin: 15px 0px 15px 0px;	
	
}
table.main
{
	background-color: #ffffff;	
}
table.leftnav
{
	background-color: #213064;	
}
table.leftnav ul
{
	list-style: none;
	padding: 5px 0px 5px 0px;
	margin: 0px;
}

table.leftnav ul li
{
	padding: 2px 0px 2px 0px;	
	margin: 0px 0px 0px 0px;
}

table.leftnav ul li a
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #ffffff;	
	text-decoration: none;
}
table.leftnav ul li a:visited
{
	color: #ffffff;
	text-decoration: none;	
}
table.leftnav ul li a:hover
{
	text-decoration: underline;
	color: #ffffff;
}
td.blue
{
	background-color: #213064;	
}
td.copy
{
	margin: 0px;
	padding: 3px;	
}
td.hdl
{
	background-image: url(images/hdl_bg.jpg);
	background-repeat: repeat;	
}
td.hdr
{
	background-image: url(images/hdr_bg.jpg);
	background-repeat: repeat;	
}
td.quote
{
	margin: 3px 3px 3px 3px;
	padding: 0px 0px 0px 0px;	
}
td.yellow
{
	background-color: #FCFBC2;
}
td.white
{
	color: #ffffff;
}
.testimonial
{
	margin: 3px 5px 3px 5px;	
}