body {
	font-family: Calibri;
	font-size: 11pt;
	color: #FFCC00;
	padding: 0.2em;
	background-color: #333333;
}

a:link, a:visited {
	text-decoration: none;
	color: #FFCC00;
}

a:hover, a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #FFCC00;
}

img {
	border-style: none;
}

textarea {
	border: 1px solid #1A1A1A;
	background: #EDE3AC;
	font-size: 8pt;
	color: #2C2603;
}

input {
	border: 1px solid #1A1A1A;
	background: #EDE3AC;
	font-size: 8pt;
	color: #2C2603;
}

input.file {
	border: 1px solid #1A1A1A;
	background: #EDE3AC;
	font-size: 8pt;
	color: #2C2603;
}

select {
	border: 1px solid #1A1A1A;
	background: #EDE3AC;
	font-size: 8pt;
	color: #2C2603;
}

select:focus {
	border: 1px solid #1A1A1A;
	background: #EDE4B3;
	font-size: 8pt;
	color: #2C2603;
}

input:focus, textarea:focus {
	border: 1px solid #1A1A1A;
	background: #EDE4B3;
	font-size: 8pt;
	color: #2C2603;
}

.deadTable {
	background-color: #333333;
	border: 0;
	border-width: 0px;
	width: 100%;
	padding: 0px;
}

.mainTable {
	background-color: #333333;
	border: 1px solid #1A1A1A;
	padding: 0px;
}

.header {
	background-image: url('images/header.png');
	background-repeat: repeat;
	height: 20px;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	color: #231E00;
	text-align: center;
	padding: 0px;
}

.normalTable {
	border: 1px solid #1A1A1A;
	padding: 1px;
	margin-left: auto;
	margin-right: auto;
}

.normalHeader {
	background-color: #BEA501;
	color: #231E00;
	text-align: center;
	font-weight: bold;
}


.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}


.online {
	color: #305E03;
}

.offline {
	color: #CC1100;
}

.newAlert {
	background-color: #5e5002;
}

.newAnnouncementAlert {
	background-color: #F3F0BA;
}

.forumCategory:hover {
	background-color: #8d7809;
}

.forumPostBackground {
	border: 1px solid #272727;
	padding: 1px;
	margin-left: auto;
	margin-right: auto;
	background-color: #434343;
	padding: 3px;
}

.forumPostMain {
	background-color: #434343;
	border: 0;
	border-width: 0px;
	width: 100%;
	padding: 0px;
}

.forumPostUserInfo {
	background-color: #9DD797;
}

.forumPostActual {
	background-color: #767676;
	padding: 3px;
	text-align: left;
}