/* CSS Document */
body {
	margin: 0px;
	padding: 0;   
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #000000;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}
p, form, input{
	margin: 0px;
	padding: 0px;
}
form, input{
	font-size: 100%;
	vertical-align:middle; 
	border:0;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
h1 a:hover, h2 a:hover{
    text-decoration: none;
}
ul {
	margin:0px;
	padding:0px;
	list-style-type: none;
}
fieldset{
	border: none;
	padding: 0px;
	margin: 0px;
}
legend {
}
img {
	border: none;
	vertical-align: middle;
}
strong {
	font-weight: bold;
}
.hide {
	display: none;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.breaker{
	clear: both;
	height: 0;
	overflow: hidden;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}