body {
/*	background-color: #FDD8AC;*/
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Trebuchet , Arial, Helvetica;
	font-size: 11px;
	font-style: normal;
/*	line-height: 12pt;*/
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #3A2175;
	text-indent: 10px;
  
}
form {
  margin: 0px;
  padding: 0px;
}
input, select {
  background-color: #FEEDD8;
  font-size: 10px;
  color: #3A2175;
}

h1 {
  color:#3A2175;
  font-size: 24px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

h2 {
  color:#3A2175;
  font-size: 15px;
  margin: 0px;
  padding: 0px;
}
h3 {
  color:#3A2175;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
}
a:link {
  color: #3A2175;
  font-weight: bold;
  text-decoration: underline;
}
a:visited {
  color: #3A2175;
  font-weight: bold;
  text-decoration: underline;
}
a:active {
  color: #FBBA6A;
  font-weight: bold;
  text-decoration: underline;
}
a:hover {
  color: #FBBA6A;
  font-weight: bold;
  text-decoration: underline;
}

.bottom {
  color: #737373;
  font-size: 10px;
  text-align: center;
}

.graph {
  background-color: #069;
  padding: 0px;
  width: 75px;
}

/* For the ranking tables. */

.darkbg {
	border-top: 1px solid #3A2175;
	border-right: 1px none #3A2175;
	border-bottom: 1px solid #3A2175;
	border-left: 1px none #3A2175;
/*	background-color: #FFFFFF;*/

}

.darkbg2 {
/*	background-color: #FFFFFF;*/
	border-top: 1px none #3A2175;
	border-right: 1px none #3A2175;
	border-bottom: 1px none #3A2175;
	border-left: 1px solid #3A2175;

}

.mediumbg {
  background-color: #FEEDD8;
  color: #3A2175;
}

.lightbg {
	background-color: #FDD8AC;

}
.lightbgalt {
  background-color: #FEEDD8;
}
a.menu, a.menu:visited{
  background-color: #FEEDD8;
  font-weight: bold;
  color: #3A2175;
  text-align: center;
  text-decoration: none;
}

a.menu:hover, a.menu:active{
  background-color: #FEEDD8;
  font-weight: bold;
  color: #FBBA6A;
  text-align: center;
  text-decoration: none;
}

a.table_top {
  color: #fff;
  text-decoration: underline;
}
a.table_top:hover, a.table_top:active {
  color: #c0c0c0;
  text-decoration: none;
}
.titlename{
	font-size: 36px;
	color: #3A2175;
;
}

.button{
  background-color: #3A2175;
  color: #FEEDD8;
  font-weight: bold;
  border: 1px solid #3A2175;  
}
.headerbg{
	background:#FDD8AC url(title.gif) no-repeat;
 }
