body {
	color: black;
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 12;  /* Enables font size scaling in MSIE */
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 0; 
}
hr {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	height: 1px; 
}

tbody, td, tr, table, p {
	font-family: verdana;
	font-size: 12;
}
.content {
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 12px;
	background-color: #FFFFFF;
}
.footer {
	background-image: url(images/footer_bg.gif);
	padding: 5px;
	font-family: verdana;
	font-size: 10;
}
.footer input {
	font-family: verdana;
	font-size: 10;
}
.topbar_bg {
	background-image: url(images/topmenu_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}