body {                           
	background-color : #ffffff;
	background-position : top;
    margin-left:0px;
    margin-top:0px;
    text-decoration: none;
    }
    
body1 {                           
	background-color : #FFFFFF;
	background-position : top;
    margin-left:0px;
    margin-top:0px;
    text-decoration: none;
    }

A:visited {color:#80FF00;
          text-decoration: none;}
A:active {color:#0000FF;
        text-decoration: none;}
A:hover	{color:#FF0000;
        text-decoration: none;}

.menu{font-family: Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: bold;
      color: #FFFFFF;
      text-decoration:none;
      }
td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
    text-decoration: none;
    }

.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(./web_images/checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(radio.gif) no-repeat;
}
.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(./web_images/select.gif) no-repeat;
	overflow: hidden;
}
checkbox:link {
	color: #000064;
	text-decoration: none;
}
checkbox:visited {
	text-decoration: none;
	color: #000064;
}
checkbox:hover {
	text-decoration: none;
	color: #FF0000;
}
checkbox:active {
	text-decoration: none;
	color: #FFFFFF;
}
.style1 {color: #bbbbbb}

.style2 {
	color: #000000;
	font-size: 22px;
    text-align: left;
	font-weight: bold;
    font-style:normal;
    text-decoration: none; 
}
.style11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.style12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style17 {font-family: Arial, Helvetica, sans-serif;
    color: #000064;
    font-weight: bold;
    font-size: 12px;
}
.style20 {
	color: #000064;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	text-indent: 50px;
}
/* RED Font (Left) */
.style5 {
	color: #FF0000;
	font-size: 22px;
    text-align: left;
	font-weight: bold;
    font-style:normal;
    text-decoration: none; 
}
/* RED Font (Center) */
.style6 {
	color: #FF0000;
	font-size: 22px;
    text-align: center;
	font-weight: bold;
    font-style:normal;
    text-decoration: none; 
}
/* RED Font (Left) */
.style7 {
	color: #FF0000;
	font-size: 14px;
    text-align: left;
	font-weight: bold;
    font-style:normal;
    text-decoration: none; 
}