body  { 
	background-color: 			#FFFFFF; 
	color: 						#000033;
}

input, password, textarea {
	background-color: 			#F0F0F0;
	color: 						#000000;
	border: 				 	1px outset #000033;  
	font-family: 				verdana, tahoma, helvetica, sans-serif;
	font-size: 					11px;
}

input.submit {
	background-color: 			#F0F0F0;
	color: 						#000033;
	border: 				 	1px outset #000033; 
	font-family: 				verdana, tahoma, helvetica, sans-serif;
	font-size: 11px;
}

textarea.inputbox {
	padding: 					4px 4px 4px 4px
}

select {
	background-color: 			#F0F0F0;
	color: 						#000000;
	font-family: 				verdana, arial, helvetica, sans-serif;
	font-size: 					11px;
}

p  {
	color: 						#000033;
	font-family: 				verdana, tahoma, helvetica, sans-serif;
	font-size: 					11px;
}

li {
	color: 						#000033;
	font-family: 				verdana, tahoma, helvetica, sans-serif;
	font-size: 					11px;
	list-style-type: 			square;
}

td {
	color: 						#000033;
	font-family: 				verdana, tahoma, helvetica, sans-serif;
	font-size: 					11px;
}

a.nav {
	color:						#000033;
	font-size:					11px;
	text-decoration:			none;
}

a.nav:hover {		
	color:						#000033;
	text-decoration:			underline;	
}

a.nav:active {
	color:						#000033;
	text-decoration:			underline;
}

a.nav:visited {
	color:						#000033;
	text-decoration:			none;
}

a.nav:visited:hover {		
	color:						#000033;
	text-decoration:			underline;	
}

a {
	color:						#000033;
	font-size:					11px;
	text-decoration:			underline;
}

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

a:active {
	color:						#666666;
	text-decoration:			underline;
}

a:visited {
	color:						#000033;
	text-decoration:			underline;
}

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