A:link 		{color: #e2a636; text-decoration: underline }
A:visited 	{color: #e2a636; text-decoration: underline}
A:hover 	{color: #4d7da3; text-decoration: underline }
A:active	{color: #e2a636; text-decoration:underline;}

body {
	/* bg colour of the inner section, true bg colour is #CBA755 */
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 00px;
	margin: 0 0 0 0px;
}

/* div tag has been removed due to conflict with photo gallery styles */
p, td, th, blockquote, dl, ul, ol, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #173657;
	line-height: 15px;
}

td {
	vertical-align: top;
}

.heading1 {
	font-size: 14px;
	font-weight: bold;
	color: #173657;
	line-height: 17px;
}

.heading2 {
	font-size: 14px;
	font-weight: bold;
	color: #4d7da3;
	line-height: 17px;
}

.txtBodyRed {
	color: #FF3300;
}

.txtBody1 {
	color: #173657;
}

.txtBody2 {
	color: #4d7da3;
}

.txtMenuOff {
	font-size: 11px;
	font-weight: bold;
	color: #D9E4EC;
}

.txtMenuOff a:link, .txtMenuOff a:visited { text-decoration: none; color:#B7CCDB; }
.txtMenuOff a:hover { text-decoration: none; color:#1b3a5f; }
.txtMenuOff a:active { text-decoration: none; color:#B7CCDB; }

.txtMenuOn {
	font-size: 11px;
	font-weight: bold;
	color: #E1A533;
}

.txtMenuOn a:link, .txtMenuOn a:visited { text-decoration: none; color:#E1A533; }
.txtMenuOn a:hover { text-decoration: none; color:#E7B459; }
.txtMenuOn a:active { text-decoration: none; color:#E1A533; }

.txtNavLink {
	font-size: 12px;
	color: #D9E4EC;
}

.txtNavLink a:link, .txtNavLink a:visited { text-decoration: underline; color:#B7CCDB; }
.txtNavLink a:hover { text-decoration: underline; color:#1b3a5f; }
.txtNavLink a:active { text-decoration: underline; color:#B7CCDB; }

.txtCopyright {
	font-size: 10px;
	color: #ffffff;
}

textarea {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	border: 1px #e2a636 solid;
	background-color: #FEFCF7;
}

.txt {  
	margin-top: 2px;
	margin-bottom: 4px;
	border: 1px #e2a636 solid;
	width: 204px;
	height: 22px;
	background-color: #FEFCF7;
}

.securePadlockImg {
	float: right;
	margin-bottom: 20px;
	margin-left: 10px;
}