/* CSS Document */
body {
	margin: 0px;
	font-family: Arial;
	font-size: 13px;
	color: #434343;
	position: relative;   
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
p, form, input{
	margin: 0;
	padding: 0;
}
form, input{
	font-size: 100%;
	font-family: Arial;
	vertical-align:middle; 
}
a {
	text-decoration: none;
	color: #c00;
}
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;
}
strong {
	font-weight: bold;
}
.hide {
	display: none;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.breaker{
	clear: both;
	height: 1px;
	overflow: hidden;
}
.spacer{
	clear: both;
	height: 10px;
	overflow: hidden;
}
.margin_tools {
	margin: 0 2px 0 0;
}

