body { 
	background-color: #FFFCED; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.leftsha {
	background-image: url(images/left_sha.png);
	background-repeat: repeat-y;
	background-position: right top;
	width:5px;
}

.rightsha {
	background-image: url(images/right_sha.png);
	background-repeat: repeat-y;
	background-position: left top;
	width:5px;
}

.footer	{
	background-image: url(images/footer.jpg); 
	background-repeat: no-repeat;
	background-position: center top;
	height:80px;
}

.footer_link {
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:#000000;
}

a.footer_link {
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:#000000;
}

a.triad:hover {
	color: #526820;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

.copyright {
	color: #000000;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

.triad {
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:#FFFFFF;
}

a.triad:link {
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:#FFFFFF;
}

a.triad:visited {
	color: #ffffff;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

a.triad:active {
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
}

a.triad:hover {
	color: #FCA953;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

.content {
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	line-height:20px;
	color:#010101;
	text-align:justify;
}

.red_txt {
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	line-height:20px;
	color: #FF0000;
}

.content_b {
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	line-height:20px;
	color:#010101;
}

.content_green {
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	font-style: normal;
	font-weight: bold; 
	line-height:20px;
	color:#526820;
	text-align:justify;
}

.content_colour {
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	font-weight: bold; 
	line-height:20px;
	color:#526820;
	text-align:justify;
}

.content_link {
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	font-style: normal;
	font-weight: bold; 
	line-height:20px;
	color:#526820;
}

a.content_link {
	color:#526820;
	text-decoration: none;
}

a:hover.content_link {
	color:#526820;
	text-decoration: underline;
}

.form {
	background-color:#FFFFFF;
	border: 1px solid #526820;
	width: 200px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #3B220C;
	text-align: justify;
	font-weight: normal;
	padding: 2px;
}

.submit {
	background-color: #526820;
	width: 80px;
	height: 25px;
	border: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #E6D7A7;
	text-align: center;
	font-weight: bold;
	padding: 2px;
	cursor: hand;
}