/* default font size*/
@import url(small.css);

body { 
	background-image: url(../imgs/background_general.gif);
	background-position: center;
	background-color:#E5E5DA;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

div, p, th, td, li, dd {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

a:link {
	color: #FF4A00;
	text-decoration: none;
	font-weight: bold;   	
}

a:visited {
	color: #FF4A00;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FF4A00;
	text-decoration: underline;
	font-weight: bold;
   	background-color: #DFDFD5;
}

a:active {
	color: #FF4A00;
	text-decoration: none;
	font-weight: bold;
   	background-color: #DFDFD5;
}

.black a:link {
	color: #000000;
	font-size: .8em;
	text-decoration: none;
}

.black a:visited {
	color: #000000;
	font-size: .8em;
	text-decoration: none;
}

.black a:hover {
	color: #000000;
	font-size: .8em;
	text-decoration: underline;
   	background-color: #DFDFD5;
}

.black a:active {
	color: #000000;
	font-size: .8em;
	text-decoration: underline;
   	background-color: #DFDFD5;
}

.blackselected {
	color: #000000;
	font-size: .8em;
   	background-color: #DFDFD5;
}

.maintext{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;	
	font-size: .9em;
	line-height: 1.7;
}

.righttext{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;	
	font-size: .8em;
}

.highlight{
	background-color: #FFF339;
}

.titletext{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;	
	font-size: 1.1em;
	font-weight: bold;
}

.bottomtext{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;	
	font-size: .7em;
}

input.whiteinput {
	background-color: #DFDFD5; 
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;	
	font-size: .9em;
}

textarea.whiteinput{
	background-color: #DFDFD5; 
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;	
	font-size: .9em;
}

select.pulldown {
	background-color: #DFDFD5;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: .9em;
	color: #000000;
}

option.pulldown {
	background-color: #DFDFD5;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: .9em;
	color: #000000;
}

input.thebuttons {
	background-color: #DFDFD5;
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;
	font-size: .9em;
	color: #000000;
}