/* CSS Document */
body {
	background-color: #FFFFFF;
	background-repeat:no-repeat;
	background-attachment:fixed;
	
	padding:5px;
	margin:5px;
	margin-bottom:1px; 
}
td#content {	
	font-family:Arial;
	font-size:9pt;
	color:black;
	padding-left:10px;
}

h1 { 
	font-family:Arial;
	font-size:9pt;
	color:black;
	font-weight:bold; 
}

h2 { 
	font-family:Arial;
	font-size:9pt;
	color:black;
	font-weight:normal; 
	text-decoration:underline;
}

h3 { 
	font-family:Arial;
	font-size:9pt;
	color:black;
	font-weight:normal; 
	font-style:italic;
}

.normal {
	font-family:Arial;
	font-size:9pt;
}

.copyR  {

	font-family:Arial;
	font-size:8pt;
	font-weight:bold; 
	text-align:center;
	color:white;
	padding:5px;
	background-color: #000000;
}


a:link 		{ font-weight:normal; color:#F96610; text-decoration:none; }
a:visited { font-weight:normal; color:#F96610; text-decoration:none; }
a:focus 	{ font-weight:normal; color:#F96610; text-decoration:none; }
a:hover 	{ font-weight:normal; color:black; text-decoration:none; background:white; }
a:active 	{ font-weight:normal; color:#F96610; text-decoration:none; }

ul { margin-left: 6px; }
li { margin-left: 11px; }
