body, p, td, div, span, input, textarea {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: white;
}

body {
	background-color: #1A1A26;
}

table.page {
}
table.page td.left, table.page td.right {
	vertical-align: top;
	width: 180px;
	xborder: 1px solid silver;
}
table.page td.left {
	text-align: right;
}

table.page td.middle {
	background-color: #1A1A26;
	xbackground-image: url( "/img/back.php" );
}

div.page, div.pageindex {
	width: 840px;
	height: 640px;
	overflow: auto;
	border-style: solid;
	border-width: 1px;
	border-color: dddddd;
	margin-top: 4px;
	margin-bottom: 10px;
	text-align: justify;
}

div.pageindex {
	overflow: none;
	border: none;
}

div.pagetext {
	margin: 4px;
	overflow: auto;
	xheight: 500;
	padding-bottom: 4px;
}

td.right img {
	margin-top: 30px;
}

div.pagetitle {
	padding-top: 2px;
	border-style: solid;
	border-width: 0px;
	border-color: 999999;
	border-bottom-width: 1px;
}

div.copyright {
	xwidth: 700px;
	font-size: 11px;
	color: cccccc;
	border-color: cccccc;
	text-align: center;
	xborder-style: solid;
	xborder-width: 0px;
	xborder-top-width: 1px;
	xpadding-top: 4px;
}

div.photos img {
	padding-bottom: 40px;
}

table.formtable td {
	vertical-align: top;
}

input, textarea {
	border-style: solid;
	border-color: 990000;
	border-width: 1px;
	background-color: transparent;
	color: #FFB56A;
}

div.cat {
	color: #FFB56A;
	padding-left: 12px;
}
div.subcat {
	color: #FFB56A;
	padding-left: 20px;
}

a {
	text-decoration: none;
	color: cc0000;
}
a:hover {
	text-decoration: underline;
}

