body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(images/gray-tile.gif);
	background-repeat: repeat;
	margin: 0px;
}
h1 {
	font-size: 18px;
	color: #FF3300;
	margin: 0px;
}
hr {
	color: #FF3300;
}

a { color:#893705; }
a:hover { color:#ed5900; text-decoration:none; }
a:visited { color:#893705; }
#main_table {
	background-color: #ffffff;
	width: 750px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}
#nav_bar {
	margin-top: 3px;
	margin-bottom: 3px;
}

#nav_bar td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color: #f65903;
	border-bottom: 1px #000000 solid;
}
#nav_bar td:hover {
	border-bottom: 1px #FFFFFF solid;
}
#nav_bar td a:hover {
	display:block;
	background-color:#FF6640;
}	


#nav_bar td a, #nav_bar td a:visited  {
	display:block;
	color: #000000;
	text-decoration:none;
	padding: 2px;
}
.text_area, .text_area td {
	padding-left: 5px;
	padding-right: 3px;

}
.footer {
	background-color: #f2b800;
	font-family: "Courier New", Courier, monospace;
	border-top: solid #FF3300 2px;
	line-height: 1.4;
}

.article {
	border: 1px solid #f2b800;
}
p { padding:4px; }
.article_header {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.8px;
	line-height: 20px;
	background-color: #f2b800;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f2b800;
}
.article_header a { text-decoration:none; }
.admintxt, .admintxt a {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #000000;
}
.error {
	color: #F00;
}
.image{
	border:2px solid #000;
}
input {
	color:#000;
	border:1px solid #000;
}