* {
	margin:0px;
	padding:0px;
}

html {
	height:100%;
	overflow-y:scroll; /* always display a scroll-bar */
}

body {	
	font-family:"Century Gothic", "Century", sans-serif;
	font-size:13px;
	color:#333333;
	line-height:1.5em;
	background:url(../images/bg.jpg) no-repeat fixed center top #f3edd4;
	height:100%;
}

h1, h2, h3, h4, h5 {
	font-weight:bold;
	line-height:1em;
}

h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
	font-size:36px;
	color:#b55700;
	margin:15px 0px;
}

h2 {
	font-size:20px;
	margin:23px 0px 10px 0px;
}

h3 {
	font-size:15px;
	margin:5px 0px;
}

h4 {
	font-size:13px;
	margin:0px 0px 15px 0px;
}

h5 {
	font-size:11px;
}

p {
	margin:3px 0px 16px 0px;
}

table {
	border:0;
	margin:10px 0px;
	width:100%;
	border-spacing:3px;
}

td {
	background:url(../images/semitrans-bg.png);
	vertical-align:top;
	padding:3px;
}

th {
	text-align:left;
	font-weight:bold;
	vertical-align:top;
}

a {
	color:#b55700;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:0px;
}

ul, ol {
	padding:8px 0px 8px 40px;
}

ul.inline, ol.inline {
	display:block;
	padding:0px;
}

ul.inline li, ol.inline li {
	display:inline;
	list-style:none;
}

ul.basic, ol.basic {
	padding:0px;
}

ul.basic li, ol.basic li {
	list-style:none;
}

div.spacer {
	clear:both;
	height:0px;
}

*.hide {
	display:none;
}

*.center {
	text-align:center;
}

*.subtxt {
	font-size:10px;
}
