/*
 * Global settings
 */

html, td, th, input, select {
	font-family: verdana;
	font-size: 8pt;
}

a {
	color: #0000FF;
	text-decoration: none;	
}

a:hover {
	color: #003399;
	text-decoration: underline;
}

form {
	margin: 0px;
}

hr {
	margin-bottom: 10px;
}

table {
	empty-cells: show;
}

h1 {
	font-size: 150%;
	margin-top: 0px;
	margin-bottom: 5px;
}

h2 {
	font-size: 8pt;
	font-weight: normal;
	display: block;
	background-color: #dfdfde;
	width: 98%;
	border-bottom: #003399 1px solid;
	padding: 6px;
	margin-bottom: 8px;	
}

h3 {
	font-size: 8pt;
	font-weight: bold;
	display: block;
	margin-bottom: 2px;
} 
