.style1 {
	FONT-SIZE: 12px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
BODY {
	MARGIN: 0px;
	font-family: arial;
	font-size: 11px;	
}
.style2 {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #ffffff; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.style3 {
	FONT-SIZE: 10px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
A:link {
	COLOR: #000000; TEXT-DECORATION: none
}
A:visited {
	COLOR: #000000; TEXT-DECORATION: none
}
A:active {
	COLOR: #000000
}
.special {
	COLOR: #ffffff
}
A.special:link {
	COLOR: #ffffff
}
A.special:visited {
	COLOR: #ffffff
}
A:active {
	COLOR: #ffffff; TEXT-DECORATION: none
}
.style6 {
	COLOR: #ffffff
}
A:hover {
	TEXT-DECORATION: none
}


/*
body {
	font-family: arial;
	font-size: 11px;
}*/
/*
a {
	color: Blue;
	text-decoration: none;
}
a:active {
	color: Blue;
	text-decoration: underline;
}
a:hover {
	color: Blue;
	text-decoration: underline;
}
a:visited {
	color: Blue;
	text-decoration: none;
}
*/

a.event {
	font-size: 12px;
	font-weight: bold;
	color: Orange;
	text-decoration: none;
}
a.event:active {
	font-size: 12px;
	font-weight: bold;	
	color: Orange;
	text-decoration: underline;
}
a.event:hover {
	font-size: 12px;
	font-weight: bold;	
	color: Orange;
	text-decoration: underline;
}
a.event:visited {
	font-size: 12px;
	font-weight: bold;	
	color: Orange;
	text-decoration: none;	
}

a.menu {
	font-size: 14px;
	font-weight: bold;
	color: Blue;
	text-decoration: none;
}
a.menu:active {
	font-size: 14px;
	font-weight: bold;	
	color: Blue;
	background-color: #CCCCCC;
	text-decoration: none;
}
a.menu:hover {
	font-size: 14px;
	font-weight: bold;	
	color: Blue;
	background-color: #CCCCCC;
	text-decoration: none;
}
a.menu:visited {
	font-size: 14px;
	font-weight: bold;	
	color: Blue;
	text-decoration: none;	
}

.fld_set {
 border: 2px solid #00395D;
}
.legend {
	font-size: 14px;
	font-weight: bold;
    font-family : arial;	
	color: #333333;
}

.fld_text {
  font: 12px;
  width: 191px;
  border: 1px solid #000000;
  color: #000000;
}

.fld_button {
  font: 12px trebuchet ms;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  height: 20px;
  width: 100%;
  color: #000000;
}

.cell_txt {
  font-family : arial;
  font-weight: bold;  
  font-size: 12px;
}
