A:link {
	COLOR: #005177; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none;
}
A:visited {
	COLOR: #005177; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none;
}
A:hover {
	COLOR: #cc3333; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none;
}
.nav {
	COLOR: #000000; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none;
}

.nav:link {
	COLOR: #000000; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none;
}
.nav:visited {
	COLOR: #000000; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none;
}
.nav:hover {
	FONT-WEIGHT: bold; COLOR: #cc3333; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none;
}

BODY {
	FONT-SIZE: 12px; BACKGROUND-COLOR:#AFC6DB; FONT-FAMILY: Verdana, arial, helvetica, serif;
}

TABLE {
	empty-cells: show;
}
TD {
	FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Verdana, arial, helvetica, serif;
}
INPUT {
	FONT-SIZE: 9pt; COLOR: #000000; FONT-FAMILY: Verdana,arial, helvetica, serif; BACKGROUND-COLOR: #afc6db;
}
TEXTAREA {
	FONT-SIZE: 9pt; COLOR: #000000; FONT-FAMILY: Verdana,arial, helvetica, serif; BACKGROUND-COLOR: #afc6db;
}
SELECT {
	FONT-SIZE: 7pt; COLOR: #000000; FONT-FAMILY: Verdana,arial, helvetica, serif; BACKGROUND-COLOR: #afc6db;
}
.windowbg {
	FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Verdana, arial, helvetica, serif; BACKGROUND-COLOR: #afc6db;
}
.windowbg2 {
	FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Verdana, arial, helvetica, serif; BACKGROUND-COLOR: #f8f8f8;
}
.windowbg3 {
	FONT-SIZE: 12px; COLOR: #ff0000; FONT-FAMILY: Verdana, arial, helvetica, serif; BACKGROUND-COLOR: #6394bd;
}
.hr {
	COLOR: #6394bd; BACKGROUND-COLOR: transparent;
}
.titlebg {
	FONT-WEIGHT: bold;color: #FFFFFF; BACKGROUND-COLOR: #6e94b7;
}
.titlemsgbg a {
	FONT-WEIGHT: bold;color: #FFFFFF; BACKGROUND-COLOR: #6e94b7;
}
.titlemsgbg A:hover {
	COLOR: #cc3333; TEXT-DECORATION: none; FONT-WEIGHT: bold; BACKGROUND-COLOR: #6e94b7;
}
.text1 {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #ffffff; FONT-STYLE: normal; BACKGROUND-COLOR: transparent;
}
.catbg {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; BACKGROUND-IMAGE: url('http://oplossing.be/Themes/oplossing/images/catbg.jpg'); COLOR: #000000;
}
.bordercolor {
	FONT-SIZE: 11px; FONT-FAMILY: Verdana, arial, helvetica, serif; BACKGROUND-COLOR: #6394bd;
}
.quote {
	FONT-SIZE: 12px; COLOR: #314B64; FONT-FAMILY: Arial, verdana, helvetica, serif; BACKGROUND-COLOR: #dee7ef;
}
.code {
	FONT-SIZE: 12px; COLOR: #314B64; FONT-FAMILY: Courier New, helvetica, Times New Roman, serif; BACKGROUND-COLOR: #cccccc;
}
.help {
	CURSOR: help; BACKGROUND-COLOR: transparent;
}
.meaction {
	COLOR: red; BACKGROUND-COLOR: transparent;
}
/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}
/* The borders around things. */
.bordercolor
{
	background-color: #6394bd;
}

.editor { 
	width : "60%"; 
}

/* Default font sizes. */
.smalltext
{
	font-size: x-small;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}

/* Standard horizontal rule.. */
hr
{
	color: #6394bd;
	background-color: transparent;
}
.white{
  color: #FFFFFF;
}
/* A more colorful hr.. */
.hrcolor
{
	height: 1px;
	border: 0px none;
	color: #6394bd;
	background-color: #6394bd;
}

/* Posts and personal messages displayed throughout the forum. */
.post,  .personalmessage
{
	height: 100%;
	line-height: 1.3em;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	border: 1px solid #6394bd;
	background-color: #afc6db;
}

.regsel
{
 width: 200px;
}