

A:hover { color: blue; text-decoration: none; }

.gold:link, .gold:visited, .gold:active { color: #CC9900; text-decoration: none; }
.gold:hover { color: #CC9900; text-decoration: underline; }

A{
	color: #990000;
	line-height: 11px;
	text-decoration: NONE;
}

TD{
	color: #333333;
	font-family: verdana;
	font-size: 10px;
	line-height: 11pt;
}

BODY{
	font-family: verdana;
	font-size: 10px;
	line-height: 11pt;
	margin: 0px 0px 0px 0px;
	background-color:#eee;
}
.BODY{
	color: #333333;
	font-family: verdana;
	font-size: 10px;
	line-height: 11pt; margin:0; background-color:#eee;
}

.DROPCAP{
	color: #333333;
	font-family: verdana;
	font-size: 10px;
	VERTICAL-align: BOTTOM;
}

.HEADER{
	color: #990000;
	font-family: verdana;
	font-size: 12px;
	line-height: 14pt;
}

.SMALL{
	color: #999999;
	font-family: verdana;
	font-size: 9px;
}


/*
box dropshadow
_____________________________________________ */

.blur{
	background-color: #eee; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
}

.shadow,
.content{
	position: relative;
	bottom: 2px;
	right: 2px;
}

.shadow{
	background-color: #ccc; /*shadow color*/
	color: inherit;
	
}

.content{
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #000; /*border color*/
	/*padding: .5em 2ex;*/
}