/*********************************************
* Author:     John Caton                    *
                       *
*********************************************/

/* 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: 18px;
	font-style: normal;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 5px;
	text-align: center;
	color: #000000;}
	
h3 {font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #000000;}

h4  {font-family: Arial;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 5px;
	text-align: center;
	color: #000000;}

h5 {font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	color: #000000;}
h6 {font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
	margin-top: 8px;
	text-align: center;
	color: #000000;}
	
p   {font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;}

.displayhead {font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-bottom: 10px;}
	
.displaytext {font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-bottom: 10px;}

.quote   {font-family: Arial;
	font-size: 12px;
	font-style: italic;
	text-align:right;
	color: #000000;}
	

	
.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: 12px;
	font-weight: bold;}
	
.bolditalictext   {font-size: 12px;
	font-weight: bold;
	font-style: italic}
	
.italic   {font-size: 12px;
	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:#0000FF;
	text-decoration:none;}
	
a:visited {
	color:#0000FF;
	text-decoration:none;}

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

a:active {
	color:#0000FF;
	text-decoration: underline;}

.linkdummy {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin-left: 10px;
	margin-right: auto;
	color:#FFFE87;
	text-decoration: none;}
	
.subnav {
	margin-top: 20px;}

.subnav2 {
	margin-top: 0px;}

.subnav3 {
	margin-top: 0px;}

.seclinkindent  { margin-top: 10px; margin-left: 10px; font-family: arial, verdana, sans-serif; font-size: 16px; font-weight: bold; text-decoration: underline; color: #0000FF; line-height: 16px; text-align: left; }

.parahead2 {font-family: Arial;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 5px;
	text-align: center;
	color: #C1E672;}


.parahead {	
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #C1E672;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 10px;}

.para {	
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #C1E672;
	text-align: justify;
	margin-right: 10px;
	margin-left: 10px;}




