body {scrollbar-arrow-color : #00005e68;}
h1.seo {display: none}
.menu input {color:#005e68; 
	font-family:tahoma,arial,helvetica,sans-serif; font-size:10px; 
	font-weight:bold;}
.menu a {color:#005e68;text-decoration:none;
	font-family:tahoma,arial,helvetica,sans-serif; font-size:12px; 
	font-weight:bold;}
.menu a:hover {color:#ffa197;}
.blog table {border-left:#005e68 1px solid; padding-left:3px;
	 padding-right:3px; padding-top:3px; padding-bottom:3px;}
.blog tr {valign:top;}
.blog td {background-color:#00bec8;}
.blog h1 {color:#005e68;
	font-family:tahoma,arial,helvetica,sans-serif; font-size:12px; 
	font-weight:bold;}
.blog p {font-family:tahoma,arial,helvetica,sans-serif; font-size:10px;}
.blog li {font-family:tahoma,arial,helvetica,sans-serif; font-size:10px;}
.links0 h1 {backgroung-color:#00eeee; color:#005e68;
	font-family:tahoma,arial,helvetica,sans-serif; font-size:14px; 
	font-weight:bold;}
.links0 a {text-decoration:none;
	font-family:tahoma,arial,helvetica,sans-serif; font-size:12px; 
	font-weight:bold; color:#009e68;}
.links0 a:visited{color:#005ea8;}
.links0 a:hover{color:#00eeee;}
.links0 table {padding-left:3px; padding-right:3px; padding-top:3px; 
	padding-bottom:3px;}
.links0 tr {valign:top;}
.links0 td {border-left:#005e68 1px solid; border-right:#005e68 1px solid;
	border-top:#005e68 1px solid; border-bottom:#005e68 1px solid;}
a.links1 {text-decoration:none;
	font-family:tahoma,arial,helvetica,sans-serif; font-size:12px; 
	font-weight:bold; color:#00de68;}
a.links1:visited{color:#005ee8;}
a.links1:hover{color:#00eeee;}
.adds table {border-left:#005e68 1px solid;}
.h {display: none;}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.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: -1000px;
        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: 0; 
        left: 60px; /*position where enlarged image should offset horizontally */
        }