/* Base stylesheet for all regular pages in this project. */

body {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin: 0px 0px 0px 0px;
	}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 15pt;
	}

blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 15pt;
	}

/*
a {
	behavior: url(#default#AnchorClick);
	}
*/

.pageoverlay {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
	border-style: none;
	}

.bar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	background-color: #B0CBE5;
	border-top-color: #DDDDDD; 
	border-bottom-color: #999999;
}

.menuitem {
	font-weight: bold;
	padding-right: 12px;
	padding-left: 12px;
}

.menuitem a:link {
	text-decoration: none;
	color: #333333;
}

.menuitem a:visited {
	text-decoration: none;
	color: #333333;
}

.menuitem a:hover {
	text-decoration: underline;
}

.divider {
	font-weight: normal;
	color: #999999;
}

