/* CSS Document */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
}
a:link {
	color: #cc6600;
}
a:visited {
	color: #cc6600;
}
a:hover {
	color: #CC3300;
}
a:active {
	color: #CC3300;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 20px;
	color: #CC3200;
}
			
li
{
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: 1.3em;
	font-family: Georgia, Times New Roman, Times, serif;
	background-image: url(images/arrow.gif);