


	/* Page Settings
	----------------------------------------------- 
	*/
	
	body { 
                background-image: url('grayroc.gif');
		font-family: helvetica, sans-serif;
		font-weight: bold;
	}


	A:link {
		color: darkblue;
	}

	A:visited {
		color: darkblue;
	}

	A:active {
		color: darkblue;
	}

	A:hover {
		color: blue;
	}




	/* Sidebar Menu
	----------------------------------------------- 
	*/

	.sidebar {
		position: absolute; 
		left: 10px;
		line-height: 150%;
                text-align: center;	
                font-size: small;
		background-color: #d3d3d3;
                border-style: groove;
                border-color: #4B0082;
                padding: 1em;
		color: #4B0082;
                font-weight: bold;
	}


	/* Title Section
	----------------------------------------------- 
	*/

	.title {
		position: absolute; 
		left: 18em;
		background-color: #d3d3d3;
                border-style: groove;
                border-color: #4B0082;
                padding-left: 1em;
                padding-right: 1em;
		color: #4B0082;
                font-weight: bold;
	}


	/* Main Section
	----------------------------------------------- 
	*/

	.mainSection {
		position: absolute; 
                top: 9em;
		left: 18em;
		color: #4B0082;
                font-weight: bold; 
		font-size: medium;
	}



	/* Table Settings
	----------------------------------------------- 
	*/
                      
	.tableClass {	
                background-color: #d3d3d3;
		color: #4B0082;
                font-weight: 600;
                font-size: medium;
        }
