FONT {
font-style: normal;
font-family: Arial, Helvetica, sans-serif}
a:link {color: 000099; text-decoration: none; style: bold}
a:visited {color: 000099; text-decoration: none}
a:active {color: yellow; text-decoration: none}
a:Hover {color: red; text-decoration: none}
.menu:link {COLOR: #000099; TEXT-DECORATION: none}
.menu:visited {COLOR: #000099; TEXT-DECORATION: none}
.menu:active {COLOR: 000099; TEXT-DECORATION: none}
.menu:hover {COLOR: red; TEXT-DECORATION: none}
.amenu:link {color: dfdfdf; text-decoration: none; style: bold}
.amenu:visited {color: dfdfdf; text-decoration: none}
.amenu:active {color: blue; text-decoration: none}
.amenu:Hover {color: white; text-decoration: none}

h4 { 
	font-family: Arial, Helvetica, sans-serif; 
    	font-size:  11px;
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #000099;
	Hover {color: RED; text-decoration: none}
	}

h1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-style: bold; 
    	font-size:  16px;
	color: #000000;
	}

td    {
    /* redundant selectors to help NS4 remember */
    font-family:   Arial, Helvetica, sans-serif;
    font-size:    10px;
    }

p    {
    /* redundant selectors to help NS4 remember */
    font-family:   Arial, Helvetica, sans-serif;
    
    }
div    {
    /* redundant selectors to help NS4 remember */
    font-family:   Arial, Helvetica, sans-serif;
    font-size:    14px;
    font-style: bold;
    }
.boldred {
font-style: bold;
font-size: 18px;
font-family: Arial, Helvetica, sans-serif;
color: red}

.boldred2 {
font-style: bold;
font-size: 18px;
font-family: Arial, Helvetica, sans-serif;
color: red}


.title {
font-style: bold;
font-size: 16px;
font-family: Arial, Helvetica, sans-serif}

.title1 {
font-style: bold;
font-size: 14px;
color: #ffffff;
font-family: Arial, Helvetica, sans-serif}

.title2 {
font-style: bold;
font-size: 16px;
color: #000099;
font-family: Arial, Helvetica, sans-serif}

.bodytext {
font-style: normal;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif}

.smalltext {
font-style: normal;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif}


.frmtext     { font-size: 12px; background-image: 
               url('/images/frmTxt1.gif'); 
               width: 119px; color: #666666; font-family: 
               Arial, Helvetica, sans-serif; height: 20px; 
               border: medium none #ffffff }
.frmtext2    { font-size: 12px; background-image: 
               url('/images/frmTxt2.gif'); 
               width: 69px; color: #666666; font-family: 
               Arial, Helvetica, sans-serif; height: 20px; 
               border: medium none #ffffff }
.frmtext3    { font-size: 12px; background-image: 
               url('/images/frmTxt3.gif'); 
               width: 69px; font-family: Arial, Helvetica, sans-serif; 
               height: 20px; border: medium none #ffffff }
.frmtext4    { font-size: 12px; background-image: 
               url('/images/frmTxt4.gif'); 
               width: 35px; color: #666666; font-family: 
               Arial, Helvetica, sans-serif; height: 20px; 
               border: medium none #ffffff }
.frmtext5    { font-size: 12px; background-image: 
               url('/images/frmTxt5.gif'); 
               width: 40px; color: #666666; font-family: 
               Arial, Helvetica, sans-serif; height: 20px; 
               border: medium none #ffffff }

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#000099;
font-weight:bold;
padding: 1px 1px;
background:url(images/formbg.gif) repeat-x left top;
}


</style>
