/* CSS Document */
body {
   margin: 0px;
   padding: 0;   
   font-family: Arial;
   font-size: 11px;
   text-align: center;
   color: #3E3D40;   
}
h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
  color: #3E3D40;
  font-weight: bold;
}
p, form, input{
  margin: 0px;
  padding: 0px;
}
form, input{
  font-size: 100%;
  font-family: Arial;
  vertical-align:middle; 
}
a {
  text-decoration: none;
  color: #0089E5/*#8ABC1E*/;
}
a:hover {
  text-decoration: underline;
}

fieldset{
	border: none;
	padding: 0px;
	margin: 0px;
}
legend {
  display: none;
}
img {
   border: none;
}
strong {
	font-weight: bold;
}
.hide {
	display: none;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.breaker{
	clear: both;
	height: 1px;
	overflow: hidden;
}

