.Left { margin-right: 10px } /* adds space to right of left-aligned image */
.Right { margin-left: 10px } /* adds space to left of right-aligned image */
.floatleft {float:left; margin-right: 10px }

H1 { 
	font-size: 25pt;
	font-weight: 600;
	color: #006600;
 }


BODY { background-color: #FFFFFF;
	font-size: 10pt;
	font-weight: normal;
	color: #006600;
	font-style: normal;
	letter-spacing: normal;
	word-spacing: normal;
	scrollbar-3d-light-color:#E4F2E5;
	scrollbar-arrow-color:#006600;
	scrollbar-base-color:#006600;
	scrollbar-dark-shadow-color:#E4F2E5;
	scrollbar-face-color:#E4F2E5;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#006600;
	font-family: "Tahoma", "Helvetica", "Arial", "Sans-serif"; 
	text-decoration: none;
	margin-top: 0;
	margin-left: 0;
	margin-right:0;
 }


A:visited { color: #006600;
	background: transparent; }

A:link { color: #006600;
	background: transparent; }

A:hover { color: #00CC66;
	background: transparent; }

.photo
{
 padding: 5px;
 margin: 5px;
 border-color: #006600;
 border-style: solid;
 border-width: 1px;
 text-align:center;
}

.floatboxright
{
float:right;
width: 300px;
 border-color: #006600;
 border-style: solid;
 border-width: 1px;
 padding: 5px;
 margin: 5px;
 text-align:center;
}

.important
{
	font-weight: bold;
	color: #FF0000;
}

a.MenuButtons:link, a.MenuButtons:visited {
	color: #006600;
	background-image: url(http://www.lorahspaps.co.uk/common/button_menu.jpg);
	background-repeat: no-repeat;
	width: 143px;
	float: left;
	height: 26px;
	text-decoration: none;
	padding-left: 10px;
	line-height: 25px;
	background-position: 5px;
	font-size: 11px;
	font-weight: bold;
}
a.MenuButtons:hover {
	color: #FFFFFF;
	background-image: url(http://www.lorahspaps.co.uk/common/button_hover.jpg);
	background-repeat: no-repeat;
	width: 143px;
	height: 26px;
	text-decoration: none;
	line-height: 25px;
	background-position: 5px;
}
a.MenuButtons:active {
	color: #333333;
}

.newsText {
	padding-left: 16px;
	float: left;
	padding-right: 8px;
}




