BODY, TABLE, TD {
	font: normal 13px "Trebuchet MS", arial, sans-serif;
	color: #333;
}

BODY {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	background-color: #fff;
	color: #000;
	text-decoration: none;
}

P {
	line-height: 150%;
}

.boldText {
	color: #666666;
	font-weight: bold;
	font-size: 15px;
}

A.LinkText, A.copylink:link, A.copylink:active {
	color: #474747;
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline;
}

A.LinkText:visited {
	color: #474747;
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline;
}

A.LinkText:hover	{
	color: #ff9900;
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline;

}
	
.HomeNavTitleText {
	color: #666666;
	font: bold 13px tahoma, arial, sans-serif;
	text-decoration: underline;
	
}

.HomeNavTitleText:hover {
	color: #ff9900;
	font: bold 13px tahoma, arial, sans-serif;
	text-decoration: underline;
	
}

H3 {
	margin-bottom: 10px;
	padding: 0px;
	color: #000;
	font-weight: bold;
	font-size: 15px;
}

UL, DL {
	margin-top: 0px;
	margin-bottom: 15px;
}

LI, DD {
	margin-bottom: 10px;
}

.alert, .error {
	background-color: transparent;
	font-weight: bold;
	font-size: 12px;
}

.alert {
	color: #f90;
}

.error {
	color: #c00;
}

INPUT, SELECT, TEXTAREA {
	font-size: 11px;
}

INPUT.button {
	background-color: #039;
	color: #fff;
	font-size: 11px;
}

INPUT.eMsg, SELECT.eMsg, TEXTAREA.eMsg {
	background-color: #ffc;
	color: #000;
}


HR {
	
	hr { height:10px; width:90%; color:#666666; text-align:left }
}

A.copylink, A.copylink:link, A.copylink:active {
	color: #005195;
	text-decoration: underline;
	font-size: 13px;
}

A.copylink:visited {
	color: #005195;
	text-decoration: underline;
}

A.copylink:hover	{
	color: #000080;
	text-decoration: underline;
}
	
A.home, A.home:link, A.home:active {
	color: #474747;
	text-decoration: underline;
	font-size: 11px;
}

A.home:visited {
	color: #474747;
	text-decoration: underline;
}

A.home:hover	{
	color: #ff9900;
	text-decoration: underline;
