body {
	background-color: #D6D6D6;
}

body, html, input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
}

.info {
	font-style:italic;
	font-size: 0.9em;
	color: #666666;
}

a:link, a:active, a:visited
{
	color: #8b8d08;
	text-decoration: none;
}

.biggerLink {
	font-size: 15px;
}

a:hover
{
	text-decoration: underline;
}

.DynButtonGreen {
  width: 214px;
}

.DynButtonLeftGreen {
  width: 9px;
  height: 37px;
  background-image:url('images/GreenButtonLeft.jpg');
}

.DynButtonCenterGreen {
  height: 37px; 
  background-image:url('images/GreenButtonCenter.jpg');   
  background-repeat:repeat-x;
  font-size:14px;
  text-align: center;
}

a:link.white, a:active.white, a:visited.white
{
	color: white;
	text-decoration: none;
}

.DynButtonRightGreen {
  width: 9px;
  height: 37px;   
  background-image:url('images/GreenButtonRight.jpg');   
  
}