/* CSS Document */
body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14;
	color: #000000;
}

a {
	color:#CC6600;
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
}

h1 {
	color: #CC6600;
	font-size: 22;
	font-weight: bold;
}

h2 {
	font-size: 14;
	color: #CC6600;
	font-weight: bold;
}
h3 {
	font-size: 16;
	color: #CC6600;
	font-weight: bold;
}
h4 {
	font-size: 12;
}


.indent {
	margin-left: 20;
}