/* CSS style sheet */

body, td, tr, th, select, table {
    font-family: Verdana;
    font-size: 8pt;
    color: #0A314A;
    }

html, body * {
	margin: 0;
	padding: 0;
	text-indent: 0;
}

.topmargin {
    font-family: Verdana;
    FONT-SIZE: 8pt;
	margin-top: 7px;
	}
	
.leftmargin {
    font-family: Verdana;
    FONT-SIZE: 8pt;
	margin-left: 25px;
	}
	
a:link,
a:active,
a:visited {
    font-family: Verdana;
    FONT-SIZE: 8pt;
    TEXT-DECORATION: none;
    color: #812600;
    }
    
a:hover {
    font-family: Verdana;
    FONT-SIZE: 8pt;
    color: #cc0000;
    }

a.button:link, a.button:visited {
	font-size: 8px;
	text-decoration: none;
	}

a.button:hover {
	text-decoration: none;
	}

#active_menu {
    font-family: Verdana;
    FONT-SIZE: 11px;
	padding-right: 19px;
	display: block;
	background: url("../img/nav-buttons.jpg") no-repeat;
	background-position: 0px 0px;
	height: 25px;
	line-height: 25px;
	}

a#active_menu:link,
a#active_menu:visited {
	position: relative;
	color: #000000;
	font-weight: normal;
	}

a#active_menu:hover {
	background-position: 0px -25px;
	color: #cc0000;
	font-weight: normal;
	}

div.navigation {
	width: 161px;
	position: absolute;
	text-align: right;
	}

input {
    font-family: Verdana;
    font-size: 8pt;
    text-decoration: none;
    color: #CCCCCC;
    }
textarea {
    font-family: Verdana;
    font-size: 8pt;
    color: #0A314A;
    }
    
.author {
    font-family: Verdana;
    FONT-SIZE: 7pt;
    font-weight: bold;
    font-style: italic;
    color: #D13400;
	}
	
.menutitle {
    cursor: pointer;
    margin-bottom: 0px;
    background-color: #E1E4CE;
    color: #666C41;
    width: 170px;
    padding: 2px;
    text-align: left;
    border: 0px solid #E1E4CE;
    }
    
.submenu {
    cursor: pointer;
    width: 170px;
    text-align: left;
    background-color: #E1E4CE;
    color: #666C41;
    margin-bottom: 0px;
    padding: 0px;
    }
    
.smalltext {
    font-family: Verdana;
    font-size: 7pt;
    color: #666C41;
    }

.title1 {
    font-family: Georgia;
    font-size: 14pt;
    font-weight: bold;
    color: #0A314A;
    }

.subtitle1 {
    font-family: Verdana;
    font-size: 12pt;
    font-weight: bold;
    color: #107DCB;
    }
    
.subtitle2 {
    font-family: Verdana;
    font-size: 12pt;
    color: #107DCB;
    }   
    
.subtitle3 {
    font-family: Verdana;
    font-size: 10pt;
    font-weight: bold;
    color: #CC0000;
    }   
        
.title2 {
    font-family: Georgia;
    font-size: 16pt;
    color: #0A314A;
    }
    
.copyrighttext {
    font-family: Verdana;
    FONT-SIZE: 7pt;
    padding-right: 10px;
    color: #0A314A;
	}
	
.lib_image {
    font-family: Verdana;
    FONT-SIZE: 7pt;
    color: #666C41;
	}
	
A.copyrightlink:link {
    font-family: Verdana;
    FONT-SIZE: 7pt;
    TEXT-DECORATION: none;
    color: #0A314A;
	}
	
A.copyrightlink:visited {
    font-family: Verdana;
    FONT-SIZE: 7pt;
    TEXT-DECORATION:none;
    color: #0A314A;
	}
	
A.copyrightlink:active {
    font-family: Verdana;
    FONT-SIZE: 7pt;
    TEXT-DECORATION: none;
    color: #0A314A;
	}
	
A.copyrightlink:hover {
    font-family: Verdana;
    FONT-SIZE: 7pt;
    color: #cc0000;
	}
	
#tooltip{ 
	background:#EBEDD7;
	border:1px solid #BEC77C;
	color:#FFFFFF;
	font:menu;
	margin:0px;
	padding:3px 3px;
	position:absolute;
	visibility:hidden;
	}
	
A.gallerylink:link {
    font-family: Verdana;
    FONT-SIZE: 8pt;
    TEXT-DECORATION: none;
    color: #0A314A;
	}
	
A.gallerylink:visited {
    font-family: Verdana;
    FONT-SIZE: 8pt;
    TEXT-DECORATION:none;
    color: #0A314A;
	}
	
A.gallerylink:active {
    font-family: Verdana;
    FONT-SIZE: 8pt;
    TEXT-DECORATION: none;
    color: #0A314A;
	}
	
A.gallerylink:hover {
    font-family: Verdana;
    FONT-SIZE: 8pt;
    color: #cc0000;
	}

.highlight img { 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity: 0.4;
	}

.highlight:hover img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	}