body {
   background: white;
   font-size: 11pt;
   font-family: arial, verdana, times;
   }
 
.smalltext 		{
	font-size: 10pt;
}
td.black-back 	{ background: #000; }
   
a:link, a:visited {
	color:#00848b;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
   }
   
#pagetitle {
	font-size: 18pt;
	font-weight: bold;
	color: #FFF;
	padding: 5px;
	font-family: arial, verdana, times;
	background-color: #00848b;
	border-bottom-style: solid;
   }    
 
div#divider {
   padding-top: 1em;
   border-top: 1px solid #000;
   width: 100%;
   }   
   
#wrapper, #content {
   width: 860px;
   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.sam.co.za/" 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; }
 
.smalltextgreen {
	font-size: 12pt;
	font-weight: bold;
	color: #00848b;
}
