body	{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #FFF;
	font-family: georgia, helvetica, serif;
	color: #000;
}
TD, td, .BodyText, div	{
	font-family: georgia, helvetica, serif;
	font-size: 11px;
	line-height: 14px;
	color: #000;
}

/* GENERAL STYLES */

#topnavbg	{
	background-image: url('../images/common/nav-bg.gif');
	background-repeat: repeat-x;
}
.whitebg, #whitebg	{
	background-color: #FFFFFF;
}
#brownbg	{
	background-image: url('../images/common/topbar-bg.gif');
	background-repeat: repeat-x;
	background-color: #a49989;
}
h1, .h1	{
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	font-style: italic;
	color: #014850;
	padding: 0px 0px 8px 0px;
	margin: 0px;
}
h2, .h2	{
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	font-style: italic;
	color: #819da0;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}
.IntroText	{
	font-size: 12px;
	line-height: 24px;
	font-weight: normal;
	font-style: italic;
	color: #000;
	padding: 0px;
	margin: 0px;
}
.SidebarText	{
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #666;
}
.divider	{
	background-color: #dfdbd5;
}
a, a:visited	{
	color: #819da0;
	font-weight: bold;
	text-decoration: none;
}
a:hover	{
	text-decoration: underline;
}
ul, li {
	margin: 2px 2px 5px 5px;
	padding: 2px 2px 5px 5px;
}
input, textarea, select {
	font-size: 11px;
	border:1px solid #999999;
}
.tables	{
	border-top: 1px #dfdbd5 solid;
	border-right: 1px #dfdbd5 solid;
	border-left: 1px #dfdbd5 solid;
}
.tdItmDesc	{
	background-color: #d2e6e9;
	padding: 7px;
	border-bottom: 1px #dfdbd5 solid;
}
.footer	{
	font-family: tahoma, arial, helvetica;
	font-size: 9px;
	line-height: 12px;
	color: #9a8f87;
	text-decoration: none;
	padding: 12px 0px 6px 0px;
	margin: 0px;
}
a.footerlink, a.footerlink:visited	{
	font-family: tahoma, arial, helvetica;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	color: #9a8f87;
	text-decoration: none;
}
a.footerlink:hover	{
	color: #c2bbb1;
}

/* NAV STYLES */

.subnav	{
	padding: 0px 0px 6px 0px;
	margin: 0px;
}
a.subnavtextOn, a.subnavtextOn:hover, a.subnavtextOn:visited	{
	font-size: 11px;
	line-height: 15px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
a.subnavtextOff, a.subnavtextOff:visited	{
	font-size: 11px;
	line-height: 15px;
	color: #819da0;
	font-weight: normal;
	text-decoration: none;
}
a.subnavtextOff:hover	{
	color: #819da0;
	text-decoration: underline;
}