/* CSS Document */
body {
   margin:0px;
   padding:0px;
   font-family:Arial, Helvetica, sans-serif;
   color: #252525;
   font-size: 11px;
   text-align: left;
}
h1, h2, h3, h4, h5, h6, p, form, input{
  margin:0px;
  padding:0px;
}
p {
	font-size:12px;!important
}
h1, h2, h3, h4, h5, h6{
	font-weight:bold;
}
a {
	text-decoration:none;
    color: #252525;
	cursor:pointer;
}
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;
}
.breaker{
	clear:both;
	height:0px;
	overflow:hidden;
	margin:0px;
	padding:0px;
}
.float_left{
	float:left;
}
.float_right{
	float:right;
}
.object-left {
	float:left;
}
.object-right {
	float:right;
}
.object-center {
	text-align:center;
}

