/* Web Design by Future Visions Web and IT Services */

/* links */

a:link
	{text-decoration: none;
	 color: black;}


a:visited
	{text-decoration: none;
	 color: black;}

a:hover
	{text-decoration: underline;
	 color: red;}

img
	{border: none;}
	
img.thumb
	{padding: 10px;
	 border: 1px solid darkgray;}

/* standard tags */

body
	{font-family: Tahoma, Trebuchet MS, Arial;
	 font-size: 10pt;
	 margin: 0px;
	 background-color: #363636;
	 color: firebrick;}
	 
h1
	{color: firebrick;
	 font-size: 16pt;
	 font-family: Tahoma, Trebuchet MS, Arial;}

h2
	{color: firebrick;
	 font-size: 14pt;
	 font-family: Tahoma, Trebuchet MS, Arial;}

ul
	{;}

p
	{color: firebrick;
	 line-height: 22px;}

li
	{margin-top: -10px;
	 margin-left: -15px;
	 list-style:none url("images/bullet.png");}

input
	{margin: 5px;
	 padding: 3px;
	 border: 1px solid darkgray;
	 font-family: Trebuchet MS, Tahoma, Arial;
	 background-color: white;}

select
	{margin: 5px;
	 border: 1px solid darkgray;
	 font-family: Tahoma, Verdana, Arial;}

textarea
	{margin: 5px;
	 padding: 3px;
	 border: 1px solid darkgray;
	 font-family: Trebuchet MS, Tahoma, Arial;
	 font-size: 10pt;
	 background-color: white;}
	 
/* limited layout */

.thumbbox
	{width: 80px;
	 height: 80px;
	 background-color: white;
	 border: 1px solid darkgray;
	 padding: 10px;}

#titletext
	{color: white;
	 text-align: right;
	 font-size: 35pt;
	 font-family: Trebuchet MS, Tahoma;}

#copyright a
	{vertical-align: middle;
	 color: white;}