body {
	font-family: verdana, helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 25px 10px;
	font-size: 11px;
	color: #777777;
	background-color: #ffffff;
}

td {
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
}

select, input, textarea {
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
	border: 1px solid #cccccc;
}

.submitBtn  {
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	color: #777777;
	background: transparent;
	padding: 1px 5px 1px 5px;
	cursor: hand;
	cursor: pointer;
}

p, li {
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

.logo {
	font-family: courier new, courier, mono;
	font-size: 28px;
	color: #666666;
	margin-bottom: 10px;
}

h1 {
	font-family: courier new, courier, mono;
	font-size: 28px;
	font-weight: normal;
	color: #666666;
}

h2 {
	font-family: courier new, courier, mono;
	font-size: 18px;
	font-weight: normal;
	color: #666666;
}

.hRule {
	border-top: 1px solid #dcdcdc;
}

.footer {
	color: #c0c0c0;
}

.redText {
	color: #ff0000;
}

.currentFeed {
	display: block;
	text-align: center;
	color: #ff6600;
	background-color: #eeeeee;
	border-bottom: 1px dashed #dcdcdc;
	width: 175px;
	margin: 2px;
	padding: 2px;
}



/* links */
a, a:visited {
	color: #777777;
	text-decoration: underline;
}
a:active, a:hover {
	color: #777777;
	text-decoration: none;
}

a.lt, a.lt:visited {
	color: #c0c0c0;
	text-decoration: none;
}
a.lt:active, a.lt:hover {
	color: #c0c0c0;
	text-decoration: underline;
}

a.niblr, a.niblr:visited {
	font-family: courier new, courier, mono;
	font-size: 28px;
	color: #666666;
	text-decoration: none;
}
a.niblr:active, a.niblr:hover {
	color: #666666;
	text-decoration: none;
}

a.item {
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ff6600;
	text-decoration: underline;
}
a.item:visited  {
	color: #ff6600;
	text-decoration: underline;
}
a.item:active, a.item:hover {
	color: #777777;
	text-decoration: none;
}

a.buttonStyle {
	display: block;
	text-align: center;
	color: #777777;
	background-color: #f5f5f5;
	border-bottom: 1px dashed #dcdcdc;
	width: 175px;
	margin: 2px;
	padding: 2px;
	text-decoration: none;
}
a.buttonStyle:visited {
	color: #999999;
	background-color: #f5f5f5;
	text-decoration: none;
}
a.buttonStyle:active, a.buttonStyle:hover {
	color: #ff6600;
	background-color: #eeeeee;
	text-decoration: none;
}

#headerTitle a, #headerTitle a:visited {
	color: #666666;
	text-decoration: none;
}
#headerTitle a:active, #headerTitle a:hover {
	color: #666666;
	text-decoration: underline;
}