body
{
	background-color: #000000;
	color: #FFFFFF;
}

#navigation a {
	font:10px arial;
	color: #898989;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #888888;
	text-decoration:underline;
	}


.thumbnail{
position: relative;
z-index: 0;
}

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: black;
padding: 5px;
left: -1000px;
border: 0px;
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: -50px;
left: 25px; /*position where enlarged image should offset horizontally */

}







.footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
	background-color: #000000;
	font-weight: normal;
	padding-right: 10px;
}

.testhead
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #898989;
	background-color: #000000;
	font-weight: normal;
}

.testbody
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #989898;
	background-color: #000000;
	font-weight: normal;
}

.testbodyright
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	color: #989898;
	background-color: #000000;
	font-weight: normal;
}

.packhead
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #898989;
	background-color: #000000;
	font-weight: bold;
}

.packbody
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 140%;
	text-align: justify;
	color: #989898;
	background-color: #000000;
	font-weight: normal;
}

.packbodyright
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 70%;
	text-align: right;
	color: #989898;
	background-color: #000000;
	font-weight: normal;
}

.style4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #989898;
	background-color: #000000;
	font-weight: normal;
}

div.scrollbox 
{
background-color:#000000;
width:750px;
height:300px;
margin:0px auto;
text-align:left
border: dotted #000066 thin;
overflow: auto;

}



a{text-decoration: none;color: #FFFFFF; } 
a:hover, a:active, a.hoverme:hover, a.hoverme:active, a.santikara:hover, a.santikara:active{color: #475357; } 
a.hoverme{ color: #888888; }
a.santikara{ color: #FF6600; }
a img {border: none; }