body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}.headingMain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #339900;
	font-weight: bold;
}
.firstPara {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.footerLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #DDDDDD;
}
.footerRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #EEEEEE;
}
textBold {
	font-weight: bold;
}
.pageTitle {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #B4EFAD;
	font-weight: bold;
}
.dots {
	background-image: url(images/dots.gif);
	background-repeat: repeat-y;
}
.dots2 {
	background-image: url(images/dots2.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.dotsLogo {

	background-image: url(images/fooch_logo_dots.gif);
	background-repeat: no-repeat;
}

a:visited {
	text-decoration: none;
	color: #666666;
}
a:active {
	color: #339900;
	text-decoration: underline;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #336600;
	text-decoration: underline;
}
.dotted_line {
	background-image: url(images/dotted_line.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.body_Head {
	font-weight: bold;
	color: #339900;
}
.body_SubHead {
	font-weight: bold;
	color: #000000;
}
.body_Bold {
	font-weight: bold;
}
.pageTitleSub {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
.pageTitleSubColour {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B4EFAD;
	font-weight: bold;
}

.pageTitleAdmin {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #CC0000;
	font-weight: bold;
}
.black_overlay {
            display: none;
            position: absolute;
            top: 0%;
            left: 0%;
            width: 100%;
            height: 100%;
            background-color: black;
            z-index:1001;
            -moz-opacity: 0.8;
            opacity:.80;
            filter: alpha(opacity=80);
        }
.white_content {
            display: none;
            position: absolute;
            top: 25%;
            left: 25%;
            width: 50%;
            height: 50%;
            padding: 16px;
            border: 16px solid orange;
            background-color: white;
            z-index:1002;
            overflow: auto;
        }

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color:  #EEEEEE;
padding: 5px;
left: -1000px;
/*border: 1px dashed gray;*/
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -50px;
left: -50px; /*position where enlarged image should offset horizontally */
}