body {
	margin: 0;
	padding: 0;
	font-family:  arial, verdana, helvetica, sans-serif;
	font-size: 76%;
	color: #000;
	background-color: #fff;
	background-image: 
	background-repeat: no-repeat;
	background-position: top left;
	}
	
a:link { color: #006699; text-decoration: underline; }
a:visited { color: #006699; text-decoration: underline; }
a:active { color: #006699; text-decoration: underline; }
a:hover { text-decoration: underline; color: #FF0000; }
a:visited:hover { text-decoration: underline; color: #FF0000; }	
	
td, .text{ 
font-size: 1em; 
color: #666666;
}

pre {
font-size:1.1em;
color: #666666;
}

.larger {
font-size: 1.1em;
color: #666666;
}

form, input, option, select{ 
font-size: 1em; 
color: #666666;
}

textarea {
font-family: Lucida Sans, sans-serif, monospace;
font-size: 1em; 
color: #666666;
}

.topbar { 
font-size: 1em; 
color: #006699;
}

.welcome { 
font-size: .8em; 
color: #A4A4A4;
}

.title { 
font-size: .9em; 
color: #666666;
font-weight: bold;
}


.hide {
 font-size: 0.1em;
 text-decoration: none;
 color: #e5e5e5 ;
}

.emph {
font-size: 1em; 
color: #A4A4A4;
font-weight: bold;
}

.thinbutton {
  BACKGROUND-COLOR: #E5E5E5;
  BORDER-STYLE: solid;
  BORDER-COLOR: #000000;
  BORDER-WIDTH: 1;
}

