/* CSS Document */

body {
   margin: 0px;
   padding: 0px;
   font-family:Arial, Helvetica, sans-serif;
   color: #333333;
   font-size: 11px;
   text-align: center;
}
h1, h2, h3, h4, h5, h6{
	font-weight:bold;
}
h1, h2, h3, h4, h5, h6, p, form, input{
  margin: 0px;
  padding: 0px;
}
h2{
	font-size:167%;
}
a {
	color: #333333;
    text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
fieldset{
	border: none;
	padding: 0px;
	margin: 0px;
}
legend {
  display: none;
}
img {
   border: none;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.float_left {
	float: left;
}
.float_right{
	float:right;
}
.hide {
	display: none;
}
.breaker {
	clear: both;
	height: 1px;
	overflow: hidden;
}
label,input,select{
	vertical-align:middle;
}

.object-left {
	float:left;
}
.object-right {
	float:right;
}
.object-center {
	text-align:center;
}
