p { 	
	Font-family: Arial; 
	font-size: 10 
}

td { 
	Font-family: Arial; 
	font-size: 10 
}

.menu { 
	Cursor: default 
}

.field { 
	Font-family: Arial; 
	font-size: 10 
}

.label	{ 
	background-color: #000000
}

.output { 
	background-color: #FFFFFF
}

.title	{ 
	background-color: #000000; 
	color: #FFFFFF; 
	font-weight: bold; 
	font-size: 14 
}

.error	{ 
	Color: #FFFFFF; 
	Font-weight: bold;
	Font-size: 14
}

a:hover { 
	font-family: Arial; 
	text-decoration: none; 
	color: #FF6600; 
}

a:link	{ 
	font-family: Arial; 
	text-decoration: none; 
	color: #485F13; 
}

a:visited { 
	font-family: Arial; 
	text-decoration: none; 
	color: #485F13;  
}

a:link.Grey { 
	font-family: Arial; 
	text-decoration: bold; 
	color: #485F13; 
}

a:visited.Grey { 
	font-family: Arial; 
	text-decoration: none; 
	color: #485F13;  
}

a:hover.Grey { 
	font-family: Arial; 
	text-decoration: none; 
	color: #FF6600;  
}