body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	font-weight: normal;
	background: url(../images/tops/bg.jpg) repeat-x;
}
h1 {
	font: bold 125% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	text-align: center;
	border-top: 2px solid #CCCCCC;
	border-right: 4px solid #CCCCCC;
	border-bottom: 4px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
	padding: 2px;
	margin: 0px;
}
h2 {
	font: bold 300% Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding: 2px;
	margin: 0px;
}
p {
	margin: 3px 10px;
}
.links {
	border: thin Gray;
	font-family: Arial;
	font-size: 100%;
	text-align: left;
	width: 150px;
	display: block;
	font-weight: bold;
}
a:link {
	color: #81C122;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #81C122;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #81C122;
}
hr {
	border-bottom-style: solid;
	border-color: #0000FF;
}
.footer {
	font-size: 70%;
	text-align: center;
	}
.error {
  color: red;
  font-variant: small-caps;
  font-weight: bold;
  }

  textarea {
	width: auto;
	height: auto;
	background-color: #CCFFFF;
}
.mediumbox {
	width: 200px;
	background-color: #CCFFFF;
	}
img {
    border: 0;
}
a img {
	border:none;
	text-decoration: none;
} 
