<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: 16px; padding-right: 16px; 
	              border: none;
	              border-color: #000000; background: #ffffff; }
	table td.spl { padding: 4px; padding-left: 16px; padding-right: 16px; 
	              border: none;
	              margin: 1px;
	              border-color: #000000; background: #ffffff; }
	table th    { padding: 4px; padding-left: 15px; padding-right: 15px; border-style: solid; border-width: 2px; border-color: #000000; background: #b4d0dc; }

	a:link    { color: #020248; }
	a:visited { color: #080840; }
	a:active  { color: #020202; }
	a:focus   { color: #303068; text-decoration: none; background: #a0a0c0; }
	a:hover   { color: #303068; text-decoration: none; background: #a0a0c0; }

	a.thumb:link    { color: #020202; border-style: none; border-width: 0px; text-decoration: none; }
	a.thumb:visited { color: #020202; border-style: none; border-width: 0px; text-decoration: none; }
	a.thumb:active  { color: #020202; 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; }

	div.bthumb       { font-size: 90%; background: #ecf8ff; float: left; spacing: 4px; padding: 5px; border-style: none;  border-width: 1px; border-color: #000000; }
	div.bthumb:hover { font-size: 90%; background: #a0a0c0; float: left; spacing: 4px; padding: 4px; border-style: solid; border-width: 1px; border-color: #000000;  -moz-border-radius: 4px;}
	div.bthumb:focus { font-size: 90%; background: #a0a0c0; float: left; spacing: 4px; padding: 4px; border-style: solid; border-width: 1px; border-color: #000000; }
	div.tthumb       { font-size: 80%; background: #ecf8ff; float: left; spacing: 4px; padding: 5px; border-style: none;  border-width: 1px; border-color: #000000; }
	div.tthumb:hover { font-size: 80%; background: #a0a0c0; float: left; spacing: 4px; padding: 4px; border-style: solid; border-width: 1px; border-color: #000000;  -moz-border-radius: 4px;}
	div.tthumb:focus { font-size: 80%; background: #a0a0c0; float: left; spacing: 4px; padding: 4px; border-style: solid; border-width: 1px; border-color: #000000; }
</style> 


