body { 
	margin: 0px;
	font-family: "lucida grande",geneva,arial,helvetica,verdana,sans-serif;
	font-weight : normal; 
	color : #000; 
	background-color: #ccc;
	margin : 0;
	padding : 0;
	}
	
h1  { font-weight: normal; font-size: 20px; background-color: transparent }
	
h2 {
	font-size:14px;
	font-weight:normal;
	}
	
h3 {
	font-size:12px;
	font-weight:bold;
	}
	
p {
	font-size:12px;
	}

td {
	font-size:12px;
	}

.smalltext {
	font-size : 11px; 
	}

.smalltext a:link{
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
}

.smalltext a:visited{
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
}

.noline a:link{
  text-decoration : none;
}

.noline a:visited{
  text-decoration : none;
}


.largetext {
font-weight : normal; 
font-size : 18px; 
}

.largetext a:link{
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 18px; 
}

.largetext a:visited{
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 18px; 
}

.errortext {
  font-size : .9em;
  color : red;
  font-weight : bold;
}

.grid {
border : #eb4 .05em solid;
}

.white {
  background-color : white;
}

.black {
  background-color : black;
}

.bg_dark {
  background-color : #F80;
  color:#fff;
}

.bg_medium {
  background-color : #fa0;
  color:#000;
}

.bg_medium2 {
  background-color : #66b;
  color:#fff;
}

.bg_light {
  background-color : #eee
}

.alt_bg_dark {
  background-color : #06a;
}

.alt_bg_medium {
  background-color : #29d;
}

.alt_bg_light {
  background-color : #5bd;
}

#menu td {
	font-size:12px;
	}
	
#content p {
	font-size:12px;
	}
	
#content h2 {
	font-size:14px
	font-weight:bold;
	}

#content h3 {
	font-size:12px
	font-weight:bold;
	}

a:link {
	/* color: #F80; */
	color: #00f;
	text-decoration:none;
	}
	
a:visited {
	color: #808;
	text-decoration:none;
	}

a:hover {
	color: #f00;
	text-decoration:underline;
	}

.footer {
	background:#FA0;
	color:#000;
	text-align:center;
	}

.footer p {
	font-size:11px;
	font-weight:bold;
	}
table { background-color: #fff }

