body
{
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(./images/site/back.png);
	background-repeat: repeat;
	margin: 8px;
/*	scrollbar-face-color: #303030;
	scrollbar-shadow-color: #282828;
	scrollbar-highlight-color: #383838;
	scrollbar-3dlight-color: #404040; 
	scrollbar-darkshadow-color: #202020;
	scrollbar-track-color: #151515;
	scrollbar-arrow-color: #FFFF00; */
	font-family: Verdana, serif;
	font-size: 10pt;
	font-weight: normal;
	border-style: none;
}

table.menu
{
	color: #FFFFFF;
	width: 100%;
	height: 100%;
	background-color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	empty-cells: show;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
}

h2
{
	font-size: 125%;
}

h1
{
	font-size: 200%;
}

p, div
{
	color: #FFFFFF;
	font-family: Verdana, serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: justify;
}

span
{
	color: #FFFFFF;
	font-family: Verdana, serif;
}

span.small
{
	margin: 0; 
	padding: 0;
	font-size: 8pt;
	text-align: center;
}

span.ad
{
	color: #0080FF;
	margin: 0; 
	padding: 0;
	font-weight: bold;
	text-align: center;
	text-shadow: 2px 2px 2px #000;
}

div.date
{
	width: 100%;
	color: #EABB00;
	background-color: #404040;
	background-image: url(./images/site/tab_title.png);
	background-repeat: repeat;
	font-family: Verdana, serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-top-color: #808080;
	border-bottom-color: #202020;
	border-left-color: #808080;
	border-right-color: #202020;
}

div.text
{
	margin: 8px;
	width: 100%;
	background: url(./rgba.php?r=37&g=37&b=37&a=60);
	background-repeat: repeat;
	background-color: rgba(37, 37, 37, 0.6);
	border-style: solid;
	border-width: 1px;
	border-top: 0px;
	border-bottom-color: #000000;
	border-left-color: #808080;
	border-right-color: #000000;
}

div.back1
{
	background: url(./rgba.php?r=51&g=51&b=51&a=20);
	background-repeat: repeat;
	background-color: rgba(51, 51, 51, 0.2);
}

div.back2
{
	background: url(./rgba.php?r=102&g=102&b=102&a=20);
	background-repeat: repeat;
	background-color: rgba(102, 102, 102, 0.2);
	border-style: solid;
	border-width: 1px;
	border-top-color: #808080;
	border-bottom-color: #202020;
	border-left-color: #808080;
	border-right-color: #202020;
}

tr.down
{
	width: 100%;
	background: url(./rgba.php?r=5&g=5&b=5&a=15);
	background-repeat: repeat;
	background-color: rgba(5, 5, 5, 0.15);
	border-width: 0px;
}

tr.alt_down
{
	width: 100%;
	background: url(./rgba.php?r=37&g=37&b=37&a=15);
	background-repeat: repeat;
	background-color: rgba(37, 37, 37, 0.15);
	border-width: 0px;
}

h1.title
{
	width: 100%;
	color: #EABB00;
	background-color: #252525;
	background-image: url(./images/site/tab_title2.png);
	background-repeat: repeat-x;
	font-family: Verdana, serif;
	font-weight: bold;
	text-align: center;
	text-shadow: 2px 2px 2px #000;
	border-style: solid;
	border-width: 1px;
	border-top-color: #808080;
	border-bottom-color: #202020;
	border-left-color: #808080;
	border-right-color: #202020;
}

h2.title
{
	width: 100%;
	color: #EABB00;
	background-color: #252525;
	background-image: url(./images/site/tab_title.png);
	background-repeat: repeat-x;
	font-family: Verdana, serif;
	font-weight: bold;
	text-align: center;
	text-shadow: 2px 2px 2px #000;
	border-style: solid;
	border-width: 1px;
	border-top-color: #808080;
	border-bottom-color: #202020;
	border-left: 0px;
	border-right-color: #202020;
}

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

a:hover
{
	text-decoration: underline;
}

a.faq
{
	color: #FF8000;
	font-weight: bold;
}

hr.divider
{
	height: 2px;
	color: #404040;
}

a.button
{
	display: block;
	width: 140px;
	color: #FFFFFF;
	background-color: #101010;
	font-family: Verdana, serif;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-style: solid;
	border-width: 1px;
	border-color: #252525;
	padding: 3px;
}

a.button:link, a.button:visited, a.button:active, a.button:focus
{
	color: #FFFFFF;
	background-color: #101010;
	text-decoration: none;
	outline-style: none;
}

a.button:hover
{
	color: #FF8000;
	border-style: solid;
	border-width: 1px;
	border-top-color: #505050;
	border-bottom-color: #101010;
	border-left-color: #505050;
	border-right-color: #101010;
	background-color: #303030;
	background-image: url(./images/site/tab_title.png);
	background-repeat: repeat;
}
