body {
   background: white;
   font-size: 12px;
   font-family: arial, verdana, times;
   }

.smalltext 		{ font-size: 6.5pt; }
td { font-size: 12px; }
td.blue-back 	{ background: #202224; }
   
a:link, a:visited {
   color: #014b7a;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
   
#pagetitle {
   font-size: 16pt;
   font-weight: bold;
   color: #FFF;
   background: #024678;
   padding: 5px;
   font-family: arial, verdana, times;
   }    

div#divider {
   padding-top: 1em;
   border-top: 1px solid #000;
   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.alphawest.com.au/" attr(href) ") ";
   }
   
 /* 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; }
 
h1, h2, h3, h4, h5, h6 {
	display: block;
	font-weight: bold;
}

h1 {
	font-size: 150%;
	padding-bottom: 0px;
	margin-bottom: 7px;
	color: #024678;
}

h2 {
	font-size: 140%;
	padding-bottom: 0px;
	margin-bottom: 5px;
	color: #044879;
}
h3 {
	font-size: 130%;
	padding-bottom: 0px;
	margin-bottom: 5px;
	color: #044879;
}
h4 {
	font-size: 120%;
	padding-bottom: 0px;
	margin-bottom: 5px;
	color: #d00000;
}
h5 {
	font-size: 110%;
	padding-bottom: 0px;
	margin-bottom: 5px;
	color: #d00000;
}
h6 {
	font-size: 100%;
	padding-bottom: 0px;
	margin-bottom: 5px;
	color: #d00000;
}
