body {FONT-FAMILY:   Verdana, Arial, Helvetica, sans-serif;}

.input{ 
		font-family: Arial; 
		font-weight: normal; 
		font-style: normal; 
		font-size: 12px; 
		color: #303030; 
		cursor: crosshair; 
		border-color: #303030; 
		border-top: 1px solid; 
		border-bottom: 1px solid; 
		border-left: 1px solid; 
		border-right: 1px solid
}

.btn{ 
		font-family: Arial; 
		font-weight: normal; 
		font-style: normal; 
		font-size: 12px; 
		color: #303030; 
		background: #D0D0D0; 
		border-top: 1px solid #303030; 
		border-bottom: 1px solid #303030; 
		border-left: 1px solid #303030; 
		border-right: 1px solid #303030;
}
.menu {color: #ffffff; font-size: 11px; font-weight: bold; text-decoration: none;}
A.menu:link {color: #ffffff; text-decoration: none}
A.menu:active {color: #ffffff; text-decoration: none}
A.menu:visited {color: #ffffff; text-decoration: none}
A.menu:hover {color: #dddddd; text-decoration: underline}

.menuoff {color: #ffffff; font-size: 11px; font-weight: bold; text-decoration: none;}
A.menuoff:link {color: #ffffff; text-decoration: none}
A.menuoff:active {color: #ffffff; text-decoration: none}
A.menuoff:visited {color: #ffffff; text-decoration: none}
A.menuoff:hover {color: #ffffff; text-decoration: none}

.smenu {color: #ffffff; font-size: 11px; text-decoration: none;}
A.smenu:link {color: #FFffff; text-decoration: none}
A.smenu:active {color: #FFffff; text-decoration: none}
A.smenu:visited {color: #FFffff; text-decoration: none}
A.smenu:hover {color: #dddddd; text-decoration: underline}


.tresc {color: #888888; font-size: 11px; text-decoration: none; text-align: left}
A.tresc:link {color: #476D53; text-decoration: none}
A.tresc:active {color: #476D53; text-decoration: none}
A.tresc:visited {color: #476D53; text-decoration: none}
A.tresc:hover {color: #476D53; text-decoration: underline}

.tyt {color: #888888; font-size: 14px; font-weight: bold; text-decoration: none; text-align: left}
.tyt1 {color: #333333; font-size: 14px; font-weight: bold; text-decoration: none; text-align: left}
.form {background-color: #ffffff; font-size: 11px; color: #000000; border: solid 1px #808080; }


.tresc1 {color: #333333; font-size: 10px; text-decoration: none; text-align: left;}
A.tresc1:link {color: #476D53; text-decoration: none}
A.tresc1:active {color: #476D53; text-decoration: none}
A.tresc1:visited {color: #476D53; text-decoration: none}
A.tresc1:hover {color: #476D53; text-decoration: underline}

#overlay {
  visibility: hidden;
    position: absolute;
      left: 0px;
        top: 0px;
	  width:100%;
	    height:100%;
	      text-align:center;
	        z-index: 1000;
		}
		
		#overlay div {
		margin: 150px auto;
		padding:1px;
		text-align:center;
		}
		
		#overlay div input {
		filter: alpha(opacity=85);
		opacity: .85;
		}
		