html, body, table {
	font-family: Verdana;
	font-size: 12px;
}
ul {
	list-style-image: url('../images/right_arrow.gif');
}
#main-tbl a {
	color: #1854A5;
	font-weight: bold;
}
#main-tbl a:visited {
	color: #1854A5;
}
#main-tbl #site-bg {
	background: #FFFFFF; /*#1854A5;*/
}
#main-tbl #repeat-site-bg-right {
	background: #1854A5;
	background-image: url('../images/right_side2.jpg');
}
#main-tbl #repeat-site-bg-left {
	background: #1854A5;
	background-image: url('../images/left_side2.jpg');	
}
#main-tbl #pane-bg {
	background: #FFFFFF;
}
#main-tbl .right-repeater-bg {
	background: #FFFFFF;
}

#main-tbl #crumb-trail {
	font-weight: bold;
	font-size: 10px;
	
}

#main-tbl #crumb-trail a {
	text-decoration: none;
	color: #000000;
}

#main-tbl #crumb-trail a:hover {
	color:  #E86C1F;
}

#footer {
	color: #FFFFFF;
	font-size: 11px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
}

#orangeHeader {
	color: #E86C1F;
	font-size: 20px;
	font-weight: bold;
}