td { 
	color: #000000;
	font: 13px Arial, Helvetica, sans-serif;
}

.small { 
	color: #000000;
	font: 11px Arial, Helvetica, sans-serif;
}

.label {
	color: #EA5A00;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 17px;
	font-style: italic;
}

.headline {
	color: #EA5A00;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	font-style: italic;
	padding-bottom: 15px;
}


.box {
	padding: 10px;
	vertical-align: top;
}

.task {
	text-align: center;
	vertical-align: middle;
	width: 88px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link			{ color: #0066DD; text-decoration: none }
a:visited		{ color: #0066DD; text-decoration: none }
a:hover			{ color: #000000; text-decoration: underline }
a:active		{ color: #000000; text-decoration: none }

a.white:link	{ color: #FFFFFF; text-decoration: none }
a.white:visited	{ color: #FFFFFF; text-decoration: none }
a.white:hover	{ color: #EA5A00; text-decoration: none }
a.white:active	{ color: #EA5A00; text-decoration: none }

.input {
	border: 1 solid #000000;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: black;
}

select {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: black;
}

textarea {
	border: 1 solid #000000;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #000000;
	overflow: auto;
}

BODY {
	scrollbar-face-color:        white;
	scrollbar-base-color:        white;
	scrollbar-arrow-color:       black;
	scrollbar-shadow-color:      black;
	scrollbar-darkshadow-color:  white;
	scrollbar-highlight-color:   white;
	scrollbar-3dlight-color:     black;
}
