/* General */
body {font-family: Arial;  color: #464546; margin: 0px; background: #DADADA;}
td {font-size: 11px;}
td#main {background-color: #FFFFFF; border-left: 1px solid #A2A2A2; border-right: 1px solid #A2A2A2;}
.input {width: 114; height: 16px; font-size: 11px; border: 1px solid #949494; margin-bottom: 6px;}
.dropbox {width: 114; height: 16px;	font-size: 11px; border: 1px solid #949494;	margin-bottom: 10px;}
 
/* Links */
a:hover	{color: #600070; font-weight: bold; text-decoration: underline;}
a:link {color: #600070;	font-weight: bold; text-decoration: none;}
a:visited {color: #600070; font-weight: bold; text-decoration: none;}
a:active {color: #600070; font-weight: bold; text-decoration: none;}

/* Text */
.whitetext {color: #FFFFFF;}
.browntext {color: #A87F00; font-weight: normal;}
.browntext a:hover {color: #A87F00; text-decoration: underline;}
.brownboldtext {color: #A87F00; font-weight: bold;}
.brownboldtext a:hover {color: #A87F00; font-weight: bold; text-decoration: underline;}
.brownboldlargetext {color: #A87F00; font-weight: bold; font-size: 14px;}
.purpletext {color: #600070;}
.purpleboldtext {color: #600070; font-weight: bold;}
.purpleboldtext a:hover {color: #600070; font-weight: bold; text-decoration: underline;}
.greytext {color: #464546; font-weight: normal;}
.greytext a:hover {color: #464546; font-weight: normal; text-decoration: underline;}
.greyboldtext {color: #464546; font-weight: bold;}
.bullets {
	color: #D9C78F;
	list-style-type: square;
}
.page-head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #A87F00;
	font-weight: bold;
}
.input-button {
	border: 1px solid #660066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	background-color: #660066;
	color: #FFFFFF;
	font-weight: bold;
}

#details-layer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	padding:10px;
	scrollbar-base-color: #DDDDDD; 
	scrollbar-track-color: #DDDDDD;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #DDDDDD;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #DDDDDD;
	scrollbar-shadow-color: #DDDDDD;
	scrollbar-arrow-color: #600070;

}.text-area {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
