/* CSS Document */
body { 
 font-family:  Arial, sans-serif;
 background: #ffffff; 
}

td {
 font-family:  Arial, sans-serif;
}

h1 {	font-size: 12px;
	color: #5A5444;
}
img {border:none}

.n1 {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #333333;
}
.n1 a:link, .n1 a:visited {
	color: #595343;
	text-decoration: none;
	font-weight: normal;
}
.n1 a:hover, .n1 a:active {
	color: #595343;
	text-decoration: none;
	font-weight: bold;
}
.n2 a:link, .n2 a:visited {
	color: #595343;
	text-decoration: none;
	font-weight: normal;
}
.n2 a:hover, .n2 a:active {
	color: #595343;
	text-decoration: none;
	font-weight: bold;
}


.n1a, .n1a a  {text-decoration: none; 	font-family: Arial, sans-serif;
	font-size: 11px;
background-color: #FCE1B6;	font-weight: bold; 	color: #DC6400; }

a.linkopacity img {
	filter: alpha(opacity=60);
	 -moz-opacity: 0.6;
	opacity: 0.6
}

a.linkopacity:hover img {
	 filter: alpha(opacity=100);
	 -moz-opacity: 1.0;
	 opacity: 1.0}

fieldset {
	border: 1px solid #CCCCCC;
	padding: 10px;
}
legend {color: #DC6400; font-weight:bold}
label {float:left; 
	width: 80px;	
}
