.weather {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.body {
	top: 0px;
	position: relative;
}

a.weatherlink:link {

	color: #FFFFFF;

}
a.weatherlink:visited {

	color: #FFFFFF;
}
a.weatherlink:active {

	color: #FFFFFF;
}
a.weatherlink:hover {
	color: #FFFFFF;
	text-decoration: underline;

}
.temperature {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.bgdir {
	background-image: url(../imgs/bg-directory.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

h3 {
	font-size: 10px;
	color: #666666;
	margin-top: 0px;

}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
}
.title-biz {
	font-size: 14px;
}
.bgmainhome {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bgtable {
	background-image: url(../images/index_r2_c1.jpg);
}
.white {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	font-family: Arial;
}
.whiteh1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.td {
	font-size: 14px;
	font-weight: normal;
	color: #666;
	font-family: Arial;
}