/*Just links*/



a:link, a:visited
{
	color: #000;
	font-style: normal;
	text-decoration: none;
	background-color: #FFFF59;
}

a:hover
{
	background-color: #000;
	color: #FFFF59;
}




	

/* Give this place a body to go with the head and feet */
body, td, th , tr
{
	color: #000;
	
	font-family: verdana, sans-serif;
	
}

/* The main body of the entire forum. */
body
{
	background-color: #fff;
		background-image: url(../gradient.png);
		background-repeat: repeat-x;



	margin: 0px;
	padding: 12px 30px 4px 30px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000000;
	font-family: verdana, sans-serif;
}
input, button
{
	font-size: 100%;
}

textarea
{
	font-size: 100%;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Mkae the select box smaller */
select
{
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* Make some rulez look stylish */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}

/* Screw image borders they suck */
a img
{
	border: 0;
}

h1
{
	font: 38px/1.25em arial, sans-serif;
	letter-spacing: -1px;

}

h4
{
	font: 38px/1.25em arial, sans-serif;
	letter-spacing: -1px;

}

/* Change the backgrounds for some definition */
.windowbg
{
	color: #000000;
	background-color: #ECEDF3;
}
.windowbg2
{
	color: #000000;
	background-color: #fff;
}


.windowbg3
{
	color: #000000;
	background-color: #E0E1E8;
}

.windowbg4
{
	color: #000000;
	background-color: #719FC6;
}
.titlebg
{
	color: black;
	font-style: normal;
	background: #e9f0f6;
	border-bottom: solid 1px #9BAEBF;
	border-top: solid 1px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}

.titlebg h6
{
	font-size:11px;
}

.titlebg, .titlebg a:link, .titlebg a:visited
{
	color: black;
	font-size: 10px;;
}

.titlebg a:hover
{
	color: #404040;
}
/* same as titlebg, but where we dont need bold */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: #000;
	font-style: normal;
	text-decoration: none;
	background-color: #FFFF59;
	
}

.titlebg2 a:hover
{
	background-color: #000;
	color: #FFFF59;
}

.catbg , tr.catbg td
{
	background: #000;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg a:link, .catbg a:visited
{
	color: #000;
	font-style: normal;
	text-decoration: none;
	
	
}

.catbg a:hover
{
	background-color: #000; color: #FFFF59;
	
}



.catbg
{
	
}
.catbg
{
	font-weight: normal;
}

.gunder
{ background-color:#3366FF;}
