/* main.css - 07 Apr 2003 - triggercommunication
   Cascading Style Sheet used throghout site.
*/
body {
	background-color: #666666; 
	margin: 0px; }
h2, th {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 9pt;
	font-weight: bold; 
	color: #999999; 
	margin-bottom: 0px; }
p, ul, li, td {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 8pt; 
	color: #FFFFFF; 
	margin-top: 0px; }
li {
	list-style-image: url("/images/bullet.gif"); }
h2, table.form {
	margin-left: 17px;
	margin-right: 17px; }		
p {
	margin-left: 17px;
	margin-right: 17px;	
	text-align: justify; }
p.credit {
	color: #999999;
	font-style: italic;
}	
th {
	text-align: left;
	vertical-align: top; }
td {
	text-align: left;
	vertical-align: top; }
td.back2top {
	vertical-align: top;
	text-align: right;
	padding-right: 17px; }		
a, a:link, a:visited, a:active {
	color: #99CCFF;
	text-decoration: none; }
a:hover {
	color: #FFFFFF;
	text-decoration: none; }
p.level3 {
	font-weight: bold; }
p.level4 {
	margin-left: 34px; }		
a.level3, a.level3:link, a.level3:visited, a.level3:active {
	font-weight: bold;
	color: #99CCFF;
	text-decoration: none; }
a.level3:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none; }	
strong {
	font-weight: bold;
	color: #FFFFFF; }	
p.footer {
	font-size: 7pt; 
	color: #CCCCCC; 
	text-align: right; }
input.form, select.form, textarea.form {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 8pt;
	color: #003333;
	background-color: #CCCC99;
	border-color: #003333;
}	
/* Different background colors for different sections: */
body.attitude {
	background-color: #000033; }
body.enquiries {
	background-color: #003333; }	
body.reference {
	background-color: #330033; }	
