.body {
	background-repeat : no-repeat;
	background-position : center top;
  background-attachment: fixed;
}

.menu {
	background-color : #61B7D8;
	width : 159px;
	
	margin-left : 20px;
	font : 11px Verdana;
	padding : 5px;
	line-height : 18px;
}

.menu td {
	border-bottom : 1px solid #FFFFFF;
}

.menu a {
	text-decoration : none;
	color : #FFFFFF;
	font-weight : bold;
}

.menu a:Hover {
	text-decoration : none;
	color : #000000;
	font-weight : bold;
}

.content {
	margin-left : 1px;
	padding : 5px;

	font : 11px Verdana;
	line-height : 18px;
	text-align : justify;
}

.content td {
	font : 11px Verdana;
	line-height : 18px;
	text-align : justify;
}

.content A {
	text-decoration : none;
	color : #999999;
	font-weight : bold;
}

.content A:Hover {
	text-decoration : underline;
	color : #999999;
	font-weight : bold;
}

.header {
	background-color : #000000;
	color : #FFFFFF;
}

.logo {
		margin-bottom : 10px;
}
