body, p, td	{
		margin-left: 0px;
		margin-top: 0px;
		font-family: Verdana, sans-serif;
		font-size:  xx-small;
		background-color: #FFFFFF;
	}

/* <a> */
a:active, a:link, a:visited {
	color: brown;
	text-decoration: none;
}
a:hover {
	color: brown;
	text-decoration: underline;
}
.tableMenu
{
	border-right: brown 1px solid; /* #6699ff */
	border-top: brown 1px solid;
	text-transform: capitalize;
	border-left: brown 1px solid;
	width: 110px;
	line-height: 15px;
	border-bottom: brown 1px solid;
	background-color: #fff; /* #99ccff */
}
h1	{
	font-size: large;
	text-align: center;
	}
	
input {
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: x-small;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-family: Verdana, Arial;
}
select {
  font-size: xx-small;
  border-top-style: none;
  font-family: Verdana, Arial;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}

BUTTON
{
  font-size: xx-small;
  color: #ff0000;
  border-top-style: none;
  font-family: Verdana, arial;
  border-right-style: none;
  border-left-style: none;
  background-color: black;
  border-bottom-style: none;
}

.topBorder
{
	background-color: brown;
}

.sideBorder
{
	background-color: #FFF6F6;
	}

th {
	font-size: x-small;
	color: brown;
	background-color: #FFF6F6;
	margin: 5px 0 5px 0;
	padding: 3px 0 3px 0;
	border: brown 1px solid;
}
	
.tablePage {
  
}
.tblPollBody {
  border-bottom: brown 1px solid;
  border-right: brown 1px solid;
  border-left: brown 1px solid;
  background-color: #FFF6F6;
}
.tblPollHead {
  border-top: brown 1px solid;
  border-right: brown 1px solid;
  border-left: brown 1px solid;
}
.tblBg {
  background-color: #FFF6F6;
}

.topWhiteText {
  color: white;
  font-weight: bold;
}

/*Styles for top page tabs*/
.tab {
	width: 200px;
	height: 25px;
	text-align: center;
	background-color: gray;
	border-bottom: 0px solid #000000;
	background-image: url(../../images/tab.jpg);
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 0px;
	font-size: 9pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.activetab {
	width: 200px;
	height: 25px;
	text-align: center;
	background-color: gray;
	font-weight: bold;
	padding-left: 1px;
	padding-right: 1px;
	border-bottom: 1px solid #E4E4E4;
	background-image: url(../visual/tab.gif);
}