	html, body {
		height: 100%;
		margin: 0;
	}
	.default {
		Font-Family: Courier New,Courier, Mono;
		color: white;
	}
	.leader {
		Font-Family: Verdana,Arial,Sans Serif;
		Font-weight: Bold;
		Font-size:70%;
	}
	.userForm
	{
		Font-Family: Verdana,Arial,Sans Serif;
		BackGround-Color: Silver;
		Color: Black
	}
	.numericInput
	{
		text-align:right
	}
	H2 {
		Font-size:	16px;
		/* color: white; */
	}
	td {
		Font-Family: Verdana,Arial,Sans Serif;
		Font-size:12px;
		/* color: white;
		*/
	}
	.altFont {
		Font-Family: Courier New,Courier, Mono;
		Font-size: 100%;
	}
	body {
		Font-Family: Verdana,Arial,Sans Serif;
		background-color: White;
	}
	table
	{
		background-color: white;
		/* table-layout:auto; */
		/* border: 1px solid #ff8c00; */

	}
	.heading
	{
		background-color: #cccccc;
		/* table-layout:auto; */
		/* border: 1px solid #ff8c00; */
		border: none;
		Color: #11548B;

	}
	.adminNav
	{
		background-color: MediumSeaGreen;
		table-layout:auto;
		border: 1px solid MediumSeaGreen;
		color: white;
	}
	.sideNav
	{
		background-color: #11548B;
		/*table-layout:auto;*/
		border: 1px solid white;
		color: white;
	}
	.dropdown {
		Font-Family: Courier New,Courier, Mono;
		Font-size:	60%;
	}
	A {
		/*Text-decoration: none; */
		color: black;
	}
	A:Hover {
		Text-decoration: underline;
	}
	input, textarea, select
	{
		border: 1px solid gray;
		Font-Family: Verdana,Arial,Sans Serif;
		Font-size: 12px;
		background-color : white;
	}
	input.focussed, textarea.focussed, select.focussed
	{
		border: 1px inset silver;
		background-color : #eaeaea;
	}
	.pseudoTextBox
	{
		border: 1px solid gray;
		Font-Family: Verdana,Arial,Sans Serif;
		Font-size: 12px;
		background-color : white;
		padding: 2px;
		cursor : default;
	}
	.pseudoLink
	{
		Text-decoration: underline;
		Font-Family: Verdana,Arial,Sans Serif;
		Font-size: 12px;
		background-color : white;
		padding: 1px;
		cursor : pointer;
	}

	.formBtn {
		border: 2px outset silver;
		background-color:#d3d3d3;
		padding: 0px;
	}
	/*
	input[type="button"],input[type="submit"]
	{
		border: 3px outset silver;
	}
	*/
	.listRow
	{
		background-color: white;
		color: black;
	}
	.listRowAlt
	{
		background-color: #eeeeee;
		color: black;
	}
	.listRowAtt
	{
		background-color: #ffa500;
		color: black;
	}
	.listRowGreen
	{
		background-color: green;
		color: black;
	}
		.listRowLGreen
	{
		background-color: lightgreen;
		color: black;
	}
	TR.listRow:Hover TD, TR.listRowAlt:Hover TD, TR.listRowAtt:Hover TD
	{
		background-color: #cccccc;
		border-bottom: 1px #000000 solid;
	}
	.listRow TD, .listRowAlt TD, .listRowAtt TD
	{
		border-bottom: 1px #cccccc solid;
	}
	.listColumn
	{
		border-right: 1px #aaaaaa solid;
	}
	.article
	{
		/* Font-Family: Times New Roman, Times; */
		/* Font-Family: Verdana,Arial, Helvetica, sans-serif; */
		Font-Family: Verdana,Tahoma,Trebuchet MS, sans-serif; 
		background-color: white;
		font-size:12px;
		color: black;
		padding: 5px;
		border: 1px solid #191970;
	}
	.inActive
	{
		background-color: lightgray;
	}
	.linkBox
	{
		/* Font-Family: Times New Roman, Times; */
		Font-Family: Verdana,Arial, Helvetica, sans-serif;
		background-color: white;
		font-size:11px;
		color: black;
		padding: 2px;
		border: 1px solid #11548B;
		Text-decoration: none;
	}
	.linkBox A
	{
		Font-Family: Verdana,Arial, Helvetica, sans-serif;
		background-color: white;
		font-size:11px;
		color: #11548B;
		Text-decoration: none;
	}
		.linkBox A:Hover
	{
		Text-decoration: underline;
	}
	.displayPageMenu
	{
		/* Font-Family: Times New Roman, Times; */
		Font-Family: Verdana,Arial, Helvetica, sans-serif;
		background-color: white;
		font-size:11px;
		color: black;
		padding: 3px;
		line-height : 25px;
		border-right: 1px solid #333333;
		border-bottom: 1px solid #333333;
		border-left: 1px solid #eeeeee;
		border-top: 1px solid #eeeeee;
		Text-decoration: none;
	}
	.displayPageMenu A
	{
		Font-Family: Verdana,Arial, Helvetica, sans-serif;
		background-color: white;
		font-size:11px;
		color: #11548B;
		Text-decoration: none;
	}
		.displayPageMenu A:Hover
	{
		Text-decoration: underline;
	}

	.subText
	{
		font-size: 10px;
		padding : 0px;
	}
	#menutree div {
		white-space: nowrap;
		font-family: Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
	}
	#menutree img {
		border: 0px;
		/* width: 19px;
		height: 16px; */
	}
	#menutree a {
		color: #000;
		text-decoration: none;
	}
	#menutree a:hover {
		color: #000;
		text-decoration: underline;
	}
	.menuLink
	{
		color: white;
		text-decoration: none;

	}
		.menuLink:Hover
	{
		text-decoration: underline;
	}
	.EBStd
	{
		background-color: #a0b0ff;
	}
	.EB5
	{
		background-color: #ddddff;
	}
	.EBC5
	{
		background-color: gold;
	}
	.EBC0
	{
		background-color: silver;
	}
	.EBMax
	{
		background-color: darkOrange;
	}
	.rounded-corners {
		 -moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-khtml-border-radius: 10px;
		border-radius: 10px;
	}

