html,body{
	width:				100%;
	height:				100%;
	margin:				0px;
	background-color:		#ffffff;
	font-family:			"Century Gothic", Tahoma, Arial, Verdana, sans-serif;
	font-size:			9pt;
	cursor:				default;
	color:				black;
}
img{
	border:				0;
	margin:				2px;
}
a{
	color:				#000000;
	text-decoration:	underline;
}
p.menu > a{
	text-decoration:	none;
	display:			none;
}
p{
	text-align:			justify;
}
#logo_f{
	position:			absolute;	
	z-index:			0;
}
#logo{
	width:				600px;
	height:				550px;
	left:				50%;
	top:				50%;
	margin-left:		-260px;
	margin-top:			-270px;
	position:			absolute;
	z-index:			20;
	background-image:	url('/images/logo/logo.jpg');
	background-repeat:	no-repeat;
	background-position:50% 0%;
}
#content{
 	border-top:			1px solid #cccccc;
	width:				580px !important;
	width:				600px;
	height:				1px;
	top:				50%;
	left:				50%;
	margin-left:			-260px;
	margin-top:			-110px;
	position:			absolute;
	padding:			10px;
	overflow:			hidden;
}
#menu{
 	font-size:			9pt;
	width:				250px;
	left:				50%;
	margin-left:			-540px;
	position:			absolute;
	text-align:			right;
	top:				50%;
	margin-top:			-100px;
	vertical-align:			bottom;
	color:				white;
}
#footer{
 	font-size:			9pt;
	width:				150px;
	height:				20px;
	left:				50%;
	margin-left:			-440px;
	position:			absolute;
	text-align:			center;
	top:				100%;
	margin-top:			-30px;
	vertical-align:		bottom;
	color:				white;
}
#footer a{
	color:				#eeeeee;
	text-decoration:	none;
}
#footer a:hover{
	color:				#aaaaaa;
}
p.menu{
 	text-align:			right;
	line-height: 			250%;
}
img.menu{
	vertical-align:			middle;
	border:				0;
	margin:				5px 0 5px 5px;
}
h1{
 	text-indent:			10px;
	font-size:			12pt;
	color:				#cccccc;
}
h2{
 	text-align:			left;
	font-size:			9pt;
	font-style:			italic;
	font-weight:			normal;
	color:				#888888;
	padding-left:			16px;
	background-image:		url('/images/menu/head.jpg');
	background-repeat:		no-repeat;
	background-position:0% 		50%;
}
td,th{
	border:				0;
	vertical-align:			top;
	text-align:			left;	
	padding:			4px;
}
a > img{
	margin-bottom:		-2px;	
	margin-top:		6px;
}
ol{
	margin:				0;
}
