	/* Main Style */
	body,td,th {
		color: #000000;
	}
	body {
		background-color: #FFFFFF;
		font-family:"Verdana";
	}
	a:link {
		color: #000000;
	}
	a:visited {
		color: #000000;
	}
	a:hover {
		color: #000099;
	}
	a:active {
		color: #000000;
	}

	
	/* Borders */
	.borderBlack {	
		border: 1px solid black;
	}
	.borderBlack4 {	
		border: 4px solid black;
	}
	
	/* Columns */
	.container 
	{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.centerColumn 
	{
		padding:5px 0px 10px 0px;
		width:auto;
		margin-bottom:0px;
		margin-left:200px;
		margin-right:10px;
		margin-top:0px;
	}
	
	.leftColumn
	{
		float: left;
		padding-bottom:10px;
		padding-top:5px;
		padding-left:10px;
		padding-right:10px;
		width: 200px;
	}
	
	/*Boxes*/
	.boxHeader
	{
		padding:2px;
		font-family:"Verdana";
		font-size:60%;
		font-weight:bold;

		width:auto;
		position:relative;
		background-color:#000000;
		color:#FFFFFF;
	}
	
	.boxHeader_blue
	{
		padding:2px;
		font-family:"Verdana";
		font-size:60%;
		font-weight:bold;

		width:auto;
		position:relative;
		background-color:#000099;
		color:#FFFFFF;
	}
	
	.box
	{
		font-family:"Times New Roman";
		font-size:90%;
		Height:auto;
		width:auto;
		margin-bottom:10px;
		position:relative;
		border-style:solid;
		border-top:0px;
		border-width:1px;
		border-color:#000000;
		background-color:#FFFFFF;
		color:#000000;
		padding-left:4px;
		padding-right:4px;
	}
	
	.box_blue
	{
		font-family:"Times New Roman";
		font-size:90%;
		Height:auto;
		width:auto;
		margin-bottom:10px;
		position:relative;
		border-style:solid;
		border-top:0px;
		border-width:1px;
		border-color:#000099;
		background-color:#FFFFFF;
		color:#000000;
		padding-left:4px;
		padding-right:4px;
	}


	/* Menu Bar Background */
	DIV#divMenuBar { background-color:#000000; }
	TABLE#tblMenuBar TD { font-size:60%; color:#0000ff; padding:0px 5px 0px 5px; cursor:default; }
	TABLE#tblMenuBar TD.clsMenuBarItem { font-weight:bold; cursor:default; }
	
	/* These two style rules added for links in MenuBar */
	TABLE#tblMenuBar TD.clsMenuBarItem A { text-decoration:none; color:#FFFFFF; font-weight:bold; }
	TABLE#tblMenuBar TD.clsMenuBarItem A:hover { color:#0000ff; }
	
	/* This is the text color and size for the popup window that appears */
	DIV.clsMenu { 
		font-size:60%; background-color:#000000;
		position:absolute; visibility:hidden; width:180px; 
		padding:5px 5px 5px 8px; border-top:1 white solid; 
	}
	DIV.clsMenu A { text-decoration:none; color:#FFFFFF; font-weight:bold; }
	DIV.clsMenu A:visited { color:#FFFFFF; }
	DIV.clsMenu A:hover { color:#0000ff; }

	