@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	font-size:14px;
	font-family:Tahoma, "Times New Roman", Arial;
}
.red_bold{
color:#FF0000;
font-weight:bold;
}
img{
border:0px;
}
.left{
float:left;
}
.right{
float:right;
}
.clear{
clear:both;
}
.locator{
margin-bottom:10px; 
font-size:18px; 
font-weight:bold; 
position:relative; 
left:-210px;
}
.bg1{
background-color:#FFFFCC;
}