/* 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;
}

#hlist ul{
	display:	inline;
}

#hlist ul li{
	display:	inline;
}

body {
  /*background:		#f8f8ff;*/
  background:		#ffffff;
  /*background-image:	url(layoutgrid.png);*/
  position:		relative;
  /*width:		800px;*/
  margin:		0 20px;
  text-align:		left;
  font-family:		Verdana,Lucida,Geneva,Helvetica,Arial, sans-serif;
}

/*** Styling for Tables **********/
table{
	border: 1px solid black;
	border-collapse: collapse;
  width: 100%;
}

tr:nth-child(odd) {
    background: #DFDFE5;
 }

th {
	border: 1px solid black;
  padding: 2px;
}

td{
	border: 1px solid black;
}
tr {
  border:		1px solid black;
}

tr.highlight {
    background-color: #D3D3D3;
	  color:			white;
    }
