/*General style sheet for most pages in shawshot main dir
*/

body {font-size: 12px;
/*	 font-size: 8pt; */
		 text-align: center; 
		 font-family: "Times New Roman";
		 colour: red;
		 background-image: url(images/background.gif); 
/*	 background-repeat:  repeat-x repeat-y; */
	/*	 background-image: url(images\events.gif); */
  /*	 background-color: #8F8AEF;  */
 /* 	 background-color: #e8e8e8;  */
     }


img.tall{
			 float:center;
			 height:100px;
			 width:70px;
			 margin-bottom:10px;
			 }
img.wide{
       float:center;
			 height:60px;
			 width:90px;
			 margin-top:10px;
			 margin-bottom:10px;
			 }
		 
div  {display:block;
		 	Position:reletive;
			width:50px;
			height:50px;
			border:10px single black;
			color:black;
			text-align:center;
			}
	 
div.center  {text-align: center;
			width: 200;
			height: 140;
     }
		 
div.left    {text-align: left;
     }
		 
div.right   {text-align: right;
     }
		 


h1   {font-weight:bold;
		  font-style:italic;
			font-size: 20px;
			line-height: 25px;	 	
		 	font-color:red;
			color:red;
			text-align: left;
			}

h2   {font-weight: bold;
		 font-size: 20px;
		 line-height: 20px;
     }

h3   {font-weight: bold;
		 font-size: 16px;
		 line-height: 16px;
		 text-align: center;
     }

h4   {font-weight: bold;
		 font-size: 14px;
     }
		 
h5   {font-weight: bold;
		 font-size: 12px;
     }

h6   {font-weight: bold;
		 font-size: 10px;
     }


table {font-size:12px;
      align:center;
/*			font-size:8pt;  */
     }

table.button {font-size:10px;

/*			font-size:8pt;  */
     } 

table.order {align:center;
			font-size:11px; 
			font-weight: normal;
			border-style:grove;
			border-color:red;
			background-color:#dddddd;  
     }
		 
table.banner {font-size:24px;
			font-weight: bolder;
			font-style:italic;
			color: red;
			align:center;
			width:75%;
			height:75%;
			background-color:#hhhhhh;  
     }

table.menu {font-size:12px;
			font-weight: normal;
			color: black;
			align: center;
			width: 100%;
			cellpadding: 0;
			border:0;
			background-color:#dddddd;  
     }
		 
th {align:center;
	 	border-style: groove;
		border-width: 1px;
		font-size: 11px;
		font-weight: light;
		color: hhhhhh;
		background-color:#cccccc;  

	 }

td {align:center;
	 }
	
form {font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
		 align: center;
		 font-size: 10px;
		 font-weight: normal;
/*		 font-size: 8pt;  */
		 }
 
/*
form.order{
		 width: 80%;
		 align:center;
		 }
*/
/*		 
form.dropdown{             
		 }		 
*/		 
input, textarea, select, option {
	   font-family: Times New Roman, Georgia, MS Serif, New York, serif;
		 font-size: 11px;
/*			font-size:8pt;  */
/*		 color: #111111; */
		 background-color: #eeeeee;
		 border: inset 1px #708090; 
     }


a 	 			{text-decoration: none;}
a:link 		{color: blue;}
a:visited {color: purple;}
a:active 	{color: red;}
a:hover		{color: #000066;
					text-decoration: underline;}