body {
	font-family: Arial, Helvetica, sans-serif;
	background-color : Black;
	color: White;
	margin-top: 10px;
	margin-bottom: 10px;
}
body, td {
	font-size: 9pt;	
}
h1 {
	font-size: 12pt;
}
.large { 
	/* Used to "fake" h1s */
	font-size: 12pt;
	font-weight: bold;
}
h2 {
	font-size: 10pt;
}
body {
	scrollbar-arrow-color: Silver;
	scrollbar-face-color: black; 
	scrollbar-highlight-color: gray; 
	scrollbar-shadow-color: black; 
	scrollbar-darkshadow-color: black; 
	scrollbar-base-color: Silver;
	scrollbar-show: auto;
}
.top {
	background-image : url(../img/tpl/b__r1_c2.jpg);
	background-repeat : repeat-x;
}
.left {
	background-image : url(../img/tpl/b__r2_c1.jpg);
	background-repeat : repeat-y;
}
.right {
	background-image : url(../img/tpl/b__r2_c4.jpg);
	background-repeat : repeat-y;
}
.bottom {
	background-image : url(../img/tpl/b__r4_c2.jpg);
	background-repeat : repeat-x;
}
.minor {
	color: Gray;
}
a.minor {
	color: Gray;
	text-decoration: none;
}
a:hover.minor {
	color: White;
	text-decoration: underline;
}
.wbmusic {
	color: #FFB300;
	font-size: 8pt;
}
.wbmanagement {
	color: #228B22;
	font-size: 8pt;
}
.newsheadline {
	font-weight: bold;
	font-size: 11pt;
}
a {
	color : #FF3300;
	text-decoration: none;
}
a:hover {
	color: #FFB300;
	text-decoration: underline;
}
#redcrag {
	color: Gray;
	font-size: 9pt;
	text-align: center;
}
#redcrag a {
	color: Gray;
	text-decoration: underline;
}
#redcrag a:hover {
	color: White;
}
.gallery_odd {
	background-color: Silver;
}
.gallery_even {
	background-color: White;
}