body {
   background: white;
   color: #3a3631; 
   font-size: 11pt;
   font-family: arial, verdana, times;
   }

.smalltext 		{ font-size: 6.5pt; }
td.black-back 	{ background: #000; }
   
a:link, a:visited {
   color: #005555;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
   
#pagetitle {
   font-size: 16pt;
   font-weight: bold;
   color: #3a3631;
   background: #fff;
   border-bottom: 2px solid #01A994;
   padding: 5px;
   font-family: arial, verdana, times;
   }    

div#divider {
   padding-top: 1em;
   border-top: 1px solid #3a3631;
   width: 100%;
   }   
   
#wrapper, #content {
   width: auto;
   margin: 1% 1%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
  
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 100%;
   }
   
#content a[href^="/"]:after {
   content: " (http://www.meoaustralia.com.au/" attr(href) ") ";
   }
   
table {
	margin-top: 10px;
}
   
 /* Forms */
  
 input, textarea, select{ font-family: Arial, Verdana, Helvetica, Sans-Serif; border: 1px solid #656565; font-size: 11px; padding: 3px; }
 .button			    { background: #F1F1EF; color: #000; font-size: 10px; border: 1px solid #656565; height: 22px; line-height: 9px; }
 
