font, div, td {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #3E3E3E;
}

a:link { text-decoration: none; color: #C60E00; font-weight : bold;}
a:visited { text-decoration: none; color: #919191; font-weight : bold;}
a:active { text-decoration: none; color: #FF8477; font-weight : bold;}
a:hover { text-decoration: none; color: #FF8477; font-weight : bold;}

.headertext {
	font-size : 10px;
	color : #3E3E3E;
	padding-left : 12px;
	padding-bottom : 3px;
}

.copyright {
	font-size : 10px;
	color : #FFFFFF;
}
a.copyright:link { text-decoration: none; color: #FFFFFF; font-weight : normal;}
a.copyright:visited { text-decoration: none; color: #FFFFFF; font-weight : normal;}
a.copyright:hover { text-decoration: none; color: #FF8477; font-weight : normal;}

.contentbox {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-color: #B80C01;
	border-style: solid solid solid solid;
	margin-bottom: 9px;
}

.maincontenttable {
	padding-top: 11px;
	background-color: #FFFFFF;
}

.rightsideborder {
	border-left: 1px solid #B80C01;
	background-color: #FFFFFF;
}

.boxtext {
	font-size: 11px;
	padding: 9px;
	line-height: 155%;
}

.boxtext p {
	display: block;
	/*
	border-top: 2px dotted #B80C01;
    */
	margin: 0 0 8px 8px;
	line-height: 180%;
}

.contentheader {
	background-image: url(/images/boxheader_bg.gif);
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 12px;
	font-weight: bold;
	height: 26px;
}

.bannerbox {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-color: #B80C01;
	border-style: solid solid solid solid;
	background-image: url(/images/banner_bg.gif);
	height: 72px;
	margin-bottom: 9px;
}

.introtext {
	font-size: 11px;
	line-height: 175%;
	font-weight: bold;
}

.introheader {
	font-size: 14px;
	line-height: 155%;
	font-weight: bold;
	color: #C60E00;
}

/*-------------------- forum sidebar -------------------- */

.sidebarbox {
	border-right: 1px solid #B80C01;
	border-bottom: 1px solid #B80C01;
	border-left: 1px solid #B80C01;
	margin-bottom: 9px;
}

.sidebarbox_h {
	background-image: url(/images/btnbar_bg.gif);
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 8px;
	font-weight: bold;
	height: 26px;
}

.sidebarbox_banners {
	width: 234px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}

.sidebarbox_banners img {
	padding-bottom: 10px;
}

.sidebarbox_shop a {
	display: block;
}

.sidebarbox_adsense {
	width: 234px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 10px;
}

.sidebarbox_links a {
	display: block;
}

.logobox_blue {
	border: 1px solid #057DC8;
	margin-bottom: 9px;
}
.logobox_h_blue {
	background: #057DC8;
	border-bottom: 1px dotted #FFFFFF;
}

.logobox_orange {
	border: 1px solid #FF8703;
	margin-bottom: 9px;
}
.logobox_h_orange {
	background: #FF8703;
	border-bottom: 1px dotted #FFFFFF;
}

.logobox_red {
	border: 1px solid #FE1E27;
	margin-bottom: 9px;
}
.logobox_h_red {
	background: #FE1E27;
	border-bottom: 1px dotted #FFFFFF;
}

.logobox_green {
	border: 1px solid #91C843;
	margin-bottom: 9px;
}
.logobox_h_green {
	background: #91C843;
	border-bottom: 1px dotted #FFFFFF;
}

.logobox_yellow {
	border: 1px solid #F7D32D;
	margin-bottom: 9px;
}
.logobox_h_yellow {
	background: #F7D32D;
	border-bottom: 1px dotted #FFFFFF;
}