/* This is a comment! */

/* Set all of the fonts. */
/* If the first font isn't installed on the viewer's machine, the
next font in the list will be used */


body { font-family: time,verdana,arial; }
td { font-family: times,verdana,arial; }
p  { font-family: times,verdana,arial; }


body { font-family: times,verdana,arial;
	 	 background-color: #952807;
       color: #000;
       margin: 0px;
        }

.header { font-size: 150%;
	  font-family: times;
	  color: #369;
	  font-weight: bold;
	  margin-top: 10px;
	  }

.bottom { text-align: center;
	  color: #ccc;
	  padding-top: 15px;
	  padding-bottom: 15px; }
.bottom a:link { color: #ccc; font-weight: normal }
.bottom a:hover { color: #ccc; font-weight: normal } /* IE */
.bottom a:visited { color: #ccc; font-weight: normal } /* IE */

.gray-box {
	  margin: 0px;
	  margin-top: 30px;
	  background-color: #FFF;
	  border-bottom: solid 1px black;
	  border-top: solid 1px black;
	  padding: 20px;
	  color: #000;
	  text-align: center; }

.box { font-size: 100%;
       background-color: #CCCCCC;
       color: #000;
       border: solid 1px black;
       padding: 1px 15px 15px 15px;
       width: 95%;
       text-align: left;
       margin-left: auto;
       margin-right: auto;
       margin-top: 10px;
       margin-bottom: 10px;
       -moz-border-radius: 5px;
        }


a  { font-weight:bold; color: #952807; }
a:visited { color: #952807; }
a:hover { color: #FF997D; }

img { border: 0px }




.menu { background-color: #eee; 
	font-weight: bold;
	text-align: center;
	padding: 5px;
	margin-top: 3px;
	border: solid 1px #999; }