.bodytext {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	line-height: 1.5em;

	color: #333333;

}

.bodytextpurple {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	line-height: 1.5em;

	color: #643A71;

}

.bodytextlge {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	line-height: 1.5em;

	color: #333333;

}

h1 { 
display: inline; 
}

.bodysmlgrey {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #666666;

}







/* scrolling div */





#contentDiv1 {

	position: relative;

	width:250px;

}

#viewportDiv1 {

	overflow: auto;

	position: absolute;

	height: 209px;

	width: 250px;

	background-color: #FFFFFF;

}

.titletext {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 24px;

	color: #643A70;
	font-weight:normal;

}

.basetext {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #CCCCCC;

}





/* image popup */





.thumbnail{

position: relative;

z-index: 0;

}



.thumbnail:hover{

background-color: transparent;

z-index: 50;

}



.thumbnail span{ /*CSS for enlarged image*/

	position: absolute;

	left: -1000px;

	border: 1px solid #CCCCCC;

	visibility: hidden;

	padding: 3px;

	background-color: #FFFFFF;

}



.thumbnail span img{ /*CSS for enlarged image*/

	border-width: 0;

}



.thumbnail:hover span{ /*CSS for enlarged image on hover*/

visibility: visible;

top: -70px;

left: 40px; /*position where enlarged image should offset horizontally */



}

.formfieldmed {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

	color: #333333;

	background-color: #F8F8F8 !important;

	height: 18px;

	width: 170px;

	border: 1px solid #563260;

	padding-top: 2px;

	padding-left: 2px;

}

.formtextareamed {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

	color: #333333;

	background-color: #F8F8F8 !important;

	height: 50px;

	width: 170px;

	border: 1px solid #563260;

}

#scrollNotice {

	position: fixed;

	top: 290px;

	right: 1px;

	width: 230px;

	height: 220px;

	margin: 0px;

	padding: 0px;

	border: 0px;

	background: transparent;

}

