/* Plains Central Global Css */
body,td,th {
	font-family: Tahoma;
	font-size: 14px;
}
body {
	margin-left: 25px;
	margin-top: 25px;
}
a {
	font-size: 12px;
	color: #000099;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: none;
	color: #0066FF;
}
a:active {
	text-decoration: none;
	color: #00099;
}
.footer {
	font-size: 9px;
	color: #999999;
}
#Weather {
	position:absolute;
	width:150px;
	height:50px;
	z-index:1;
	left: 62px;
	top: 238px;
}
.bullets {
	list-style-type: square;
}
.hortrule {
	color: #3333CC;
	background-color: #3333CC;
	border-top-color: #3333CC;
	border-right-color: #3333CC;
	border-bottom-color: #3333CC;
	border-left-color: #3333CC;
}
