<style type=text/css> 
	.bodytxt { text-decoration: none; color : #000000; } 
	.inputBox { border: 1px solid black; width: 190px; } 
	.submitButton { border: 1px solid black; } 

	table       { padding: 1px;
	              border: solid 1px #000;
	              border-spacing: 0px;
	              border-radius: 8px;
	              -webkit-border-radius: 8px;
	              -moz-border-radius: 8px;	
	              background: #4040b0;
	            }
	table td    { padding: 4px; padding-left: 8px; padding-right: 8px; 
	              border: none;
	              border-color: #000000; background: #ffffff; }
	table td.spl { padding: 4px; padding-left: 8px; padding-right: 8px; 
	              border: none;
	              margin: 1px;
	              border-color: #000000; background: #ffffff; }
	table th    { padding: 4px; padding-left: 9px; padding-right: 9px; border-style: solid; border-width: 2px; border-color: #000000; background: #b4d0dc; }

        a         { text-decoration: underline; }
	a:link    { color: #020288; }
	a:visited { color: #080840; }
	a:active  { color: #020242; }
	a:focus   { color: #2020ff; }
	a:hover   { color: #2020ff; box-shadow: 0px 1px 3px 1px #22f; }

	a.thumb:link    { color: #020242; border-style: none; border-width: 0px; text-decoration: none; }
	a.thumb:visited { color: #020232; border-style: none; border-width: 0px; text-decoration: none; }
	a.thumb:active  { color: #020242; border-style: none; border-width: 0px; text-decoration: none; }
	a.thumb:focus   { color: #303058; border-style: none; border-width: 0px; text-decoration: none; }
	a.thumb:hover   { color: #303058; border-style: none; border-width: 0px; text-decoration: none; box-shadow: none; }

	div.bthumb       { height: 220px; font-size: 90%; float: left; margin: 2px; }
	div.bthumb:hover { height: 220px; font-size: 90%; float: left; margin: 2px; }
	div.bthumb:focus { height: 220px; font-size: 90%; float: left; margin: 2px; }

	div.tthumb       { height: 220px; font-size: 80%; float: left; margin: 2px; }
	div.tthumb:hover { height: 220px; font-size: 80%; float: left; margin: 2px; }
	div.tthumb:focus { height: 220px; font-size: 80%; float: left; margin: 2px; }

        img { margin:1px 1px 4px 1px; border:1px solid #fff; box-shadow: 0px 3px 6px 1px #999; }
        img:hover { border:1px solid #88f; box-shadow: 0px 3px 7px 1px #77a; }

        .moveUp { position: relative; top: -2.5rem; background: #fff; opacity: 0.7; }
        .button { background: #eee; width: 100%; }
</style> 

