body {
	background-attachment: fixed;
	background:#333333; 
	background-repeat: no-repeat;
	background-position: left top;
	scrollbar-arrow-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-face-color:##9F3535;
	scrollbar-highlight-color:#D27B7B;
	scrollbar-darkshadow-color:000000;
	margin: 0px;
	word-spacing: normal;
}
	margin: 0px;
}

.link a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration:none
	color: #000000;
	scrollbar-arrow-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-face-color:##9F3535;
	scrollbar-highlight-color:#D27B7B;
	scrollbar-darkshadow-color:000000;
}
.link a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.link a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.link a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;	
	list-style-type: disc;
}
.heading {
	font-family: arial;
	font-size: 16px;
	color: #B00000;
	font-style:italic;
	font-weight:bold;
	
}

.subheading {
	font-family:arial;
	font-size: 12px;
	font-weight:bold;	
	color:#CC0000;
	text-decoration: none;
}
.sideheading {
	font-family:arial;
	font-size: 11px;
	font-weight:bold;	
	color:#E5E5E5;
	text-decoration: none;
}

.style79 {
	font-size: 12px;
	color:#333333
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.style87 {
	font-size: 14px;
	font-weight: bold;
}
.table1 {
	vertical-align: top;
}
.footer
{
font-family:Arial;
font-size:11px;
color:#F5F5F5;
text-decoration: none;
font-weight:lighter;	
}
.content 
{
	font-family:Arial;
	text-align:justify;
	font-size: 12px;
	font-weight:lighter;
	color: #666666;
	text-decoration: none;	
	word-spacing : 2px;
    line-height: 14pt;
}


.p
{h1 span {
     color: #fff;
     display: block;
     position: absolute;
    
     }

 }

.highlight 
{
	font-family:Arial;
	font-size: 11px;
	color:#CC0000;
	font-weight:bold;
		
}
.highlight1 
{
	font-family:Arial;
	font-size: 11px;
	color:#666666;
	font-weight:bold;
	
	
		
}
.top {
	font-family:arial;
	font-size: 12px;
		
	color:#0099FF;
	text-decoration: none;
	
}
.danceheading {
	font-family:arial;
	font-size: 11px;
	font-weight:bold;	
	color:#CC0000;
	text-decoration: none;
}

.tdbg {
	background-repeat: no-repeat;
	 background-position:center;
	 
}
/*------------------------------------------*/
.gallerycontainer{
	position: relative;
	padding-left:3px;
	background-image:url(gimages/img_prv.gif);
	background-position:right top;
	background-repeat:no-repeat;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
} 

.thumbnail img{
border: 1px solid #000000;
margin: 0 5px 5px 0;
}


.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid red;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
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*/
visibility: visible;
top: 0;
left: 375px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
