body {
	font-family: Arial, Helvetica, sans-serif;
}

div.menu {
	width:auto;
	background-image: url(menu-bg.gif);
	padding: 2px;
	margin:0em;
	border:1px none #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	line-height: 14px;
}

div.menu a {
    display:block;
    margin:0;
    width:100%;
    padding:0px;
    font-weight:bold;
    color:#fff;
    text-decoration:none;
}

div.menu a:hover {background-image: url(menu-bg2.gif); color:#000000;}


.border-sides {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: 003e6d;
	border-left-color: 003e6d;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-left-style: none;
}
.border-all{
	border: 2px solid #003e6d;
}
.border-right {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: ffffff;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003E6D;
}
.callbanner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
}
.headlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:link.headlink				{ text-decoration: none;}
a:hover.headlink			{ text-decoration: underline;}
a:visited.headlink			{ text-decoration: none;}
a:visited:hover.headlink	{ text-decoration: underline;}.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
.border-promo{
	border: 2px solid #990000;
}
.cell-promo{
	background: #990000;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.promo-text{
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-bottom: 1em;
}