/*

  $Bestandsnaam: stylesheet.css
	
*/

BODY {
	background-image:url(img/bg.gif);
	background-position:left;
	background-repeat: repeat;
	overflow: hidden;
	margin: 0px;
	font-family: Century Gothic, Trebuchet MS, verdana, tahoma, arial;
	font-size: 13px;
	color: #C0C0C0}
	
TD.BODYTABLE {
	border-right: #C0C0C0 thin solid;
	margin: 0px;
	border-left: #C0C0C0 thin solid;
	color: #000000;
	border-top-style: none;
	background-color: #ffffff;
	border-bottom-style: none}
	
.main {
	font-size: 13px;
	color: #C0C0C0}

a:link {
	color: #C0C0C0;
	text-decoration: underline}
			
a:visited {
	color: #C0C0C0;
	text-decoration: underline}
				
a:active {
	color: #C0C0C0;
	text-decoration: underline}
			
a:hover {
	color: #C0C0C0;
	text-decoration: underline}
	
.footer {
	font-family: Century Gothic, Trebuchet MS, verdana, tahoma, arial;
	font-size: 12px;
	font-weight: bold; 
	color: #554F4D}

a.footer:link {
	color: #554F4D;
	text-decoration: none}
	
a.footer:active {
	color: #554F4D;
	text-decoration: none}
	
a.footer:visited {
	color: #554F4D;
	text-decoration: none}
	
a.footer:hover {
	color: #FFFFFF;
	text-decoration: none}

.footerwhite {
	font-family: Century Gothic, Trebuchet MS, verdana, tahoma, arial;
	font-size: 12px;
	font-weight: bold; 
	color: #FFFFFF}

a.footerwhite:link {
	color: #FFFFFF;
	text-decoration: none}
	
a.footerwhite:active {
	color: #FFFFFF;
	text-decoration: none}
	
a.footerwhite:visited {
	color: #FFFFFF;
	text-decoration: none}
	
a.footerwhite:hover {
	color: #FFFFFF;
	text-decoration: none}
	
.btn {
  font-family: Century Gothic, Trebuchet MS, verdana, tahoma, arial;
  font-size: 12px;
  color: #ffffff;
  background-color: #6A625F;
  border: 1px solid;
  border-top-color: #ffffff;
  border-left-color: #ffffff;
  border-right-color: #554F4D;
  border-bottom-color: #554F4D;
  cursor: hand}

.INPUT {
  font-family: Trebuchet MS, verdana, tahoma, arial;
  font-size: 11px;
  color: #000000;
  background-color: #F1EFEB;
  border: 1px solid;
  border-top-color: #000000;
  border-left-color: #000000;
  border-right-color: #000000;
  border-bottom-color: #000000}

.TEXTAREA {
  font-family: Trebuchet MS, verdana, tahoma, arial;
  font-size: 11px;
  color: #000000;
  background-color: #F1EFEB;
  border: 1px solid;
  border-top-color: #000000;
  border-left-color: #000000;
  border-right-color: #000000;
  border-bottom-color: #000000}
