
html, body { height: 100%;
			 margin: 0px;
			 font-family: Georgia, Arial, Helvetica, sans-serif;
			 font-size: 12pt;
			 color: black;
			 cursor: default;
			 scrollbar-3dlight-color: #CFCFCF;
			 scrollbar-arrow-color: #362d23;
			 scrollbar-darkshadow-color: #ADADAD;
			 scrollbar-face-color: #DBDBDB;
			 scrollbar-highlight-color: #FAFAFA;
			 scrollbar-shadow-color: #DEE3E7;
			 scrollbar-track-color: #EFEFEF;
}

a:link {color: navy; text-decoration: none; }
a:active {color: navy; text-decoration: none; }
a:visited {color: navy; text-decoration: none; }
a:hover {color: #336699; text-decoration: none; }

a.topbar:link {color: #ebda9e; text-decoration: none; font-size: 8pt; font-family: Tahoma, Verdana, Helvetica, sans-serif; cursor: pointer; cursor: hand; }
a.topbar:active {color: #ebda9e; text-decoration: none; font-size: 8pt; font-family: Tahoma, Verdana, Helvetica, sans-serif; cursor: pointer; cursor: hand; }
a.topbar:visited {color: #ebda9e; text-decoration: none; font-size: 8pt; font-family: Tahoma, Verdana, Helvetica, sans-serif; cursor: pointer; cursor: hand; }
a.topbar:hover {color: #dfff5e; text-decoration: underline; font-size: 8pt; font-family: Tahoma, Verdana, Helvetica, sans-serif; cursor: pointer; cursor: hand; }

.textBox {
		padding: 3px;
		background: white;
		border-style: solid;
		border-color: gray;
		border-width: 1px;
		font-family: Georgia, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		color: black;
}

.textBoxRequired {
		padding: 3px;
		background: white;
		border-style: solid;
		border-color: #800000;
		border-width: 1px;
		font-family: Georgia, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		color: black;
}

.searchBox {
		width: 100px;
		padding: 3px;
		background: #f7f7f7;
		border-style: solid;
		border-color: #080201;
		border-width: 1px;
		font-family: Georgia, Arial, Helvetica, sans-serif;
		font-size: 9pt;
		color: black;
}

.button	{
		padding: 2px;
		border-width:1px;
		border-style:outset;
		font-family: Georgia, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		color: black;
}

.searchSubmit {
		color: black;
		padding: 1px;
		border-width: 1px;
		border-style: solid;
		border-color: gray;
		font-family: Georgia, Arial, Helvetica, sans-serif;
		font-size: 9pt;
}

.menuTable {
		position: absolute;
		margin: 10px 0 0 145px;
		padding: 7px;
		background-color: #ebda9e;
		border-style: solid;
		border-color: #2f1f1c #0e0a09 #0e0a09 #2f1f1c;
		border-width: 2px;
}

.heading {
		font-family: Georgia, Arial, Helvetica, sans-serif;
		font-size: 16pt;
		color: #0e0a09;
		font-weight: bold;
}
