body, html {
	width: 100%;
	height: 100%;
	font-family: Georgia;
	font-size: 14px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
html {
/*min-height: 100%; margin-bottom: 1px; */
overflow-y:scroll;

}
.bigger {	
	font-size: 17px;
}
.menu	{
	text-decoration: none;
	color: #000000;
}
.menu:hover	{
	text-decoration: none;
	color: #000000;
	background-color: #e5e5e5;
}
a		{
	color: #2a5f79;
}
.small	{
	font-size: 11px;
}
.phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;	
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	font-weight: bold;
	text-transform: uppercase;	
}
.bgbottomline {
	background-image: url(/images/separator.gif);
	background-repeat: repeat-x;
	background-position: center;
	line-height: 25px;
}

