body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/lightbcg.png);
	background-repeat: repeat;
}



.thumbnail{
	position: relative;
	z-index: 0;
	overflow: visible;
	visibility: visible;
	background-image: url(images/document.jpg);
	width: 50;
	height: 50;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 0px;
	left: -1000px;
	border: 1px outset 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:  -100px;
	left: -40px; /*position where enlarged image should offset horizontally */
}
a:link {
	color: #339997;
	text-decoration: none;
}
a:visited {
	color: #339997;
	text-decoration: none;
}
a:active {
	color: #339997;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a {
	font-size: 16px;
}
h1 {
	font-size: 22px;
	color: #339997;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #339996;
	text-align: justify;
	width: 590px;
	clip: rect(auto,auto,auto,auto);
	margin-left: 20px;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #339996;
	text-align: center;
	clip: rect(auto,auto,auto,auto);
	width: 920px;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #339996;
	text-align: center;
	clip: rect(auto,auto,auto,auto);
	width: 570px;
}	.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #339996;
	text-align: center;
	clip: rect(auto,auto,auto,auto);
	width: 130px;
}
.immediate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #339996;
	text-align: justify;
	width: 265px;
	clip: rect(auto,auto,auto,auto);
	margin-left: 20px;
	white-space: normal;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	line-height: 25px;
	height: 130px;
}
.mailto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #339996;
	text-align: justify;
	width: 265px;
	clip: rect(auto,auto,auto,auto);
	white-space: normal;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	text-decoration: underline overline;
}
.terms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #339996;
	text-align: justify;
	width: 880px;
	clip: rect(auto,auto,auto,auto);
	margin-left: 20px;
	margin-right: 20px;
}
span.text {
	color: #339997;
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
}

span.text_bold {
    color: #525163;
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana, Arial, Sans-Serif;
}
.required_star {
	font-size: 16px;
	color:#339997;
}
.input_default {
	/* width: 300; */
    background-color : #FFFFFF;
	font-family: Verdana, Arial, Sans-Serif;
	font-size : 12px;
	color : #339997;
	border: 1px solid #C0C0C0;
	padding: 1px 3px 1px 3px;
	background-image: url(images/lightbcg.png);
}
.send {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 900;
	color: #339996;
	text-align: center;
	width: 150px;
	clip: rect(auto,auto,auto,auto);
	height: 50px;
	background-image: url(images/sendbcg.jpg);
	cursor: hand;
	border-top-color: #101010;
	border-right-color: #101010;
	border-bottom-color: #101010;
	border-left-color: #101010;
}
.specialnews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #339996;
	text-align: center;
	clip: rect(auto,auto,auto,auto);
	width: 920px;
	cursor: hand;
}
