body{
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-bottom: 0px;
}
img{
	border-width: 0px;
}
h1{
	font-size: 14px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.mainContainer{
	width: 870px;
	height: 600px;
	position: relative;
	margin: 0px auto;
}
.handCursor, .handCursorP{
	cursor: pointer;
	cursor: hand;	

}
.handCursorP{
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.handCursorP:hover{
	color: #999999;
}
.header{
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 110px;
}
.content{
	width: 100%;
	height: 100%;
}
a.menu, a.menu:active, a.menu:visited{
	color: #333333;
	text-decoration: none;
	font-size: 13px;
}
a.menu:hover{
	color: #999999;
}

