BODY
{
    FONT-FAMILY: tahoma;
    BACKGROUND-COLOR: #B9B9B9
}




.FORM
{
    FONT-SIZE: 12px;
    COLOR: #000000;
    BACKGROUND-COLOR: #ffffff;
	font-family: tahoma, Arial, Helvetica, sans-serif;
}

TABLE.TopPage
{
    BORDER-RIGHT: #FFFFFF 1px solid;
    BORDER-TOP: #FFFFFF 10px solid;
    BORDER-LEFT: #FFFFFF 20px solid;
    BORDER-BOTTOM: #FFFFFF 10px solid
}

.red
{
    COLOR: #FF0000;
    font-weight: bold;
}

.blue
{
    COLOR: #0000FF;
    font-weight: bold;
}

.search
{
    FONT-FAMILY: tahoma,arial;
    color: #0084BD;
    font-weight: bold;
    FONT-SIZE: 13px
}

.searchString
{
    FONT-FAMILY: tahoma,arial;
    BACKGROUND-COLOR: #FF0000;
    color: #FFFFFF;
    font-weight: bold
}




.title
{
    FONT-FAMILY: tahoma,arial;
    color: #0084BD;
    font-weight: bold;
    FONT-SIZE: 13px;
}

.header
{
    color: #000000;
    BACKGROUND-COLOR: #FFFFFF; 
    FONT-SIZE: 13px;
}

.sectorheader
{
    FONT-FAMILY: tahoma,arial;
    color: #7A847F;
    font-weight: bold;
    FONT-SIZE: 11px;
}




TABLE.Top
{
    BORDER-RIGHT: #DEDEDE 1px solid;
    BORDER-TOP: #DEDEDE 1px solid;
    BORDER-LEFT: #DEDEDE 1px solid;
    BORDER-BOTTOM: #DEDEDE 1px solid;
    BACKGROUND-COLOR: #FFFFFF
}

TR.bottomlinks
{
	font-family: tahoma;
	font-size: 11px;
}
TR.header
{
    BACKGROUND-COLOR: #FFFFFF;
    color: #000000; 
    font-weight: italic;
    FONT-SIZE: 13px
}
TR.Color
{
    BACKGROUND-COLOR: #FFFFFF
}

TR.Color2
{
    BACKGROUND-COLOR: #EEEEEE
}
TD
{
    FONT-SIZE: 11px;
}

A
{
    color: #000000; 
    font-weight: bold;
    FONT-SIZE: 12px;
    text-decoration: none
}
A:hover
{
    color: #C20031; 
    font-weight: none;
    FONT-SIZE: 12px;
    text-decoration: underline
}

A.noline
{
  background-color: transparent;
    FONT-SIZE: 11px;
  color: #0000FF;
  text-decoration: none;
}
A.noline:hover
{
    color: #0000FF; 
    font-weight: none;
    FONT-SIZE: 11px;
    text-decoration: underline
}

A.bottomlinks
{
    color: #000000; 
    font-weight: none;
    FONT-SIZE: 11px;
    text-decoration: none
}
A.bottomlinks:hover
{
    color: #DEDEDE; 
    font-weight: none;
    FONT-SIZE: 11px;
    text-decoration: underline
}


A.toplinks
{
    color: #C20031; 
    font-weight: bold;
    FONT-SIZE: 12px;
    text-decoration: none
}
A.toplinks:hover
{
    color: #000000; 
    font-weight: none;
    FONT-SIZE: 12px;
    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: lightblue;
padding: 5px;
left: -1000px;
border: 1px 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: 60px; /*position where enlarged image should offset horizontally */

}
