/* CSS Document */

body {
	background-image:url(images/backgrnd.jpg);
	font-family:Arial, Helvetica, sans-serif;
	margin-top:0px;
	font-size:.8em;
	color:#019932;
}

.basetable {
	background-color:#FFFFFF;
}

.lefttable {
	background-image:url(images/leftback.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.righttable {
	background-image:url(images/rightback.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.righttable2 {
	background-image:url(images/rightback2.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

h1{
	font-size:1.4em;
}

p{
	text-align:justify;
}

.boxborders{
	border-color:#019932;
	border-style:outset;
	border-width:1px;
}

.boxtitles{
	font-size:1em;
	font-weight:bold;
}

.boxtext{
	font-size:.8em;
}

.topmenu:link{
	font-size:.9em;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

.topmenu:visited{
	font-size:.9em;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

.topmenu:hover{
	font-size:.9em;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:underline;
}

.rightmenu:link{
	font-size:1.3em;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

.rightmenu:visited{
	font-size:1.3em;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

.rightmenu:hover{
	font-size:1.3em;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:underline;
}

.boxmenu:link{
	color:#019932;
	font-weight:bold;
	text-decoration:none;
}

.boxmenu:visited{
	color:#019932;
	font-weight:bold;
	text-decoration:none;
}

.boxmenu:hover{
	color:#019932;
	font-weight:bold;
	text-decoration:underline;
}



.contactdetails{
	font-size:1.2em;
	font-weight:700;
	line-height:1.3em;
}