/* CSS Document */

.button {
	background-repeat: repeat-x;
	background-image: url(images/button.jpg);
	height: 39px;
}
.names {
	font-size:14px;
	font-weight: bold;
	height: 30px;
}
.mainbody {
	padding:10px;
	font-size: 13px;
}
.footer  {
	text-align:center;
	text-decoration:none;
	font-size:10px;
	background-color: #666666;
	color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}

.footer a {text-decoration:none;
	color:#CCCCCC;
}

.footer a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}
.mar {
	font-size:10;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FF00FF;
}

