@charset "UTF-8";
/* CSS Document */

td img {
	display: block;
}

body {
	color: #663300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 22px;
	font-style:italic;
	color: #483000;
	font-family: "Times New Roman", Times, serif;
	background:url(../images/h1.gif) left top no-repeat;
	padding:0;
	margin: 30px 0 -10px 0;
	min-height: 26px;
	text-indent: 26px;
	line-height: 23px;
	
}

* html h1 {
height: 26px;
}

h2 {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-weight:bolder;
	color: #663300;
	font-style:italic;
	padding:0 0 5px 0;
	margin:0 0 -10px 0;
	border-bottom: #993300 thin dashed;

 }
 
p { padding:0 0 10px 0; margin;}

a:link, a:visited {
	color:#660000;
}
a:active {
	color:#660000;
}
a:hover {
	color: #663300;
	text-decoration:none;
}