#main {
	margin-top:80px;
}

#content {
	margin:13px 15px 0px 17px;
	font-size:11px;
}

div.newsDiv {
	margin:5px 0px 0px 7px;
	width:130px;
	height:90px;
}

.tiny {
	color:gray;
	font-size:9px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/img/z.jpg);
	background-repeat: repeat-x;

}
body,td,th {
	font-family: Tahoma;
	font-size: 10px;
	color: #333333;
}
a:link,a:visited {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}

.frm {
	border:solid 1px #ACACAC;
	border-top:solid 1px #666666;
	font-size:11px;
	padding:2px 2px 2px 2px;
	color:#444444;
	overflow:hidden;
	font-family: Tahoma;
}

.btn {
	border-color:black;
	font-size:11px;
	padding:2px 2px 2px 2px;
	color:white;
	background-color:black;
}