/* Global
--------------------------------------------------------------------*/
html {
  text-align:		center;
}

h1 {
  text-align:		center;
  
}

a:link {
   text-decoration:	none;
   color: 		#8c2f1b;
   font-weight:		bold;
}

.redfont {
   color: 		#8c2f1b;
   font-weight:		bold;
}

img {
   
   border:		none;
}

ul {
   list-style:		none;
   margin: 		0;
   padding: 		0 1em;
   border: 		none;
   display:		inline;
}

li {
  display:		inline;
}

body {
  background:		#f8f8ff;
  /*background-image:	url(layoutgrid.png);*/	
  position:		relative;
  width:		800px;
  margin-left:		2.5em;
  text-align:		left;
  font-family:		Verdana,Lucida,Geneva,Helvetica,Arial, sans-serif;
}

table {

  border:		thin solid black;
  border-collapse:	collapse;
  border-padding:	10px;
  cellpadding:		2px;
  cellspacing:		2px;
  color:		black;
  }
  
td,tr,th {
  border:		1px solid black;
}
  


