body{	
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px
	}
a{
	color:#000000;
	text-decoration:underline;
}
a:hover{
	color:#666666;
	text-decoration:underline;
	}

#cont{
	position:relative;
	top:0px;
	left:15%;
	padding-left:170px;
	z-index:1;
	height: 100%; 
	overflow: auto;
	padding-left:170px;
	}
#menu{
	position:absolute;
	top:0px;
	left:15%;
	z-index:2;
	}
	
table{
	border-color: #FEFEFE;
	}
td{
	border-color: #FFFFFF;
}

#fbLink{
	background-image:url(images/facebook_logo.gif);
	background-repeat:no-repeat;
	background-position:top center;
	display:inline-block;
	text-decoration:none;
	width:118px;
	height:36px
}

#fbLink:hover{
	background-position:bottom center;
}

#twitLink{
	background-image:url(images/twitter_logo.gif);
	background-repeat:no-repeat;
	background-position:top center;
	display:inline-block;
	width:155px;
	height:36px;
	text-decoration:none;
}

#twitLink:hover{
	background-position:bottom center;
}
.footer{
}
.footer a{
	text-decoration:none;
}

.footer a:hover{
	text-decoration:underline;
}