/* CSS Document */
a {
	font-family: "Courier New", Courier, mono;
	color: #FF9933;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color:#74C25E;
	background-color:transparent;
}

a:hover {
	color:#62C4D9;
	background-color:transparent;
}

table.main {
	border: 3px solid #AF9760;
}

p, .journal_listing, table.default, .default {
	font-family: "Courier New", Courier, mono;
	color: #AF9760;
	font-size: 12px;
	font-weight: bold;
}

.bignews {
	font-family: "Courier New", Courier, mono;
	color: #AF9760;
	font-size: 14px;
	font-weight: bold;
}

.journal_column_heading {
	font-family: "Courier New", Courier, mono;
	color: #AF9760;
	font-size: 12px;
	font-weight: bold;
}

.copyright {
	font-family: "Courier New", Courier, mono;
	color: #AF9760;
	font-size: 12px;
	font-weight: bold;
}

.input_field {
	float: center;
	font-size: 12px;
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
}

.order_link {
	font-family: "Courier New", Courier, mono;
	color: #CC0000;
	text-decoration: none;
}

.page_heading {
	font-family: "Courier New", Courier, mono;
	color: #AF9760;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

.page_sub_heading {
	font-family: "Courier New", Courier, mono;
	color: #AF9760;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.plain_text {
	font-family: "Courier New", Courier, mono;
	color: #AF9760;
	font-size: 12px;
}

.article_quote {
	font-family: "Courier New", Courier, mono;
	color: #AF9760;
	font-size: 12px;
	font-style: italic;
}