BODY {
	background-color : White;
	font-family : Arial, Helvetica, sans-serif;
}
.maintable {
	border : 2px solid #0C421E;
	background-color : #E3FBE8;
}
/*(
.maincolour {
	background-color : #BBF5C9;
}
*/
body, p, table{
	color:#333333;
}
p{
	margin-top:2px;
	margin-bottom:2px;
}
a:link, a:active, a:visited{
	color:#693954;
	font-weight: bold;
	text-decoration:none;
}
a:hover{
	color:#693954;
	font-weight: bold;
	text-decoration:underline;
}
td.mainpanel{
	padding: 10px;
	color : #333333;
	background-color:#bfddcc;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : normal;
	font-weight : bold;
	word-spacing : 2px;
	line-height : 20px;
}
td.mainpanel h2{
	color : #333333;
	font-weight:bold;
	font-family : "Times New Roman", Times, serif;
	margin-top:4px;
	margin-bottom:6px;
}
hr{
	clear:both;
	margin-bottom:12px;
	margin-top:8px;
	width: 300px;
}
td.menubar{
	background-image:url(images/menubar.gif);
	background-repeat:repeat-x;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	letter-spacing : 1px;
	text-transform: uppercase;
	height:31px;
	vertical-align:middle;
}
td.menubar a.menu{
	padding:6px 10px 0px 10px;
	color:#ffffff;
	text-decoration:none;
	background-image: url(images/menusep.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
td.menubar a.menu:hover{
	background-color:#0C421E;
	text-decoration:none;
}
a.more:link, a.more:active, a.more:visited{
	padding:8px;
	color:#ffffff;
	background-color:#693954;
	text-decoration:none;
}
a.more:hover{
	padding:8px;
	color:#ffffff;
	background-color:#0C421E;
	text-decoration:none;
}

td.mainpanel img{
	margin-right:10px;
	margin-bottom:10px;
}
td.sidepanel {
	background-color : #693954;
	color: #FFE5E5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	word-spacing: 2px;
	text-align:center;
	padding: 12px 6px 12px 6px;
}
td.sidepanel h1{
	font-family : "Times New Roman", Times, serif;
	font-size:20px;
}
td.sidepanel h2{
	font-family : "Times New Roman", Times, serif;
	font-size:16px;
}
td.sidepanel hr{
	width: 100px;
}	
td.sidepanel a:link, td.sidepanel a:active, td.sidepanel a:visited{
	color:#ffffff;
	font-weight: bold;
	text-decoration:underline;
}
td.sidepanel a:hover{
	color:#000;
	font-weight: bold;
	text-decoration:underline;
}



.small{
	font-size:10px;
}
td.prompt{
	font-size:10px;
	text-align:right;
	padding-right:10px;
}
.tiny {
	font-size : 1px;
}
.copyright {
  font-family:verdana, arial, sans-serif; 
  font-size:10px; 
  color:#c0c0c0;
}
a.copyright:link, a.copyright:active, a.copyright:visited {
  color:#c0c0c0;
	font-weight:normal;
  text-decoration:none;
}
a.copyright:hover{
  color:#000000;
	font-weight:normal;
  text-decoration:underline;
}
.textbutton{
	background-color : #BBF5C9;
	color : #0C421E;
	cursor : pointer;
}
.textbuttonover {
	color : #0C421E;
	background-color : #D4A2C3;
	cursor : pointer;
}
.f{
	width : 300px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : #0C421E;
	background-color : #BBF5C9;
}
select{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : #0C421E;
	background-color : #BBF5C9;
	border : 1px solid;
	width: 200px;
}
td.sidepanel p{
	color:#FFFFFF;
}
table.contact{
	color : #333333;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : normal;
	font-weight : bold;
	word-spacing : 2px;
	line-height : 20px;
}
.clear{
	clear:both;
}