body {
	background-color: #FFFFFF;
	margin: 10px;
	padding: 0px;
}

body, a, td, div, p {
	font-family: Arial, Tahoma, Verdana;
	font-size: 10pt;
}

img {
	border: 0px;
}

.header {
	height: 48px;
}

#logo {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 122px;
	height: 62px;
	z-index: 50;
}

#menu {
	position: absolute;
	left: 150px;
	top: 40px;
	z-index: 50;
}
#menu a {
	text-decoration: none;
	color: #3333FF;
	font-size: 11pt;
}
#menu a:hover {
	color: #0000FF;
}

.clear {
	clear: both;
}

.content {
	border-top: 1px solid red;
	padding: 25px 10px;
}

.title {
	font-size: 12pt;
	font-weight: bold;
}
