	.form-field {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:8pt;
	border:none;
	border-bottom:1px solid #666666;
	}
	
	.text-area {
	border:1px solid #666666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:8pt;
	overflow:auto;	
	}
	
	.submit {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:8pt;	
	border:none;
	background-color:#FFFFFF;
	cursor:pointer;
	font-weight:bold; 
	color:#666666;
	}
	
	a {		
	color:#666666; /* DCB74C; */
	text-decoration:none;
	font-weight:bold;
	}
	a:link {}
	a:visited {
	color:#666666; /* DCB74C; */
	}
	a:hover {}
	a:active {}
	
	a.normal-link {		
	color:#666666; /* DCB74C; */
	text-decoration:none;
	font-weight:normal;
	}
	a.normal-link:link {}
	a.normal-link:visited {
	color:#666666; /* DCB74C; */
	}
	a.normal-link:hover {}
	a.normal-link:active {}
	
	a.admin-link {
	text-decoration:underline;
	font-size:7pt;
	font-weight:normal;
	}	
	
	a.developer-link {		
	color:#AAAAAA;
	text-decoration:none;
	font-size:7pt;
	font-weight:normal;
	}
	a.developer-link:link {}
	a.developer-link:visited {
	color:#AAAAAA;
	}
	a.developer-link:hover {}
	a.developer-link:active {}	
	
	.table-head {
	background-color:#666666;
	color:#DDDDDD;
	font-size:7pt;
	}