/*
	Standard font family for site
*/

body, table, tr, td, a, p
{
	font-family: verdana, arial, helvetica, sans-serif;
}

/* Make page fill the viewport vertically */
html, body { height: 100%; }

/*

/*
	Page footer area
*/

p.footer
{
  text-align: center;
	margin-top: 0px;
	padding-top: 30px;
	font-size: 0.7em;
}


/*
	Standard images
*/

img
{
	border: none;
}

.bottombar {
   height: 30px;
	font-size: 60%;
	color: black;
	background: #ffffff;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: Black;
	text-align: center;
}
TABLE.bottombar A:link {color: Blue;text-decoration: none;}
TABLE.bottombar A:visited {color: Blue;text-decoration: none;}
TABLE.bottombar A:hover {color: #CC3300;text-decoration: none;}
TABLE.bottombar A:active {color: White;text-decoration: none;}
.greytextarea {
	font-size: 80%;
	color: black;
	background: #ffffff;
	padding: 10px, 10px, 10px, 10px;
	border-bottom-style: solid; 
	border-bottom-width: 2px;
	border-bottom-color: Black;
}
