body{
	margin-top    : 0px;
	margin-bottom : 0px;
	margin-left   : 0px;
	margin-right  : 0px;
}

img{
	border-color: black;
}

td{
	font-family : verdana,arial,helvetica,sans-serif;
	font-size   : 8pt;
	color       : black;
}

.form{
	font-size : 9px;
	color     : black;
}

a:link{
	color           : black;
	text-decoration : none
}

a:visited{
	color           : black;
	text-decoration : none
}

a:active{
	color           : black;
	text-decoration : none
}

a:hover{
	color           : black;
	text-decoration : underline
}

.banners img{
	margin : 5px 5px 5px 5px;
}

.ziptext{
	border-color : #000000;
	border-width : 1px 1px 1px 1px;
	border-style : solid;
}
.zipheader{
	color : #000000;
	font-weight : bold;
}
.zipchunk{
	background-color : #FFD5D6;
	padding : 4px 0px 0px 0px;
	margin : 10px 0px 20px 0px;
	border-width : 1px 0px 1px 1px;
	border-style : solid;
	border-color : #FF0000;
}
.zipchunk .ziptit{
	font-weight : bold;
	text-align : center;
	color : #FF0000;
}

.rsschunk{
	background-color : #CBCCF8;
	padding : 4px 0px 0px 0px;
	margin : 10px 0px 20px 0px;
	border-width : 1px 0px 1px 1px;
	border-style : solid;
	border-color : #0000FF;
}
.rsschunk span.rsstit{
	font-weight : bold;
	text-align : center;
	display : block;
	color : #0000FF;
	margin : 4px 0 4px 0;
}
.stanchunk{
	background-color : #F2F2F2;
	padding : 4px 0px 0px 0px;
	margin : 10px 0px 20px 0px;
	border-width : 1px 0px 1px 1px;
	border-style : solid;
	border-color : #000000;
}
.stanchunk span.stantit{
	font-weight : bold;
	text-align : center;
	display : block;
	color : #000000;
	margin : 4px 0 4px 0;
}
