.Cheader
{
    COLOR: #ffffff;
    FONT-FAMILY:  Verdana;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}

.gen
{
    COLOR: black;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}
.genS
{
    COLOR: white;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 12pt;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}

.genWhiteS
{
    COLOR: white;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}

.genblue9
{
    COLOR: #313991;
    FONT-FAMILY:  Verdana;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: none;
    TEXT-DECORATION: none
}

.genblue10
{
    COLOR: #313991;
    FONT-FAMILY:  Verdana;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}

.genblue11
{
    COLOR: #313991;
    FONT-FAMILY:  Verdana;
    FONT-SIZE: 11pt;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}

.gen9black
{
    COLOR: black;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}
.genmaroon10
{
    COLOR: #981B1E;
    FONT-FAMILY:  Verdana;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}
.genmaroon11
{
    COLOR: #981B1E;
    FONT-FAMILY:  Verdana;
    FONT-SIZE: 11pt;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}
.genwhite
{
    COLOR: white;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}
.genwhiteS
{
    COLOR: white;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}

A.genwhite:link
{
    COLOR: white;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}

A.genwhiteS:link
{
    COLOR: white;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}

A.genwhiteS:active
{
    COLOR: white;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}

A.genwhite:active
{
    COLOR: white;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}

A.genwhite:visited
{
    COLOR: white;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}

A.genwhite:hover
{
    COLOR: #898fd4;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}

A
{
    COLOR: black;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt;
	FONT-WEIGHT: none;
    TEXT-DECORATION: underline
}

A:hover
{
    COLOR: black;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt;
	FONT-WEIGHT: none;
    TEXT-DECORATION: underline
}

.genwhite:hover
{
COLOR: white;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}

.btlink
{  
	font-family: Verdana; 
	font-size: 8pt; 
	color: black;
    FONT-WEIGHT: normal;
	text-decoration: underline
}
.btlink:hover
{
	font-family: Verdana; 
	font-size: 8pt; 
	color: black;
    FONT-WEIGHT: normal;
	text-decoration : underline
}
.btlinkhot 
{  
	font-family: Verdana; 
	font-size: 8pt; 
	color: black;
    FONT-WEIGHT: normal;
	text-decoration: none
}
.btlinkhot:hover 
{
	font-family: Verdana; 
	font-size: 8pt; 
	color: black;
    FONT-WEIGHT: normal;
	text-decoration : none
}

A.genblue10
{
    COLOR: #313991;
    FONT-FAMILY:  Verdana;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}
A.genblue10:hover
{
    COLOR: red;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 10pt;
	FONT-WEIGHT: none;
    TEXT-DECORATION: underline
}
A.genmaroon10
{
    COLOR: #981B1E;
    FONT-FAMILY:  Verdana;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}

A.genmaroon10:hover
{
    COLOR: #981B1E;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 10pt;
	FONT-WEIGHT: none;
    TEXT-DECORATION: underline
}
.btlink1 
{  
	font-family: Verdana; 
	font-size: 8pt; 
	color: #981B1E;
    FONT-WEIGHT: normal;
	text-decoration: underline
}
.btlink1:hover 
{
	font-family: Verdana; 
	font-size: 8pt; 
	color: #981B1E;
    FONT-WEIGHT: normal;
	text-decoration : underline
}
.bluesmall { font-family:  Verdana; background-color: #0050CF; font-size: 9pt; color: #FFFFFF; font-weight: bold}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -500px;
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: 35px;
left: -150px; /*position where enlarged image should offset horizontally */

}

	.dvGalleyDisp
{
	width:145px;
	border:1px solid #CCCCCC;
	overflow:hidden;
	background:#FFFFFF;
}
.galImage
{
	width:100%;
	height:110px;
	overflow:hidden;
	border:2px solid #FFFFFF;
	border-left:0px;
}
.galInfo
{
	border-top:1px solid #CCCCCC;
	font-size:11px;
	font-family:Tahoma;
	padding:4px;
	background:#F5f5f5;
}
