/* CSS Document */
body {
	font-family: Helvetica,Arial,sans-serif;	
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	}
	
	
h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
  font-weight: bold;
}
p, form, input{
  margin: 0px;
  padding: 0px;
}
form, input{
  font-size: 100%;
  font-family: Verdana;
  vertical-align:middle; 
}
a {
font-family:Arial;
color:#888888;
text-decoration:none;	
}
a:hover {
  text-decoration: none;
}
ul {
  margin:0px;
  padding:0px;
  list-style-type: none;
}
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;
}

