/* begin elements */
* {
	padding:				0px;
	margin:				0px;
}

html {
	overflow:			-moz-scrollbars-vertical;
}

body {
	font:					10pt/1.5 Arial, Tahoma, Verdana;
	color:				#808080;
	background:			#FFF;
}

a {
	color:				#326496;
	text-decoration:	none;
}

img {
	border:				0px;
}

h4 {
	font-size:			14pt;
	font-weight:		normal;
}

h5 {
	color:				#E67D1E;
	font-size:			10pt;
}

/* end elements */

/* begin basics */
img.famicon {
	vertical-align:	 middle;
	margin:				-3px 4px 0px 0px;
}

.hand {
	cursor:				pointer;
}

.clear {
	clear:				both;
	height:				0px;
	overflow:			hidden;
}
/* end basics */

/* begin header */
#header {
	height:				100px;
	z-index:				10;
	font:					10pt/1.5 Arial, Tahoma, Verdana;
	margin:				0px auto 10px;
	width:				800px;
	position:			relative;
	z-index:				99;
	color:				#000;
	overflow:			visible;
	z-index:				10;
	background:			#FFF url('header.png') 0px 40px no-repeat;
	padding:				10px 0px;
}

#content {
	position:			relative;
	margin:				8px auto 50px;
	font-size:			9pt;
	width:				800px;
	line-height:		1.5;
	background:			#FFF;
}
