body {
	font-size: 75%;
	color:#444444;
	font-family: Verdana, Helvetica, "Trebuchet MS", sans-serif;
	margin-top:10px;
	padding:0;
}

h1 {
	font-size: 220%;
	font-family: "Trebuchet MS";
	color: black;
	font-weight:normal;
}

h2 {
	font-size: 150%;
	margin-top:30px ;
	color: #b10000;
	font-family: "Trebuchet MS";
	font-weight:normal;
	padding:5px 10px;
	border-bottom:solid 2px #b10000;
	background-color: #eee;

	/*background: transparent url(../images/nav_grad_metal2.gif) top left repeat-x;*/
}

h3 {
	font-size: 100%;
	border-bottom: 2px solid #dddddd;
	color:black;
}

h4 {
	font-size: 100%;
}


#logo-print { display:none; }

a:link img, a:visited img {border-style: none;}


acronym {
	border-width: 0 0 1px 0;
	border-style: dashed; /*copy gecko's behaviour to IE*/
	cursor: help;
}



td,th	{vertical-align:top;
	font-size: small;
	font-family: Verdana, Helvetica, sans-serif;}
	
th	{
	vertical-align:middle;
	text-align: right;
	}



hr {
	border: 0;
	border-bottom: 1px solid #ccc;
}



