.txt_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	text-decoration: none;
}
.txt_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
.txt_welcome {
	font-family: "Trebuchet MS";
	font-size: 30px;
	color: #E0612D;
	text-decoration: none;
	}
.txt_welcome2 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #D8BF99;
	text-decoration: none;
	}
.txt_welcome3 {
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: #E0612D;
	text-decoration: none;
	}
.txt_subheading {
	font-family: "Trebuchet MS";
	font-size: 30px;
	color: #D8BF99;
	text-decoration: none;
	}
.body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.txt_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.txt_footer:hover
{
color:#000000; 
}
.txt_copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.txt_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E0622E;
	font-weight:bold;
	text-decoration: none;
}
.txt_menu:hover
{
color:#990000;
}
.txt_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.thumbnail{
position: inherit;
z-index:0;
}

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color:#ffffff;
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: 0;
left: 490px; /*position where enlarged image should offset horizontally */
}
.txt_subheading1 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #E0612D;
	text-decoration: none;
	font-weight:bold;
}

.txt_top 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC3300;
	text-decoration: none;
}
