/* CSS Document */
a:link {  color: #C08243; text-decoration: underline}
a:active {color: #C08243; text-decoration: underline}
a:visited {color: #C08243; text-decoration: underline}
a:hover {color: #a7b2bd; text-decoration: none}
td {
	font-family: "Courier New", "Tahoma", "mono";
	font-size: 11px;
	line-height: 14px;
	color: #666666;
}

.border {
	border: #ff99ff;
	border-style: solid;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	margin: 0px;
	padding: 0px;
}
.dotted {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ff99ff;
	padding-bottom: 5px;
}
body {
	SCROLLBAR-FACE-COLOR: #D4D3CD;
	SCROLLBAR-HIGHLIGHT-COLOR: #D4D3CD;
	SCROLLBAR-SHADOW-COLOR: #D4D3CD;
	SCROLLBAR-3DLIGHT-COLOR: #D4D3CD;
	SCROLLBAR-ARROW-COLOR:  #9C8978;
	SCROLLBAR-TRACK-COLOR: #EBEBE8;
	SCROLLBAR-DARKSHADOW-COLOR: #D4D3CD;
	margin: 0px;
	padding: 0px;

}
select {
	font-family: "Verdana";
	font-size: 10px;
	color: #FFFFFF;
	background-color: #ff99ff;
	width: 100%;
	
}
form {
	margin: 0px;
	padding: 0px;
}
.leading {
	line-height: 16px;
}
.bold {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	line-height: 18px;
	text-decoration: underline;

}
.lighter {
	color: #999999;
}

