BODY,td 
{
	FONT-SIZE: 12px;
	FONT-FAMILY: "Trebuchet MS";
	color: black;
	overflow: auto;
	background-image: url(../img/bal4.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: 0 0; 
	background-color: white;
}

a:link,a:visited {
  color: darkblue;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: red;
}
a:active {
  text-decoration: none;
  color: darkblue;
  font-weight: bold;
}

A.menulink 
{ 
	color: #FFFFFF; 
	text-decoration: none;
}

A IMG 
{
	border: 0;
}

TH
{
	color: black;
	background-color: orange;
	padding: 3;
	

}


TD 
{
	FONT-SIZE: 8pt; FONT-FAMILY: Arial
	A:link {text-decoration: none; color=#000000}
	A:visited {text-decoration: none; color=#000000}
	A:active {text-decoration: none; color=#000000}
	A:hover {text-decoration: none; color=#000000};
	text-align: left;
	border-color: green;
	padding: 3;
}



TABLE 
{
	FONT-SIZE: 8pt; FONT-FAMILY: "Trebuchet MS"
	A:link {text-decoration: none; color=#000000}
	A:visited {text-decoration: none; color=#000000}
	A:active {text-decoration: none; color=#000000}
	A:hover {text-decoration: none; color=#000000};
	padding: 3;
	bgcolor: red;
	align: center;
}


HR 
{
	color: #EF6B00;
}

h1, h2, h3, h4, h5, h6, B, strong {
  FONT-FAMILY: Georgia;
  text-decoration: none;
  color: Orangered;
}

.first {
  FONT-FAMILY: Georgia;
	font-weigth:bold;
  color: Orangered;
	FONT-SIZE: 13pt;
  font-weight: bold;

}

.second {
  FONT-FAMILY: Georgia;
  color: Orangered;
	FONT-SIZE: 12pt;
}
.third {
  FONT-FAMILY: Georgia;
  color: Orangered;
	FONT-SIZE: 11pt;
}
.fourth {
  FONT-FAMILY: Georgia;
  color: Orangered;
	FONT-SIZE: 10pt;
}

.fifth {
  FONT-FAMILY: Georgia;
  color: Orangered;
	FONT-SIZE: 9pt;
}

.rest {
  FONT-FAMILY: Georgia;
	FONT-SIZE: 8pt;
}


.ComboBox
{
	background-color: #FFEFD5;
	color: #000000;
	border: 1px solid #EF6B00;
	font-family: Georgia;
	font-size: 11px;
}

INPUT
{
	
	color: red;
	border: 1px solid Orangered;
	font-family: Arial;
	font-size: 11px;
}

contentbox {  
	background: #E5E5E5;  
	padding: 5px;  
	width: 495px;  
	height: 200px;  
	overflow: auto; 
}


input, option, textarea, select, checkbox {
  font-family: Verdana, Tahoma, Arial, Sans-Serif;
  font-size: 8pt;
  color: black;
  font-weight: none;
  border: 1px solid lightgray;
  background-color: white;
}


