body, table, tr, td {
	font-family: century gothic, sans-serif; 
	color: #960A16;
	letter-spacing: 1px;
	font-size: 10px;
	font-weight: normal;
	background: #000000;

}


h2 {
	font-weight:bold;
	font-size: 14px;
	font-variant: small-caps;
	padding-left: 15px;
	background-color: #678A88;
	display: block;
	color: #000000;
}
  
#header{
	position: absolute;
	left: 0px;
	width: 610px;
	height: 370px;
	top: 0px;
}

#sidebar {
	position:absolute;
	left: 0px;
	width: 110px;
	margin-top:336px;
}

#content {
	position:absolute;
	left: 120px;
	width: 338px;
	margin-top:336px;
}

a:link, a:active, a:visited {
  font-weight: bold;
  color: #084B8F;
  text-decoration: none;
}

a:hover {	
  font-weight: bold;
  color: #084B8F;
  text-decoration: underline;
}

input, textarea, option, select {
	background-color: #000000;
	font: 8pt times new roman, serif;
	color: #960A16;
	letter-spacing: 1px;
	border: 1px dotted #960A16;
	padding:2px; 
}

p.margin {
  margin-left: 0.5cm;
  margin-right: 0.5cm;
}