/*

	Background mid grey : #bfbfbf ;
	Dark grey : #555544 ;
	Beige/Grey : #F0EECC ;
	Orange/Gold : #F09030 ;

*/

body, td, p {
  	font-family: Verdana;
  	font-size: 10pt ;
  	line-height: 120% ;
  }


h1 {
	font-family: "Trebuchet MS", Trebuchet, sans-serif ;
  	font-size: 18pt ;
  	line-height: 120% ;
  	letter-spacing: 2px ;
  	color: #ffffff;
  }


h3	{
  	font-family: "Trebuchet MS", Trebuchet, sans-serif;
  	font-size: 12pt ;
  	font-weight: bold ;
  	line-height: 110% ;
  	letter-spacing: 1px ;
  	margin: 0px 0px 8px 0px ;
}

h4	{
  	font-family: "Trebuchet MS", Trebuchet, sans-serif;
  	font-size: 10pt ;
  	font-weight: bold ;
  	line-height: 105% ;
  	letter-spacing: 1px ;
  	margin: 0px 0px 5px 0px ;
}

td.LeftColumn	{
	padding-right : 10px ;
	border-right: 1px solid #FF9944 ;
}
td.RightColumn	{
	padding-left: 10px ;
	border-left: 1px solid white
}

dt, dd, li {
	margin : 3px 0px ;
}

.GalleryPicture	{
	border: 1px solid;
	border-color: white white black black;
	margin: 6px 3px;
	padding: 6px 3px;
	background: #999999;
	text-align: center ;
}

.Error	{
	font-weight: bold ;
	color: red ;
}

a	{
	color : #5500bb ;
	text-decoration : none ;
}
a:hover	{
	color : #0000bb ;
	text-decoration : underline ;
}

ul {
	list-style-image: url('/images/skull_icon.png') ;
}

hr	{
	background: #F09030 ;
}


