hr {color:sienna;}
p {margin-left:20px;}
body {color:#000000;}
body {
      background-color:#FFFFFF; } 
p.sansserif{font-family:Arial,Helvetica,sans-serif;}
p {font-size:11px;}


a:link {color:#000000;}      /* unvisited link */
a:visited {color:#000000;}  /* visited link */
a:hover {color:#333333;}  /* mouse over link */
a:active {color:#333333;}  /* selected link */


ul
{ list-style-type:none;
  margin:0;
  padding:0;
  overflow:hidden; 
}

li { float:left; }

.menu a:link, .menu a:visited {
//   display:block;
//   width:190px;
//   font-weight:bold;
   color:#000000;
//   background-color:#AAAAAA;
   text-align:center;
   padding:3px;
   text-decoration:none;
   text-transform:uppercase; }

.menu a:hover,a:active
  { background-color:#CCEECC; }

/* Boxes and tables */

table.sample {
	border-width: 1px;
	border-spacing: 3px;
	border-style: double;
	border-color: black;
	border-collapse: separate;
	background-color: white;
}
table.sample th {
	border-width: 1px;
	padding: 0px;
	border-style: inset;
	border-color: black;
	background-color: #9999BB;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
        text-align:left;
	border-width: 1px;
	padding: 0px;
	border-style: inset;
	border-color: black;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
