/* CSS Document */ 
*{ 
	margin:0;
	padding:0;
}
 
body, html{
	height:100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;   
	font-size:11px;
	background-color:#FFFFFF;
	vertical-align:top;	
	min-height:100%;
	position:relative;
}

a {
  text-decoration: none;
  color: #7B7B7B;
}

a:hover {
  text-decoration: underline;
}

a:visited{
  /*color:#80a6b3;*/
}

ul { 

}
fieldset{
	border: none;
}

legend {
  display: none;
}

img {
   border: none;
   vertical-align: middle;
}

input, select {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

strong {
	font-weight: bold;
}
embed, object{outline :none ;}

.hide {
	display: none;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.breaker{
	clear: both;
	height:0px;
	overflow: hidden;
}

.bg_none{
	background:none;
}

.bold{
	font-weight:bold;
}

