html, body {
	margin: 0;
	padding: 0;
	border-style: none;
}

body {
	color: #ccffcc;
	background: url("../images/background2.jpg");
	background-position: top center;
	background-repeat: repeat-y;
	background-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin: 10px 0px;
}

p {
	margin: 0;
	margin-bottom: 1em;
}

table {
	font-size: 100%;
}

table td {
	vertical-align: top;
	padding: 0;
	margin: 0;
	border-style: none;
}

table.bordered {
	border-collapse: collapse;
}

table.bordered td {
	border: 1px solid;
}

div.pageDiv {
	width: 760px;
	margin: 0px auto;
	text-align: left;
}

table.page {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	border-style: none;
}

table.page td.header {
	height: 90px;
	background-image: url("../images/header2.jpg");
	background-repeat: no-repeat;
}

table.page td.menu {
	height: 20px;
	background-image: url("../images/menu2.jpg");
	background-repeat: no-repeat;
}

table.page td.content {
	background-color: #330033;
	/* background-image: url("../images/content2.jpg");
	background-repeat: no-repeat; */
}

a {
	color: #ff6699;
	color: #3399ff;
	text-decoration: none;
}

a:hover {
	color: #66ccff;
	text-decoration: underline;
}

a img {
	border-style: none;
}

#datetime {
	text-align: right;
	color: #ffffff;
	padding: 0 12px 0 0;
	font-size: 10px;
	font-weight: bold;
	position: relative;
	top: 4px;
}

div.breadcrumbs {
	margin: 10px 0 0 10px;
}

div.copyright {
	color: #999999;
	text-align: center;
	margin: 4px 0 0 0;
}

