.company{
	font-family: verdana,arial,helvetica;
	font-size: 15px;
	font-color: #000000;
	font-weight:bold;
}

.slogan {
	font-family: verdana,arial,helvetica;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.magin {
	padding:5px;
}
table { 
	font-size:100%;
} 

.bottom_text {
        font-size: 9px;
        font-family: verdana,arial,helvetica;

}
body { font-size:76%;
	margin:0;
	padding:0;
        font-family:  Helvetica, Ariel, sans-serif;
	background-color:#6C6C6C;
}

h1 {
	font-size:13px;
	line-height:2em;
	padding:0;
	margin:0 0 0 0;
	color:#348017;

}

h2 {
font-size:18px;
	line-height:2em;
	padding:0;
	margin:0 0 0 0;

color:#006633;

}


p {
	margin:10px 10px 0px 6px;
	font-size: 8px
	/*color:#666666;*/
	line-height:1.3em;
	padding:0;
	}



a:link {color:#151B8D; text-decoration: underline;}
a:visited {color: #151B8D; text-decoration: none;}
a:hover {color: #E56717; text-decoration: underline;}
a:active {color: #E56717; text-decoration: underline;}

.bgmenu{ 
	background-color:#3F3F3F;
}
.border{ 
	background-color:#3F3F3F;
	border-top: #FFFFFF solid 1px;
}
.bgwhite{ background-color:#FFFFFF;}
.bgtop{ background-image: url(images/bgtop.jpg);}
.menu_l{background-image: url(images/menu_l.jpg);}
.menu_r{background-image: url(images/menu_r.jpg);}
.menu_t{background-image: url(images/menu_t.jpg);}
.menu_b{ background-color:#3F3F3F;}




/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color:#EEE;
padding: 5px;
left: -1000px;
border: 1px solid #666;
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*/
visibility: visible;
top: 100px;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}