/* CSS Document */
body {
   margin: 0px;
   padding: 0;   
   font-family: Arial;
   font-size: 12px;
   color: #565656;   
}
h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  font-family: "Myriad Pro", Arial, Helvetica, sans-serif ; 
}
p, form, input{
  margin: 0px;
  padding: 0px;
}
form, input{
  font-size: 100%;
  font-family: Arial;
  vertical-align:middle; 
}
a {
  text-decoration: none;
  color: #565656;
}
a:hover {
  text-decoration: underline;
}
ul {
  margin:0px;
  padding:0px;
  list-style-type: none;
}
fieldset{
	border: none;
	padding: 0px;
	margin: 0px;
}
legend {
  display: none;
}
label, caption {
	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;
}

