body {
  color: #000000;
  background-color: #433d52;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Tahoma, Arial;
  font-size: 10px;
  line-height: 13px;
  cursor: default;
}

#container {
  width: 250px;
  margin: 15px auto;
  background-color: #FFFFFF;
  padding: 15px 15px 15px 15px;
  text-align: left;
}

#header {
  height: 370px;
  padding: 0 0 0 0;
  background-color: #FFFFFF;
}


#content {
  margin-top: 7px;
  text-align: justify;
}

#footer {
  margin-top: 15px;
  text-align:center;
}

a:link, a:visited, a:active {
  color: #9e99aa;
  text-decoration: none;
}

a:hover {
  color: #789453;
  text-decoration: none;
  cursor: default;
  border-bottom: 1px dotted #6a5f85;
}





h1 {

	color: #706784;
	font-family: tahoma;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	text-align: left;
	margin: 0;
	margin-bottom: 1px;
	padding: 1px;
	padding-bottom: 1px;
	border-bottom: 1px dotted #4f4563; }
	
	

input, textarea, option, select {
  background-color: #FFFFFF;
  font-family: Tahoma, Arial;
  font-size: 11px;
  line-height: 11px;
  font-weight: normal;
  text-align: left;
  color: #414141;
  letter-spacing: 0;
  border: 1px solid #789453; }

