body
{
	margin: 0px;
}
p, td
{
	font-size: 12px;
	font-family: verdana;
}
li
{
	margin-top:5px;
	font-size: 12px;
	font-family: verdana;
}
h1
{
	font-size: 35px;
	font-family: arial;
	color: red;
}
h2
{
	font-size: 30px;
	font-family: arial;
	color: yellow;
}
h3
{
	font-size: 16px;
	font-family: arial;
	color: red;
}
h4
{
	font-size: 25px;
	font-family: arial;
	color: silver;
}
h5
{
	font-size: 20px;
	font-family: arial;
	color: gold;
}
h6
{
	font-size: 18px;
	font-family: arial;
	color: black;
}
.tr_banner
{
	height: 150px;
/*
	background-image: url(../images/banner_background.jpg);
	background-repeat: repeat-x;
*/
}
.table_menu
{
	background-image: url(../images/bat.gif);
	background-repeat: no-repeat;
}
.td_menu_fade
{
	height: 20px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #000080;
	color: #000080;
	background-color: gold;
	filter: alpha(opacity=30);
	opacity: 0.3;
}
.td_menu_opaque
{
	height: 20px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #000080;
	color: gold;
	background-color: #000080;
}
.a_menu
{
	text-decoration: none;
	color: #000080;
}
.a_menu:hover
{
	text-decoration: none;
	color: #000080;
}
.a_menu:visitied
{
	text-decoration: none;
	color: #000080;
}
.td_location
{
	height: 20px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
	color: white;
	background-color: #000080;
}
.a_location
{
	font-size: 12px;
	color: white;
}
.a_location:hover
{
	text-decoration: underline;
	color: gold;
}
.sub_location
{
	font-style: italic;
}
.td_content
{
	height: 500px;
	padding: 20px;
	vertical-align: top;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000080;
}
.td_footer
{
	height: 20px;
	font-size: 10px;
	text-align: center;
	color: white;
	background-color: #000080;
}
.a_footer
{
	text-decoration: none;
	font-size: 10px;
	color: white;
}
.a_footer:hover
{
	text-decoration: underline;
	font-size: 10px;
	color: gold;
}
.td_copyright
{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.table_outline
{ 
	border-width: 2px;
	border-style: solid; 
	border-color: #006699;
	background-color: #FFFFFF; 
}
.th_head
{
	height: 25px;
	font-size: 12px; 
	font-weight : bold;
	text-align: left;
	color: #FFA34F; 
	background-color: #006699;
	background-image: url(../templates/subSilver/images/cellpic3.gif);
	border-left: 0px;
	border-right: 0px;
}
.tr_alternate1
{
	vertical-align: top;
	background-color: #EFEFEF;
}
.tr_alternate2
{
	vertical-align: top;
	background-color: #DEE3E7;
}
.td_img
{
	padding-bottom: 30px;
	text-align: center;
	background-color: white;
}
.a_img
{
	font-size: 10px;
	text-decoration: none;
	color: black;
}
.a_img:hover
{
	font-size: 10px;
	text-decoration: underline;
	color: #006699;
}
.td_announcement
{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 3px;
	color: white;
	background-color: #006699;
}
dt
{
	margin-left:20px;
	margin-top:10px;
}
dd
{
	margin-top:5px;
}
