body {
	background-color: #E3EEFB;
	font-family:  Arial, sans-serif;
	margin: 15px;
}

a:link { 
	text-decoration: none; 
	color:#000000; 
	border: 0;
}
a:visited { 
	text-decoration: none; 
	color:#000000; 
	border: 0;
}
a:active {
	text-decoration: none; 
	color:#000000; 
	border: 0;
}
a:hover { 
	text-decoration: none; 
	color:#000000;
	background-color:#999999;
	border: 0;
}

td {
	padding-right: 15px;
}



#menu  {
	background-color: #E3EEFB;
	float: left;
	width: 250px;
	border: 3px solid #0268B4;
	padding: 5px;
}

#menu  td {
	font-weight: bold;
}



.main {
	background-color: #E3EEFB;
	margin: 0px 0px 0px 270px;
	padding: 10px;
	spacing: 0px;
	border: 3px solid #0268B4;
}


.button {
	line-height: 36px;
	color: #000000;
	text-align: center;
	background-image: url(button.gif);
    	background-repeat: repeat-x; 
	height: 36px;
	cursor: pointer;
}

.button-hover {
	line-height: 36px;
	color: #ffffff;
	text-align: center;
	background-image: url(button-hover.gif);
    	background-repeat: repeat-x; 
	height: 36px;
	cursor: pointer;
}
.button-hover a, .button-hover a:hover {
	color: #ffffff;
	background-color:transparent;
}
