/*********************************************
* Author:     Danny Clark                    *
* Web:        http://www.aerovisionit.co.uk/ *
* Mail:       info@aerovisionit.co.uk        *
* Version     1.0                            *
*********************************************/

/* headings and text for all pages */

h1 {font-family: Arial;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	color: #383383;}
	
h2 {font-family: Arial;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	color: #383383;}
	
h3 {font-family: Arial;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	color: #999999;}

h4 {font-family: Arial;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	color: #CC0000;}
	
p   {font-family: Arial;
	font-size: 14px;
	font-style: normal;
	color: #333333;}
	
.quote   {font-family: Arial;
	font-size: 12px;
	font-style: italic;
	text-align:right;
	color: #333333;}
	

	
.sublinks   {font-family: Trebuchet MS;
	font-size: 12px;
	font-style: normal;
	margin-left: auto;
	margin-right: auto;
	color: #666666;}
	
.highlighttext   {font-size: 14px;
	font-weight: bold;
	color:#FF0000;}
	
.highlightheading   {font-size: 22px;
	font-weight: bold;
	color:#FF0000;}
	
.boldtext   {font-size: 14px;
	font-weight: bold;}
	
.bolditalictext   {font-size: 14px;
	font-weight: bold;
	font-style: italic}
	
.italic   {font-size: 14px;
	font-style: italic}
	
td  {font-family: Arial;
	font-size: 16px;
	font-style: normal;
	margin-left: auto;
	margin-right: auto;
	color: #333333;}

ul {font-family: Arial;
	font-size: 14px;
	color: #333333;}
	
ol {font-family: Arial;
	font-size: 14px;
	color: #333333;}
	
a:link {
	color:#0066FF;
	text-decoration:none;}
	
a:visited {
	color:#0066FF;
	text-decoration:none;}

a:hover {
	color:#0099FF;
	text-decoration: underline;}

a:active {
	color:#00CCFF;
	text-decoration: underline;}
	
.subnav {
	margin-top: 20px;}
	





