@charset "utf-8";
/* CSS Document */

body {
	background-color: #FF9933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	list-style-type: square;
	text-align:left;
	
}
h1 {
	font-size: 16px;
	color: #99cc66;
	font-style: normal;
	text-align:left;
}
h2 {
	font-size: 14px;
	color: #808080;
	font-style:oblique;
	text-align:left;
}
h3 {
	font-size: 10px;
	color: #108690;
	font-style:oblique;
	text-align:left;
}
body,td,th {
	color: #000000;
	text-align:justify;
}
a:link {
	color: #FF9F00;
}

.sidebartext {font-size: 10px}

