body {
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 15px;
	
	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #cccccc;
	SCROLLBAR-SHADOW-COLOR: #cccccc;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #cccccc;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #666666;
	SCROLLBAR-BASE-COLOR: #ffffff;
}

body, td, input, textarea {
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;	
}

body.greyBG {
	background-color: #f0f1f0;
}

.headline1 {
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #FF6005;
}

a:hover {
	text-decoration: underline;
	color: #FF6005;
}

.edited {
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #a5acb2;
}

input.txt, textarea {
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #a8a8a8;
}

a.button, a.button:link, a.button:visited {
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #a8a8a8;
	
	padding-left:6px;
	padding-right:6px;
	padding-top:1px;
	padding-bottom:1px; 
	
	background-color: #FFFFFF;
	border-top: 1px solid #a8a8a8;
	border-left: 1px solid #a8a8a8;
	border-right: 2px solid #a8a8a8;
	border-bottom: 2px solid #a8a8a8;
	
	margin: 0px;
}

a.button:hover {
	color: #a8a8a8;
	border-top: 2px solid #a8a8a8;
	border-left: 2px solid #a8a8a8;
	border-right: 1px solid #a8a8a8;
	border-bottom: 1px solid #a8a8a8;
}
