@charset "UTF-8";

body {
	font-size: 12px;
	font-family: Arial;
}

h1,h2,h3,h4,h5,h6 { 
	font-weight:bold; 
	margin: 0 0 0.25em 0; 
}

h1 { 
	font-size: 150%; color: red; 
}
h2 { 
	font-size: 110%;
}
h3 { 
	font-size: 100%;
}
  
p {
	margin: 0 0 1em 0;
}

a {
	color: #777;
	font-weight: bold;
}

a:hover {
	color: #c4241c;
}

#center {
	margin: 10px auto;
	width: 400px;
}
#logoLeft {
	background: bottom left url(../gfx/logo.gif) no-repeat;
	height: 46px;
	width: 46px;
	position: relative;
	top: -55px;
	left: -65px;
}
#header {
	width: 100%;
	height: 140px;
	background: top left url(../gfx/header.gif) no-repeat;
}
#content {
	margin: 0 0 0 100px;
}

table {
	border: 0;
	margin: 0 0 1em 0;
}

td, th {
	border: 0;
}

.right {
	text-align: right;
}
