html 
{
    scrollbar-track-color: white; 
	scrollbar-face-color: white; 
	scrollbar-shadow-color: #b2c84f; 
	scrollbar-dark-shadow-color: #b2c84f; 
	scrollbar-highlight-color: #b2c84f; 
	scrollbar-3d-light-color: #b2c84f; 
	scrollbar-arrow-color: #b2c84f;
}	
    
a 
{
	text-decoration:underline;
	color:#243A00;
}
a:hover
{
	text-decoration:none;
}
     
body 
{
    margin:0px;
	padding:0px;
	font-family: tahoma, verdana;
	font-size: 70%;
	color:#243A00;
}

h1
{
	font-weight: bold;
	font-size: 120%;
	margin-top: 2px;
	margin-bottom: 5px;
	text-transform:uppercase;
}

h2
{
	font-weight: bold;
	font-size: 100%;
	margin-top: 8px;
	margin-bottom: 2px;
}

h3
{
	font-weight: bold;
	font-size: 200%;
	margin-top: 5px;
	margin-bottom: 5px;
}

p
{
	margin-top: 0px;
	margin-bottom: 14px;
}

ul { 
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 1em;
	padding-left: 4px;
}


select, input, textarea
{
	font: 11px tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #a68055;
	font-family: tahoma,arial,sans-serif;
	background-color: #ffe3ad;
	border: 1px solid #a68055;
}

/*	Custom	*/

input.search {
	font-size: 10px;
	color: #a68055;
	font-family: tahoma,arial,sans-serif;
	background-color: #ffe3ad;
	border: 1px solid #a68055;
	height: 13px;
	width: 130px;
}

input.searchButton {
	border: none;
}

.program td
{
	font: 10px Tahoma, Verda
	font-size: 10px;
}

.errorBox	
{
	color: Red; 
	border: solid 1px red; 
	padding: 10px;
	margin: 10px 0px;
}