/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:110%;	
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:110%;
	color:#FFFFFF
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:110%;
}

a:link {
	color:#FF6633;
	font-weight:bolder;
	text-decoration:none;
}

a:visited {
  	color: #FF6633;
	font-weight:bolder;
	text-decoration:none;
}

a:hover {
  	color: #FFCC00;
	font-weight:bolder;
	text-decoration:none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:110%;
	color: #FFFFFF;	
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	line-height:120%;
	background-color:#666666;
	width:125px;
}




