/*
	text: 616767
	headline: 5E9191
	link: 5e9191

*/


body, p, td, h1, h2, h3, h4, a, input, textarea  {
	color: #616767; 
	font-size: 11px; 
	font-family: Tahoma, Arial;
}

body {
	scrollbar-face-color:#CFE0E0;
	scrollbar-shadow-color:#5E9191;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#5E9191;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-track-color:#CFE0E0;
	scrollbar-arrow-color:#4B7474;
}

.small { font-size: 10px; }
.light { color: #6FABAB; }
.micro   { color: #6fabab; font-size: 10px; }
.red { color: red;}

h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}

div {	boxrder: 1px solid silver; }

div.hr {
	padding-top: 2px;
	padding-right:5px;
	
	font-size: 9px;
	color: #5e9191;	

	background-image: url(gfx/hr.gif);
	background-repeat: no-repeat;
	background-position: top right;
} 

a {
	font-weight: bold;
	color: #5e9191;
	text-decoration: none;
	font-size: 10px;
}
a.hover {
	text-decoration: underline;
}
div.hr a {font-size:9px}
ul  { 
	margin:0px;
	list-style-image: url(gfx/lipu2.gif) ;
	margin-left: 16px;	
	padding: 0px;
} li {padding-left: 8px}

input, textarea {
	background-image: url(gfx/bg_input.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment:fixed;
	color: black;
}
input, textarea {	
	border-right: 1px solid #B7B7B7;
	border-bottom: 1px solid #5e9191;
	border-top: 1px solid white;
	border-left: 1px solid white;
	padding:3px;
	padding-left:5px;
	width:200px;
}
input {	height:19px;}
textarea {}

input.click {
	background:none;
	border:none;
	height:14px;
	width:14px;
	margin:2px;
}

input.button {
	width:108px;
	height:19px;
	font-size:9px;

	color:black;
	background-image: url(gfx/bg_button.gif);
	background-repeat: no-repeat;
	background-position: top left;
	border:none;
}
