body {
	font-family: Arial,Verdana,Helvetica,sans-serif;
	background-color: #000;
	margin: 0px 0px 0px 0px;
}


img {
	border: 0;
}

blockquote {
	line-height: 18px;
	font-weight: bold;
}

.form-button-grey  {
	font-size : 11px;
	font-family:Tahoma,Arial,Verdana,Helvetica,sans-serif;
	color: #2D2D2D;
	background-color: #C4C4C4;
}

.logininput  {
    font-family : Tahoma,Arial,Verdana;
    font-size : 9pt;
    width : 100;
}

.nav {
	width: 750px;
	height: 22px;
	background-image: url(../graphics/nav_bg.gif);
}

.nav a:link {
    color: yellow;
	font-weight: bold;
}

.ql  {
    color:#000000;
    font-size:12px;
    text-decoration: none;
    padding: 1px;
    width: 115px;
    border-style: solid;
    border-color: #FFFFFF;
    border-width: 1px;
}

.bltn {
	border: 1px solid #000000;
}

.blbox {
	border: 1px solid #e10121;
	background-color: #000000;
	color: #fde202;
	font-size: 12px;
	font-weight: bold;
}

.blbox a:link {
    color: #fde202;
}

.blbox:link {text-decoration: underline; }
.blbox:visited {text-decoration: underline; }
.blbox:active {text-decoration: underline; }
.blbox:hover {text-decoration: none; }

.redbox {
	border: 1px solid #e10121;
	background-color: #c9031f;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
.redbox:link {text-decoration: underline; }
.redbox:visited {text-decoration: underline; }
.redbox:active {text-decoration: underline; }
.redbox:hover {text-decoration: none; }
   
.tn {
	border: 1px solid #000000;
}
   
.dark_bg {
	background: #002562;
}
   
.light_bg {
	background: #a5020a;
}/* ba0403 */
   
.lt_sep {
	background: #E3EFFF;
}
   
.table_border {
	background: #000000;
}

/*========================================================================
	F A Q
========================================================================*/

/* Whole faq table */
table.faq {
  position: relative;
  width: 95%;
  text-align: left;
  text-decoration: none;
}

/* deze 2 afblijven */
table.faq:hover {
  text-decoration: none;
}

td.fax_first_td {
  width: 1px;
}
/* deze 2 afblijven */

/* This is set to the title tr */
tr.faq_header {
  text-align: left;
}

/* Title of the faq himself */
tr.faq_header h1 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  color: #ffffff;
}

/* The 'Open all' button (div, so you can set it where you want) */
div.faq_header_openall {
  float: left;
  width: 50px;
  margin: 0 0 0 10px;
}

div.faq_header_openall a {
  font-size:12px; 
  color:#fde202;
  text-decoration: underline;
  font-weight: bold;
}

div.faq_header_openall a:hover {
  text-decoration: none;
}

/* The 'Close all' button (Same idee as 'Open all') */
div.faq_header_closeall {
  float: right;
  width: 50px;
  margin: 0 10px 0 0;
}

div.faq_header_closeall a {
  font-size:12px; 
  color:#fde202;
  text-decoration: underline;
  font-weight: bold;
}

div.faq_header_closeall a:hover {
  text-decoration: none;
}

/* Topic title td (the class is in the tr but i want to change something in the td) */
tr.faq_topic td {
  padding: 10px 0 2px 0;
}

/* Topic title id number */
font.faq_topic_id {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}

/* Topic title text */
font.faq_topic_text {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}

/* Question tr (i'm editing all the inner td's */
tr.fax_topic_question td {
  padding: 1px 0 2px 0;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
}

/* Number of the question */
.fax_topic_question_id {
  width: 40px;
}
.fax_topic_question_id span {
  font-size: 11px;
}

/* Question title (clickable so its <A>) */
tr.fax_topic_question a {
  font-size:12px; 
  color:#fde202;
  text-decoration: underline;
  font-weight: bold;
}

tr.fax_topic_question a:hover {
  text-decoration: none;
}

/* Answer row (i use its td's) */
tr.faq_topic_answer td {
  padding: 0 0 6px 0;
  font-size: 12px; 
  color: #ffffff;
}

/* Answer sign */
font.faq_topic_answer_sign {
  font-weight: bold;
}

/* Answer text */
font.faq_topic_answer_text {
  /* I don't use it */
}

font.faq_topic_answer_text a {
  font-size:12px; 
  color:#fde202;
  text-decoration: underline;
}

font.faq_topic_answer_text a:hover {
  text-decoration: none;
}

/*========================================================================
	END OF F A Q
========================================================================*/

.bl10 {font-size:10px; color:#000000; }
.bl10:link {text-decoration: underline; }
.bl10:visited {text-decoration: underline; }
.bl10:active {text-decoration: underline; }
.bl10:hover {text-decoration: none; }

.bl11 {font-size:11px; color:#000000; }
.bl11:link {text-decoration: underline; }
.bl11:visited {text-decoration: underline; }
.bl11:active {text-decoration: underline; }
.bl11:hover {text-decoration: none; }

.bl12 {font-size:12px; color:#000000; }
.bl12:link {text-decoration: underline; }
.bl12:visited {text-decoration: underline; }
.bl12:active {text-decoration: underline; }
.bl12:hover {text-decoration: none; }

.bl14 {font-size:14px; color:#000000; }
.bl14:link {text-decoration: underline; }
.bl14:visited {text-decoration: underline; }
.bl14:active {text-decoration: underline; }
.bl14:hover {text-decoration: none; }

.bl22 {font-size: 22px; color: #000000; font-weight: bold;}
.bl22:link {text-decoration: underline; }
.bl22:visited {text-decoration: underline; }
.bl22:active {text-decoration: underline; }
.bl22:hover {text-decoration: none; }

.w10 {font-size:10px; color:#FFFFFF;  }
.w10:link {text-decoration: underline; }
.w10:visited {text-decoration: underline; }
.w10:active {text-decoration: underline; }
.w10:hover {text-decoration: none; }

.w11 {font-size:11px; color:#FFFFFF;  }
.w11:link {text-decoration: underline; }
.w11:visited {text-decoration: underline; }
.w11:active {text-decoration: underline; }
.w11:hover {text-decoration: none; }

.w12 {font-size:12px; color:#FFFFFF;  }
.w12:link {text-decoration: underline; }
.w12:visited {text-decoration: underline; }
.w12:active {text-decoration: underline; }
.w12:hover {text-decoration: none; }

.w14 {font-size:14px; color:#FFFFFF;  }
.w14:link {text-decoration: underline; }
.w14:visited {text-decoration: underline; }
.w14:active {text-decoration: underline; }
.w14:hover {text-decoration: none; }

.w18 {font-size:18px; color:#FFFFFF;  }
.w18:link {text-decoration: underline; }
.w18:visited {text-decoration: underline; }
.w18:active {text-decoration: underline; }
.w18:hover {text-decoration: none; }

.w22 {font-size:22px; color:#FFFFFF;  }
.w22:link {text-decoration: underline; }
.w22:visited {text-decoration: underline; }
.w22:active {text-decoration: underline; }
.w22:hover {text-decoration: none; }

.r14 {font-size:14px; color:#FF0000; }
.r14:link {text-decoration: none; }
.r14:visited {text-decoration: none; }
.r14:active {text-decoration: none; }
.r14:hover {text-decoration: underline; }

.r16 {font-size:16px; color:#FF0000; font-weight: bold; }


.r12 {font-size:12px; color:#FF0000;  }
.r12:link {text-decoration: none; }
.r12:visited {text-decoration: none; }
.r12:active {text-decoration: none; }
.r12:hover {text-decoration: underline; }

.r10 {font-size:10px; color:#FF0000;  }
.r10:link {text-decoration: none; }
.r10:visited {text-decoration: none; }
.r10:active {text-decoration: none; }
.r10:hover {text-decoration: underline; }

.w10 {font-size:10px; color:#FFFFFF;  }
.w10:link {text-decoration: underline; }
.w10:visited {text-decoration: underline; }
.w10:active {text-decoration: underline; }
.w10:hover {text-decoration: none; }

.y12 {font-size:12px; color:#fde202;  }
.y12:link {text-decoration: underline; }
.y12:visited {text-decoration: underline; }
.y12:active {text-decoration: underline; }
.y12:hover {text-decoration: none; }

.y14 {font-size:14px; color:#fde202;  }
.y14:link {text-decoration: underline; }
.y14:visited {text-decoration: underline; }
.y14:active {text-decoration: underline; }
.y14:hover {text-decoration: none; }

.y17 {font-size:17px; color:#fde202;  }
.y17:link {text-decoration: underline; }
.y17:visited {text-decoration: underline; }
.y17:active {text-decoration: underline; }
.y17:hover {text-decoration: none; }

.y18 {font-size:18px; color:#fde202;  }
.y18:link {text-decoration: underline; }
.y18:visited {text-decoration: underline; }
.y18:active {text-decoration: underline; }
.y18:hover {text-decoration: none; }

.y22 {font-size:22px; color:#fde202;  }
.y22:link {text-decoration: underline; }
.y22:visited {text-decoration: underline; }
.y22:active {text-decoration: underline; }
.y22:hover {text-decoration: none; }

.faq {font-size:12px; color:#000000; }
.faq:link {text-decoration: none; }
.faq:visited {text-decoration: none; }
.faq:active {text-decoration: none; }
.faq:hover {text-decoration: underline; }
