/* CSS Document */
.style7 {
	color: #62AAF4;
	font-weight: bold;
}
.style8 {color: #40FCFC}

.style2 {
	font-size: 17px;
	font-weight: bold;
}
.style6 {font-size: 12px}


.style1 {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF; 
	text-decoration:none;
}

.style1 {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF; 
	text-decoration:none;
}


.style1 A{
	font-size: 11px; 
	text-decoration:none;
	color: #FFFFFF; 
	font-family: Tahoma;
}

.style1 A:hover{
	font-size: 11px;
	
	color: #FFFFFF; 
	font-family: Tahoma;
	text-decoration:underline;
}


.bgrd
{
	background-image: url("../images/bgrd.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-color:BLACK;
}

#chromemenu{
width: 100%; 


}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{

width: 100%;
background: url(chromebg.gif) center center repeat-x;
padding: 10px 0;
margin: 0;
text-align: center; /*set value to "right" for example to align menu to the left of page*/
}

#chromemenu ul li{

display: inline;
}

#chromemenu ul li a{
font: 11px Tahoma; 
text-decoration:none;
color: #ffffff;
font-weight: bold;
padding: 12px;
margin: 0;
text-decoration: none;
border-right: 1px solid #bbbbbb;
}

#chromemenu ul li a:hover{
background: url(chromebg2.gif) center center repeat-x;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

