BODY {/*doesnt change anything on the site*/
	COLOR: #000000; FONT: 12px arial, sans-serif
}
.componentheading {/*component text header*/
         COLOR: #000000; FONT: 14px arial, sans-serif; FONT-WEIGHT: bold
}
.contentheading {/*main text header*/
	COLOR: #000000; FONT: 14px arial, sans-serif; FONT-WEIGHT: bold
}
.infotext {/*text on the information pages*/
	COLOR: #000000; FONT: 12px arial, sans-serif
}
.infoheader {/*header on the information pages*/
	COLOR: #000000; FONT: 12px arial, sans-serif; FONT-WEIGHT: bold
}
.remotetxt {/*remote controller buttons*/
	COLOR: #414140; FONT: 12px arial, sans-serif
}
.sitetitle {/*website title between images*/
	COLOR: #000000; FONT: 24px arial, sans-serif; FONT-WEIGHT: bold
}
.tablesite {
	border-width: 0px;
	border-spacing: ;
	border-style: outset;
	border-color: white 1px solid;
	border-collapse: collapse;
	background-color: white;
         align: center;
}
.tablesiteth {
	border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color: #6590b3;
	background-color: #ff9900;
	-moz-border-radius: ;
}
.tablesitetd1 {
	border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color: #6590b3;
	background-color: #ffff00;
	-moz-border-radius: ;
}
.tablesitetd2 {
	border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color: #6590b3;
	background-color: #ffcc00;
	-moz-border-radius: ;
}
.tablesitebg {
	border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color: #6590b3;
	background-color: #6590b3;
	-moz-border-radius: ;
}
TD {/*news items, admin pages, tables without defines, other text without defines*/
	COLOR: #000000; FONT: 12px arial, sans-serif
}
TH {/*unkown, dont see any changes on site*/
	COLOR: #000000; FONT: 12px arial, sans-serif
}
.BOD {/*site modules*/
	COLOR: #000000; FONT: 12px arial, sans-serif
}
FONT {/*when a font is defined in html with "font face=" this can change it*/
	COLOR: #000000; FONT: 12px arial, sans-serif
}
SELECT {
	COLOR: #2c3e56; FONT: 12px arial, sans-serif
}
INPUT {
	COLOR: #2c3e56; FONT: 12px arial, sans-serif
}
TEXTAREA {
	COLOR: #2c3e56; FONT: 12px arial, sans-serif
}
A:link {
	COLOR: #000000; FONT: 12px arial, sans-serif; TEXT-DECORATION: none
}
A:visited {
	COLOR: #000000; FONT: 12px arial, sans-serif; TEXT-DECORATION: none
}
A:hover {
	COLOR: #000000; FONT: 12px arial, sans-serif; TEXT-DECORATION: underline
}

table.moduletable {
  margin: 0px 0px 0px 2px;
  width: 100%;
}

table.moduletable th {
	font-size: 14px;
	font-weight: bold; 
	text-align: left;
	height: 14px;
	line-height: 18px;
	white-space: nowrap;
}

table.moduletable td { /*onder andere polls*/
  font-size        : 12px;
  font-weight      : normal;
  padding:	1px;
}