/* CSS Document */

body,td,th {
	color: #663333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color: #330000;
	font-weight: bold;
	text-decoration:underline;
}
a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #CC6600;
}
a:hover {
	text-decoration: none;
	color: #CC6633;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #CC6633;
}
h1 {
	font-size: 16px;
	font-style: italic;
	color: #663333;
	font-style: italic;
}
h2 {
	font-size: 12px;
	color: #FFFFCC;
	font-weight: lighter;
	font-style: normal;
}
h3 {
	font-size: 16px;
	color: #CC6600;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	color: #CC6600;
	font-weight: bold;
	font-style: italic;
}
h5 {
	color: #CC6600;
	font-size: 12px;
	}
h6 {
	color: #FFFFCC;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	}	
h1,h2,h3,h4,h5,h6{
margin-top: 0px;
padding-top: 0px;
}
	
	
hr {
	color:#CC9933;
}
img {
border-style: none;
}

