/* Achtergrondkleur van pagina. */
body          
{
    background-color: #FFFFFF;
}
.nav
{
	text-decoration: none; 
}
.nav:link {
	text-decoration: none
}
A:visited {
	text-decoration: none
}
.nav:active {
	COLOR: #cc9900; TEXT-DECORATION: underline
}
.nav:hover {
	COLOR: #cc9900; TEXT-DECORATION: underline
}

.windowbg
{
	background-color: #FFFFEE; 
	border-color: #c0c0c0; 
	padding-top: 2px; 
	padding-right: 2px; 
	padding-bottom: 2px; 
	padding-left: 2px; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

/* Achtergrondkleur van 2de en 5de kolom in het forum. */
.windowbg2    
{
	background-color: #EEEEEE; 
	border-color: #c0c0c0; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}
.windowbg3
{
	background-color: #EEEEEE; 
	border-color: #c0c0c0; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}
.titlebg, .titlebg td      
{
	font-weight: bold; 
	background-color: #EEEEEE; 
	border: 1px;
	color: black;
}
.titlebg a:link, .titlebg a:visited, .titlebg a:hover      
{
	font-weight: bold; 
	background-color: #EEEEEE; 
	color: black;
	text-decoration: underline;
}
.text1        
{
	font-style: normal; 
	font-weight: bold; 
	font-size: 13px; 
	color: #000000;
}

/* Achtergrondkleur kolom waar de titel van het subforum in staan. */
.catbg        
{
	background-color: #FFFFFF; 
	color: black; 
	font-weight: bold; 
	border: 1px;
}

.bordercolor  
{
	background-color: #c0c0c0;
}
.tborder
{
	border: 1px solid #c0c0c0; 
	}
.quote        
{
	font-size: 10px; 
	font-family: Arial; 
	color: #000000; 
	background-color: FFFFFF; 
	border: #000000; 
	border: 1px solid #000000;
}
.code         
{
	font-size: 12px; 
	font-family: "Courier New", Courier, mono; 
	color: #000000; 
	background-color: #FFB920;
}
TD            
{
	font-family: Verdana; 
	color: #000000;
	font-size: small;
}
input         
{

	font-family: Verdana; 
	font-size: 10pt; 
	color: #000000;
}
textarea      
{
	background-color: #FFFFFF; 
	font-family: Verdana; 
	font-size: 10pt; 
	color: #000000;
}
select        
{
	background-color: #FFFFFF; 
	font-family: Verdana; 
	font-size: 7pt; 
	color: #000000;
}

/* Default font sizes. */
.smalltext
{

	FONT-SIZE: 8pt; FONT-FAMILY: "Tahoma", "Arial", "Helvetica", "sans-serif";
}

}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}