

/* Body */

body {
	background: #C6CFD0 url('bg.jpg') repeat-x;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10; 
	line-height: 1em;
	color: #333333;
	width: 100%;
	text-align: center	
}


select {
   font-family: Verdana; 
   font-size: 8; 
   color: #008080; 
   border: 1px solid #008080;
}   

font {
  font-size: 10; 
  font-family: Verdana;
}

input {
     font-size: 10;
     font-family: Verdana;
     color: #004646;
     border-style: outset;
     border-width: 1;
     background-color: #FFFFFF;
}







textarea {
  font-size: 10;
  font-family: Verdana;
}

a:visited { color: #DCA354; text-decoration: none; }
a:hover { color: #006691; background-color: #def; border: 0px; }
a:link { color: #DCA354; text-decoration: none; }
a:visited:hover { color: #66AECC; text-decoration: none; background-color: #def; }
a:hover.image { background-color: transparent; }
a:visited:hover.image { background-color: transparent; }
a:hover.noHover, a:visited:hover.noHover {
	background-color: transparent;
}

