/* CSS Document */
html {
  height: 100%;
  margin-bottom: 0px;
}

input, img { 
      margin:0; 
	  padding:0 
	  
}

body {
	font-family: "Verdana";
	margin: 0px 0px 0px 0px;
	font-size: 10px;
	color: #666666;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #666666;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #993300;
}


.top-menu a {
          FONT-FAMILY: Trebuchet MS; 
		  font-size: 12px;  
		  FONT-WEIGHT: normal; 
		  TEXT-DECORATION: none; 
		  color: #000000;
}

.top-menu a:hover  {
           FONT-FAMILY: Trebuchet MS; 
		   font-size: 12px; 
		   FONT-WEIGHT: normal; 
		   TEXT-DECORATION: underline; 
		   color: #000000;
}

.intform {
     font-family:Verdana;
	 color: #696969;
	 font-size: 8px;
}

.campoinput {
	position:relative;
	top:0px;
	background: url(sf-label.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	line-height: 25px;
	font-size: 12px;
	height: 28px;
	width: 212px;
	border:0;
	font-family: Trebuchet MS;
}

.campoinput-privacy {
	position:relative;
	top:0px;
	margin: 0px;
	padding: 0px;
	line-height: 25px;
	font-size: 8px;
	height: 79px;
	width: 212px;
	border:0;
	font-family: Tahoma;
}


