body 
{
	background-color:#ffffff;
	font-family : Verdana, sans-serif;
	font-size : 8px;
}
div, p, th, td, li, dd, dl, dt, textarea    
{
    font-family:  Verdana, sans-serif;
}
a
{
	font-weight: normal;
	font-color: #333399;
}

a:visited
{
	font-weight: normal;
	font-color: #aaaaaa;
}

a:active
{
	font-weight: normal;
	font-color: #ff0000;
}

a:hover
{
	font-weight: normal;
	font-color: #ff0000;
}

.flatBorder
{
	border : 1px solid #000000;
}

/* Border styles */
.tabSelected
{
	border-top : 2px solid #000000;
	border-left : 2px solid #000000;
	border-right : 2px solid #000000;
}

.tabUnSelected
{
	border-top : 1px solid #aaaaaa;
	border-left : 1px solid #aaaaaa;
	border-right : 1px solid #aaaaaa;
	border-bottom : 2px solid #000000;
	background-color:eeeeee;
}

.outsetBorder
{
	border-left: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa; 
	border-bottom: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
}

.outsetBorderNoBottom
{
	border-left: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa; 
	border-right: 1px solid #aaaaaa;
}

.contentBorderOuter
{
	border-left: 1px solid #6078C4;
	border-right: 1px solid #6078C4;
	border-top: 1px solid #6078C4;
	border-bottom: 1px solid #6078C4;
}

.contentBorderInner
{
	border-left: 1px solid #2E489A;
	border-right: 1px solid #2E489A;
	border-top: 1px solid #2E489A;
	border-bottom: 1px solid #2E489A;
}

a.forumbuttonhyperlink,a.forumbuttonhyperlink:visited
{
	font-size : 10px;
	font-family : Verdana;
	color : #000000;
	font-weight: bold;
	height : 20px;
	background-color : #ffffff;
	text-align : center;
	vertical-align : middle;
	border-left:1px solid aaaaaa;
	border-top:1px solid aaaaaa;
	border-right:1px solid aaaaaa;
	border-bottom:1px solid aaaaaa;
	padding-top : 2px;
	padding-left : 6px;
	padding-bottom : 0px;
	padding-right : 6px;
	margin-right: 2px;
	margin-bottom: 1px;
	text-decoration : none;
	filter: alpha(opacity=100);
	-moz-opacity: 100%;
}
	
a.forumbuttonhyperlink:hover
{
	text-decoration : none;	
	color : #ff0000;
	font-weight: bold;
	filter: alpha(opacity=100);
	-moz-opacity: 100%;
}