@media print {
.screenonly {display:none;}
}

@media screen {
.printonly {display:none;}
}

body {
	background-image: url(../images/bg.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-color: #ffffff;
}

form {
	padding: 0px;margin: 0px;
}

input, select {
	border: #000000 1px solid;
	font-size: 10px;
	background-color: #ffffff;
}
.nocss {
	border: none;
}

textarea {
	border: #000000 1px solid;
	font-size: 10px;
	background-color: #ffffff;
}

A:hover {
	text-decoration: none;
	color: #000000;
}

.right {
	float: right;
	margin: 4px 3px;
}

td.sectiontitle {
	font-size: 36px;
	color: #ffffff;
	font-family: arial,sans-serif;
}

td.topbar {
	font-size: 12px;
	background-color: #000000;
	color: #ffffff;
	font-family: arial,sans-serif;
	font-weight: bold;
}

td.bottomborder {
	font-size: 2px;
}

img.ad {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	margin: 5px;
}

img.photo {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

img.photoright {
	float: right;
	margin: 4px 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

hr {
	border: 0;
	border-color: #dddddd;
	background-color: #dddddd;
	height: 1px;
	margin: 2px 5px;
}

font.photographer {
	font-size: 10px;
	font-family: times new roman,serif;
}

font.caption {
	font-size: 11px;
	font-family: times new roman,serif;
	font-weight: bold;
	float: left;
}

div.border {
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

div.section {
	background-repeat: repeat-x;
	background-color: #dddddd;
	text-align: center;
	font-size: 14px;
	color: #000000;
	font-family: arial,sans-serif;
	font-weight: bold;
	margin: 2px 5px;
}

div.copy {
	font-size: 14px;
	font-family: times new roman,serif;
	text-indent: 10px;
	padding: 5px;
}

div.copynotab {
	font-size: 14px;
	font-family: times new roman,serif;
	padding: 5px;
}

div.pages {
	color: #cccccc;
	text-align: center;
	font-size: 12px;
	font-family: times new roman,serif;
	text-indent: 10px;
	padding: 3px 5px;
}

div.menu {
	font-size: 14px;
	font-weight: bold;
	font-family: arial,sans-serif;
	padding: 2px 3px;
}

div.topstory {
	font-size: 24px;
	font-family: arial,sans-serif;
	padding: 2px 5px;
}

div.headline {
	font-size: 16px;
	font-family: arial,sans-serif;
	font-weight: bold;
	padding: 2px 5px;
}

div.author {
	font-size: 12px;
	font-family: times new roman,serif;
}

div.newspaper {
	font-size: 12px;
	font-family: times new roman,serif;
	font-style: italic;
	margin-bottom: 10px;
}

div.more {
	font-size: 10px;
	font-family: arial,sans-serif;
	text-align: right;
	font-weight: bold;
	padding: 2px 5px;
}

div.copyright {
	font-size: 10px;
	color: #aaaaaa;
	font-family: arial,sans-serif;
	margin: 5px;
}

a.copyright {
	text-decoration: underline;
	color: #aaaaaa;
}