/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	margin: 0px;
}

/* Coloured Scrollbar for website

body {
	SCROLLBAR-ARROW-COLOR: #E87B00;
	SCROLLBAR-BASE-COLOR: #E87B00;
	SCROLLBAR-FACE-COLOR: #F9DDB1;
	SCROLLBAR-HIGHLIGHT-COLOR: #FAF2E3;
	SCROLLBAR-SHADOW-COLOR: #FAF2E3;
	SCROLLBAR-3DLIGHT-COLOR: #E87B00;
	SCROLLBAR-TRACK-COLOR: #F9E7CA;
	SCROLLBAR-DARKSHADOW-COLOR: #E87B00;
}
*/

table {
	font-size: 100%;
	color: #333333;
}

table.navigation {
	border-left: 0px;
	border-right: 1px solid #E98512;
	border-bottom: 0px;
	border-top: 0px;
	width: 100%;
}
p {
	margin: 4px 0px 4px 0px;
}
.indent {
	margin: 0px 0px 0px 15px;
}
.indent2 {
	margin: 0px 0px 0px 8px;
}
img {
	color: #330033;
	border: 0px solid #E87B00;
}
hr {
	color: #E87B00;
	border: 1px solid #E87B00;
}
hr.white {
	color: #fffff0;
	border: 1px solid #fffff0;
}


ul {
	margin: 0px 0px 0px 22px;
	list-style-position: outside;
	padding-left: 0px;
	list-style-image: url(/images/interface/bullet1.gif);
	list-style-type: none;
}
.plain {
	margin: 0px 0px 0px 22px;
	list-style-type: disc;
	list-style-image: none;
}



blockquote{
	margin-left: 15px;
	margin-right: 3px;
}
.bullets {
	margin: 0px 0px 0px 22px;
	list-style-position: outside;
	padding-left: 0px;
	list-style-image: url(/images/interface/bullet2.gif);
	list-style-type: none;
}

ol {
	margin: 0px 0px 0px 30px;
	list-style-position: outside;
	padding-left: 0px;
}
form {
	margin: 0px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #E87B00;
	white-space: normal;
	font-size: 100%;
	background-color: #F9E7CA;
}

.textboxorange {
	color: #333333;
	border: 1px solid #E87B00;
	background-color: #F9E7CA;
	height: 20px;
	width: 250px;
	vertical-align: bottom;
}
select {
	font-size: 100%;
	color: #BA6403;
	background-color: #FAF2E3;
	border: 1px solid #E87B00;
}
input {
	font-size: 100%;
	color: #333333;
	border: 1px solid #E87B00;
}
input.pp {
	font-size: 13px;
	color: #333333;
	border: 1px solid #E87B00;
}

textarea.plain {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #D4D4D4;
	border-left: solid 2px;    
	border-top: solid 2px;    
	border-color: #666666;
	white-space: normal;
	font-size: 100%;
	background-color: #FFFFFF;
}

textarea.base {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #E87B00;
	border-left: solid 1px;    
	border-top: solid 1px;    
	border-color: #E87B00;
	background-color: white;
	font-size: 100%;
	
}

textarea.pp {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #E87B00;
	border-left: solid 1px;    
	border-top: solid 1px;    
	border-color: #E87B00;
	background-color: white;
	font-size: 13px;
	
}

select.plain {
	font-size: 100%;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #D4D4D4;
}
input.plain {
	font-size: 100%;
	border-left: solid 2px;    
	border-top: solid 2px;    
	border-color: #666666;
}

a:link {
	text-decoration: none;
	color: #336699;
}
a:visited { 
	text-decoration: none;
	color: #336699;
}
a:active {
	text-decoration: underline;
	color: #336699;
}
a:hover {
	text-decoration: underline;
	color: #336699;
}
a.current:link {
	text-decoration: none;
	color: #E87A00;
}
a.current:visited { 
	text-decoration: none;
	color: #E87A00;
}
a.current:active {
	text-decoration: none;
	color: #E87A00;
}
a.current:hover {
	text-decoration: none;
	color: #E87A00;
}
a.nav:link {
	text-decoration: none;
	color: #333333;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 2px;
	background-color: #F9E7CA;
}
a.nav:visited {
	text-decoration: none;
	color: #333333;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 2px;
	background-color: #F9E7CA;
}
a.nav:active {
	text-decoration: none;
	color: #333333;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 2px;
	background-color: #F9DDB1;
}
a.nav:hover {
	text-decoration: none;
	color: #333333;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 2px;
	background-color: #F9DDB1;
}
.nav {
	color: #333333;
	font-size: 11px;
	line-height: 15px;
	height: 16px;
	width: 113px;
	background-color: #F9E7CA;
}

.nav2 {
	color: #333333;
	font-size: 11px;
	line-height: 15px;
	height: 32px;
	width: 113px;
	background-color: #F9E7CA;
}
a.nav2:link {
	text-decoration: none;
	color: #333333;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 2px;
	background-color: #F9E7CA;
}
a.nav2:visited {
	text-decoration: none;
	color: #333333;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 2px;
	background-color: #F9E7CA;
}
a.nav2:active {
	text-decoration: none;
	color: #333333;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 2px;
	background-color: #F9DDB1;
}
a.nav2:hover {
	text-decoration: none;
	color: #333333;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 2px;
	background-color: #F9DDB1;
}


a.nav_disabled:link {
	text-decoration: none;
	color: #000000;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 2px;
	background-color: #F9DDB1;
}
a.nav_disabled:visited {
	text-decoration: none;
	color: #000000;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 2px;
	background-color: #F9DDB1;
}
a.nav_disabled:active {
	text-decoration: none;
	color: #000000;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 2px;
	background-color: #F9DDB1;
}
a.nav_disabled:hover {
	text-decoration: none;
	color: #000000;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 2px;
	background-color: #F9DDB1;
}
.nav_disabled {
	color: #000000;
	font-size: 11px;
	line-height: 15px;
	height: 16px;
	width: 113px;
	background-color: #F9DDB1;
}

.nav2_disabled {
	color: #000000;
	font-size: 11px;
	line-height: 15px;
	height: 32px;
	width: 113px;
	background-color: #F9DDB1;
}

a.nav2_disabled:link {
	text-decoration: none;
	color: #000000;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 2px;
	background-color: #F9DDB1;
}
a.nav2_disabled:visited {
	text-decoration: none;
	color: #000000;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 2px;
	background-color: #F9DDB1;
}
a.nav2_disabled:active {
	text-decoration: none;
	color: #000000;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 2px;
	background-color: #F9DDB1;
}
a.nav2_disabled:hover {
	text-decoration: none;
	color: #000000;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 2px;
	background-color: #F9DDB1;
}


a.nav_sub:link {
	text-decoration: none;
	color: #333333;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #F9E7CA;
}
a.nav_sub:visited {
	text-decoration: none;
	color: #333333;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #F9E7CA;
}
a.nav_sub:active {
	text-decoration: none;
	color: #333333;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #F9DDB1;
}
a.nav_sub:hover {
	text-decoration: none;
	color: #333333;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #F9DDB1;
}
.nav_sub {
	color: #333333;
	font-size: 10px;
	line-height: 12px;
	height: 13px;
	width: 107px;
	padding-left: 6px;
	background-color: #F9E7CA;
}

.nav2_sub {
	color: #333333;
	font-size: 10px;
	line-height: 12px;
	height: 26px;
	width: 107px;
	padding-left: 6px;
	background-color: #F9E7CA;
}
a.nav2_sub:link {
	text-decoration: none;
	color: #333333;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #F9E7CA;
}
a.nav2_sub:visited {
	text-decoration: none;
	color: #333333;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #F9E7CA;
}
a.nav2_sub:active {
	text-decoration: none;
	color: #333333;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #F9DDB1;
}
a.nav2_sub:hover {
	text-decoration: none;
	color: #333333;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #F9DDB1;
}

a.nav_sub_disabled:link {
	text-decoration: none;
	color: #000000;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #F9DDB1;
}
a.nav_sub_disabled:visited {
	text-decoration: none;
	color: #000000;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #F9DDB1;
}
a.nav_sub_disabled:active {
	text-decoration: none;
	color: #000000;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #F9DDB1;
}
a.nav_sub_disabled:hover {
	text-decoration: none;
	color: #000000;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #F9DDB1;
}
.nav_sub_disabled {
	color: #000000;
	font-size: 10px;
	line-height: 12px;
	height: 13px;
	width: 107px;
	padding-left: 6px;
	background-color: #F9DDB1;
}

.nav2_sub_disabled {
	color: #000000;
	font-size: 10px;
	line-height: 12px;
	height: 26px;
	width: 107px;
	padding-left: 0px;
	background-color: #F9DDB1;
}
a.nav2_sub_disabled:link {
	text-decoration: none;
	color: #000000;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #F9DDB1;
}
a.nav2_sub_disabled:visited {
	text-decoration: none;
	color: #000000;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #F9DDB1;
}
a.nav2_sub_disabled:active {
	text-decoration: none;
	color: #000000;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #F9DDB1;
}
a.nav2_sub_disabled:hover {
	text-decoration: none;
	color: #000000;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #F9DDB1;
}

.footer {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
}
.allcaps {
	text-transform: uppercase;
}
.search {
	text-align: right;
	font-size: 10px;
}
.searchbox {
	color: #333333;
	border: 1px solid #E87B00;
	background-color: #F9E7CA;
	height: 17px;
	width: 110px;
	vertical-align: bottom;
}
.searchbtn {
	vertical-align: middle;
	border: none;
}
.searchheader {
	border: 0px solid #003399;
	background-color: #F2F7FE;
	text-transform: capitalize;
}
.button1 {
	color: #000000;
	font-size: 10px;
	border: 1px solid #E87B00;
	background-color: #F0B460;
}
.buttonorange {
	color: #000000;
	font-size: 100%;
	border: 1px solid #E87B00;
	border-right: solid 2px;    
	border-bottom: solid 2px;  
	background-color: #F9E7CA;
}
.buttonorange2 {
	color: #000000;
	font-size: 13px;
	border: 1px solid #E87B00;
	border-right: solid 2px;    
	border-bottom: solid 2px;  
	background-color: #F9E7CA;
}
.linksnav {
	color: #E87A00;
	text-transform: capitalize;
}
.ghost {
	color: #999999;
}
.highlight {
	color: #BA6403;
}
.highlight2 {
	color: #BA6403;
	font-size: 12px;
}
.tiny {
	font-size: 70%;
}
.xxsmall {
	font-size: 80%;
}
.xsmall {
	font-size: 85%;
}
.small {
	font-size: 90%;
}
.medium {
	font-size: 100%;
}
.medium_bold {
	font-size: 100%;
	font-weight: bold;
}
.large {
	font-size: 110%;
}
.xlarge {
	font-size: 120%;
}
.header1 {
	font-size: 110%;
	font-weight: bold;
	color: #333333;
	text-align: left;
	background-color: #F2F7FE;
	font-family: "Times New Roman", Times, serif;
}

.txtreg {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}

.title {
	font-size: 150%;
	font-weight: bold;
	color: #333333;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
}

.titlea {
	font-size: 150%;
	font-weight: bold;
	color: #333333;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	
}


.header1a {
	font-size: 110%;
	font-weight: bold;
	color: #333333;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
}
.header1b {
	font-size: 110%;
	font-weight: bold;
	color: #333333;
	text-align: left;
	background-color: #F9F2E3;
	font-family: "Times New Roman", Times, serif;
}
.header2 {
	font-size: 11px;
	font-weight: bold;
	color: #003399;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	vertical-align: text-top;
}

.header2a {
	font-size: 10px;
	font-weight: bold;	
	color: #003399;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: text-top;
}

.header3 {
	font-weight: bold;
	color: #333333;
	text-align: left;
	background-color: #F2F7FE;
	font-family: "Times New Roman", Times, serif;
}
.header4 {
	font-weight: bold;
	color: Black;
	text-align: left;
	font-family: Arial;
	font-size: 11px;
	margin-left: 2px;
}
.header4a {
	font-weight: bold;
	color: Black;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	margin-left: 2px;
}
.header5 {
	color: Black;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	margin-left: 2px;
}
.header5a {
	color: Black;
	font-family: Arial;
	font-size: 11px;
	margin-left: 2px;
}
.header5b {
	color: Black;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin-left: 2px;
}
.header5c {
	color: Black;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	margin-left: 2px;
}
.header5d {
	color: Black;
	font-family: Arial;
	font-size: 13px;
	margin-left: 2px;
}

.header6 {
	color: Black;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	margin-left: 2px;
}
.header6a {
	color: Black;
	font-family: Arial;
	font-size: 12px;
	margin-left: 2px;
}
.header7 {
	color: Black;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
}
.header7a {
	color: Black;
	font-family: Arial;
	font-size: 11px;
}
.header8 {
	color: Black;
	font-family: Arial;
	font-size: 10px;
}
.sitemapheader {
	color: Black;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 2px;
}
.sitemap {
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 2px;
}
.sitemapsub {
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 2px;
	padding-left: 20px;
}
.sitemapsub2 {
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 2px;
	padding-left: 40px;
}
.picture1 {
	float: left;
}
.picture2 {
	float: right;
}
.border1 {
	border: 1px solid #E87B00;
}
.border2 {
	border-top: 1px solid #E87B00;
	border-right: 1px solid #E87B00;
	border-bottom: 0px solid #E87B00;
	border-left: 1px solid #E87B00;
}
.border3 {
	border: 1px solid #000099;
}
.background1 {
	border: 0px solid #E87B00;
	background-color: #F9E7CA;
}
.background2 {
	border: 0px solid #003399;
	background-color: #F2F7FE;
}
.background3 {
	border: 0px solid #E87B00;
	background-color: #F9F2E3;
}
.ads {
	font-size: 9px;
	color: #666666;
	text-align: center;
}

table.bluedash { 
	border: 1px dashed #CDDBEF; 
	background-color: #FFFFFF; 
}


.invisible {
	visibility: hidden;
	background-color: #FFFFFF;
	z-index: 99;
	overflow: hidden;
	position: absolute;
}
.etip{
padding-right: 20px;
}
hr.dotted {
	color: #A6A6D9;
	border: thin dotted #A6A6D9;
}
hr.grey {
	color: #9f9f9f;
	border: 1px #9f9f9f;
}

