#mySlideShow
{
width: 400px;
height: 400px;
}

.whiteNormal {
	font-size:9pt;
	color:#ffffff;
	font-family:arial;
	font-weight: 500;
}
.whiteTitle {
	font-size:21pt;
	color:#ffffff;
	font-family:Tahoma;
	font-weight:bolder;
}
.whiteSub_title{
	font-size:20px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
}
.greenTitle {
	font-size:16pt;
	color:#B3D921;
	font-family:Tahoma;
	font-weight:900;
	background-color:white;
}
.orangeSub_title{
	font-size:14pt;
	color:#D89125;
	font-family:Tahoma;
	font-weight:bolder;
}
.normal {
	font-size:14px;
	color: navy;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:justify;
}
.title {
	font-size:14pt;
	color:#808080;
	font-family:Tahoma;
	font-weight:900;
}
.sub_title{
	font-size:12pt;
	color:#808080;
	font-family:Tahoma;
	font-weight:900;
}
.button {
	text-align:center;
	vertical-align: middle;
	cursor:pointer;
	background-repeat:repeat-x;
}
.button div {
	color:#ffffff;
	font-family:Tahoma;
	font-weight:bolder;
	font-size:13pt;
	margin-top:10px;
}
.list li {
	list-style-type: none;
	margin:5px 0px 5px 0px;
}
.links{
	text-decoration : none;
}
.form{
	text-decoration : none;
}
.button{

}
.whiteTitle{
	font-family:Tahoma;
	font-size:19px;
	margin-left:20px;
	color:white;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}



.formtext{
	border-width: 0px;
}

.page_title{
	font-size:13pt;
	color:#808080;
	font-family:Tahoma;
	font-weight:900;
}
.textarea_ {
	overflow: auto;
	border: 0;
}

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

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

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

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 0px 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*/
visibility: visible;
top: 370px;
left: 200px; /*position where enlarged image should offset horizontally */
z-index: 0;
}