body {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #696969;
}

td {
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #FFFFFF;
}

.darkbg {
	background-color: #323232;
	background-image: url(images/bg.gif);
}

.lightbg {
	background-color: #696969;
}

.orangebg {
	background-color: #F1B543;
	/*background-image: url(images/orangebg5.jpg);
	background-repeat: no-repeat;*/
}

.whitebg {
	background-color: #FFFFFF;
}

.banner {
	font-size: 40px;
	font-weight: bold;}

.titlewhite {
	font-size: 20px;
	font-weight: bold;
}

.titleorange {
	font-size: 20px;
	font-weight: bold;
	color: F1B543;
}

.subtitle {
	font-size: 12px;
	font-weight: bold;
}

.blacktext {
	color: #000000;
}

.redtext {
	color: #BB0000;
}


.orangetext {
	color: #F1B543;
}

.nowrap {
	overflow: hidden;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #F1B543;
	text-decoration: none;
}

.redlink:link {
	color: #BB0000;
	text-decoration: underline;
}

.redlink:visited {
	color: #BB0000;
	text-decoration: underline;
}

.redlink:hover {
	color: #775555;
	text-decoration: underline;
}

.blacklink:link {
	color: #000000;
	text-decoration: underline;
}

.blacklink:visited {
	color: #000000;
	text-decoration: underline;
}

.blacklink:hover {
	color: #000000;
	text-decoration: none;
}

.submit {
	color: #F1B543;
	background-color: #323232;
}

input {
	border: 1px solid #8E8A79;
	font-family: Tahoma;
	font-size: 12px;
	border: 1px solid #8E8A79;
	background-color: white;
}

textarea {
	font-family: Tahoma;
	border: 1px solid #8E8A79;
	font-size: 12px;
	background-color: white;

}
select {
	font-family: Tahoma;
	border: 1px solid #8E8A79;
	font-size: 12px;
	background-color: white;
}

/* 	the nav bar start */
ul#navlist
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	display:inline;
}

#navlist li
{
	display: inline;
	list-style-type: none;
}

#navlist a {
	padding: 0px 10px;
}

#navlist a:link, #navlist a:visited
{
	color: #000000;
	border:1px solid #323232;
	background-color: #F1B543;
	text-decoration: none;
}

#navlist a:hover
{
	color: #fff;
	background-color: #323232;
	text-decoration: none;
}
/* the nav bar end */


/* SMF required styles */
.largetext
{
	font-size: large;
}

.catbg
{
	background-image: url(images/catbg.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	/*background-color: #323232;*/
}

.windowbg2
{
	background-color: #5D5D5D;
}

.windowbg
{
	background-color: #5A5A5A;
}

.titlebg
{
	background-color: #525251;
}

.calendar_today{
	background-color: rgb(131, 131, 131);
}


/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #FFCC66;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #cccccc;
	border: 1px solid #000000;
	padding: 1px;
	font-family: "courier new", helvetica, "times new roman", serif;
	font-size: x-small;
	width: 99%;
	margin: 1px auto 1px auto;
	white-space: nowrap;
	overflow: auto;
}

.meaction
{
	color: yellow;
}

/* board big orange titles */
.titleorange {
	font-family: Arial, Tahoma, Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #F1B543;
}

.titleorange:link {
	color: #F1B543;
	text-decoration: none;
}
.titleorange:visited {
	color: #F1B543;
	text-decoration: none;
}
.titleorange:hover {
	color: #FFCC33;
	text-decoration: none;
}

.smalltext{
	font-size: 10px;
}
