/* globals */
BODY {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	left: 0;
	top: 0;
	font-family: Times, Times New Roman, Times New Roman MS, serif;
	font-size: 10pt;
}

UL {
	padding:0px 0px 0px 0px;
	margin-left:15px;
	margin-top:0px;
}

.headings{
	color:#542b2c;
	font-size:17px;
	text-transform:uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

/* links */
A.typicalLink {
	color:#493C2A;
	font-family: Times, Times New Roman, Times New Roman MS, serif;
	font-size: 10pt;
	text-decoration: none;
}
A.typicalLink:hover{
	color:#8D7656;
	font-family: Times, Times New Roman, Times New Roman MS, serif;
	font-size: 10pt;
	text-decoration: none;
}
A.footerLink {
	color:#336699;
	font-family: Times, Times New Roman, Times New Roman MS, serif;
	font-size: 7pt;
	text-decoration: none;
}
A.footerLink:hover{
	color:#8D7656;
	font-family: Times, Times New Roman, Times New Roman MS, serif;
	font-size: 7pt;
	text-decoration: none;
}
A.SiteMapHeader {
	color:#336699;
	font-family: Times, "Times New Roman", "Times New Roman MS", serif;
	font-size: 10pt;
	text-decoration: none;
}
A.SiteMapHeader:hover{
	color:#8D7656;
	font-family: Times, Times New Roman, Times New Roman MS, serif;
	font-size: 10pt;
	text-decoration: none;
}
A.SiteMapPageLink {
	color:#9E6699;
	font-family: Times, "Times New Roman", "Times New Roman MS", serif;
	font-size: 10pt;
	text-decoration: none;
}
A.SiteMapPageLink:hover{
	color:#9E7656;
	font-family: Times, Times New Roman, Times New Roman MS, serif;
	font-size: 10pt;
	text-decoration: none;
}
A.footerLink2 {
	color:#9E6699;
	font-family: Times, "Times New Roman", "Times New Roman MS", serif;
	font-size: 7pt;
	text-decoration: none;
}
A.footerLink2:hover{
	color:#9E7656;
	font-family: Times, Times New Roman, Times New Roman MS, serif;
	font-size: 7pt;
	text-decoration: none;
}
A.typicalLinkSm {
	color:#493C2A;
	font-family: Times, Times New Roman, Times New Roman MS, serif;
	font-size: 8pt;
	text-decoration: none;
}
A.typicalLinkSm:hover{
	color:#8D7656;
	font-family: Times, Times New Roman, Times New Roman MS, serif;
	font-size: 8pt;
	text-decoration: none;
}

A.typicalLink_active {
	color:#020266;
	font-family: Times, Times New Roman, Times New Roman MS, serif;
	font-size: 10pt;
	text-decoration: none;
}
A.typicalLink_active:hover{
	color:#0505ae;
	font-family: Times, Times New Roman, Times New Roman MS, serif;
	font-size: 10pt;
	text-decoration: none;
}

/* text */

DIV.copy {
	color:#493C2A;
	font-family: Times, Times New Roman, Times New Roman MS, serif;
	font-size: 10pt;
	letter-spacing: 0.04em;
	margin:15px;
}

DIV.copySmall {
	color:#493C2A;
	font-family: Times, Times New Roman, Times New Roman MS, serif;
	font-size: 8pt;
}

SPAN.TimesSmallCaps {
	font-family: Times, Times New Roman, Times New Roman MS, serif;
	font-size: 8pt;
	font-variant: small-caps;
}

SPAN.TimesMedCaps {
	font-family: Times, Times New Roman, Times New Roman MS, serif;
	font-size: 10pt;
	font-variant: small-caps;
}

/* tables */

TD.footline {
	border-bottom: #493C2A solid 1px;
}

TD.footer {
/*	border: #493C2A solid 1px;*/
	padding: 2px 2px 2px 2px;
/*	background: #f7f2ea;*/
}

TD.topleft {
	background: url("../images/bodyfeathered_top.jpg") no-repeat #ffffff;
	border-bottom: #493C2A solid 1px;
}


TD.bottomleft {
	background: url("../images/bodyfeathered_bottom.jpg") no-repeat #ffffff;
}

/* forms */
INPUT.text {
	color:#020266;
	font-family: Times, Times New Roman, Times New Roman MS, serif;
	font-size: 10pt;
	border:#020266 solid 1px;
}


TEXTAREA.text {
	color:#020266;
	font-family: Times, Times New Roman, Times New Roman MS, serif;
	font-size: 10pt;
	border:#020266 solid 1px;
}
