/* CSS Document */

* {

	margin: 0;
	padding: 0;

}

body {

	font: 85% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;

	background-color: #330000;
	color: #330000;
	font-size:1em;
}

td,tr {
font-size:13px;
line-height:1.3em;
font-weight: bold;
}

#img {
margin-left:20px;
float:right;
}

a:link, a:visited {

	color: #330000;
	
	font-weight:bold;

	text-decoration: underline;

}


a:hover {

	color: #666633;
	text-decoration:none;
}




h1, h2, h3, h4, h5, h6 {

	color: #660000;

}



h1 {

	font-size: 1.6em;

}



h2 {

	font-size: 1.2em;

}



h3 {

	font-size: 1.1em

}



h4 {

	font-size: 1.05em;

}



h5 {

	font-size: 1em;

}



h6 {

	font-size: 1em;

}


#footer {

	font-size: 0.9em;

	line-height: 1.3em;

	color: #888;

	clear: both;

	margin: 30px 0 10px;

}

