
#bigbox { color: black; font-size: 12px; background-color: #fff; background-repeat: no-repeat; background-attachment: fixed; background-position: center 0; text-align: left; margin-left: 120px; width: 800px }
#banner    { background-color: #fff; background-image: url(images/banner.jpg); background-repeat: no-repeat; background-position: center 0; text-align: center; width: 800px; height: 150px }
#nav   { width: 800px; height: 20px }
#menu { background-color: #fff; margin-left: 10px; width: 87px; height: auto }
#spacer       { background-color: #fff; text-align: right; width: 800px; height: 100px }
#content     { font-size: 12px; background-color: #fff; text-align: justify; margin-top: -242px; margin-left: 141px; padding: 5px; width: 650px; height: 250px }
#maat  { margin-top: 70px; width: 800px; height: 5px }
#maat1 { width: 800px; height: 15px }
p  { color: #000; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; margin-right: 15px; margin-left: 15px }
a { color: #fc0; text-decoration: underline }
#links { text-align: center; margin-left: 28px; width: 600px; height: 200px }
a:link   { color: #fc0; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; text-decoration: underline }
a:visited { color: #fc0; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: underline }
h1   { color: #333; font-size: 15px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; text-align: center; margin: 0.67em 0 0.67em 15px }
#fineprint    { color: #000; font-size: 9px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-align: left }
#content2     { font-size: 14px; background-color: #fff; text-align: justify; margin-top: -300px; margin-left: 500px; padding: 5px; width: 650px; height: 250px }

.password {
	border-width: 1px;
        border-style: solid;
        border-color: #fc0;
        width: 300px;
        height: 150px;
	font-weight: normal;	
	font-size: 12px;	
	font-family: arial;	
	color: #000000;	
	vertical-align: top;		
	text-align: center;  		
	background-color: #FFFFFF;
        padding: 0px;
        border-collapse: collapse;
}
.password_topbar {
	border-width: 0px;
        border-style: solid;
        border-color:#fc0;
        height: 20px;
	font-weight: normal;	
	font-size: 12px;	
	font-family: arial;	
	color: #fc0F;	
	vertical-align: middle;		
	text-align: center;  		
	background-color: #fc0;
        padding: 0px;
        border-collapse: collapse;
}
.register {
	border-width: 0px;
        border-style: solid;
        border-color: #000000;
       font-weight: normal;	
	font-size: 12px;	
	font-family: arial;	
	color: #000000;	
	vertical-align: top;		
	text-align: right;  		
	background-color: #FFFFFF;
        padding: 5px;
        border-collapse: collapse;
}
.register a:hover {	
	color : #000000;	
	text-decoration : underline;	
	background : transparent;
} 

.register a {	
	color : #000000;	
	text-decoration : none;	
	background : transparent;
}
.header {
	border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #000000;
        height: 20px;
	width: 400px;
	font-weight: normal;	
	font-size: 14px;	
	font-family: arial;	
	color:#fc0;	
	vertical-align: middle;		
	text-align: center;  		
	background-color: #fc0;
        padding: 0px;
}
.footer {
	border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #000000;
        height: 20px;
	width: 400px;
	font-weight: normal;	
	font-size: 12px;	
	font-family: arial;	
	color: #000000;	
	vertical-align: middle;		
	text-align: center;  		
	background-color: #FFFFFF;
        padding: 0px;
}
.footer a:hover {	
	color : #000000;	
	text-decoration : underline;	
	background : transparent;
} 

.footer a {	
	color : #fc0;	
	text-decoration : none;	
	background : transparent;
}
input.btn{
   color:#FFFFFF;
   font-family: arial;
   font-size: 12px;
   background-color: #fc0;
   border: 1px solid;
   border-top-color:#fc0;
   border-left-color: #fc0;
   border-right-color: #fc0;
   border-bottom-color: #fc0;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#000000',EndColorStr='#000000');
}