/* CSS Document */

	body{
    	background-color: #990000;
    	/*background-color: #DB1283;*/
    	color: #ffffff; /* Main Color 
    	color: #DB1283;*/
	
	}
	
	td,th {
        color: #ffffff;
	}
		.sf_outer_wrapper{
		border: solid #fff 12px;
		}
	
	.sf_wrapper{
	    background-color: #990000;
	}
	.sf_extra1{
		background-color: #F78D1D;
	}
	.sf_navigation_top ul li a{
		color: #fff;
		border-bottom: 1px solid #fff;
	}
	.sf_navigation_top ul li a:visited{
		color:#fff;
	}
	.sf_navigation_top ul li a:hover{
		border-bottom-color: #333;
		color: #333;
	}
	HR{
	    color: #FFFFFF;
	}
	HR.orange{
	    color: #F78D1D;
	}
	
	#Nav1 li ul li a {
	    color: #FFFFFF;
	}
		
		#Nav1 li ul li a:hover {
	color: #000000;
		}		
		
		.sf_main_header{
		color: #666;
		}
		.sf_sub_header{
		color: #FF6600;
		}
		.sf_pagetitle{
	/*background-image:url(../images/band_3.jpg);
		background-repeat:no-repeat;*/
		background-color:#990000;
	color: #999;
		}
		.sf_extra6{
		/*background-image:url(../images/content_top_3.jpg);
		background-repeat:no-repeat;*/
		}
		.sf_content{
		/*background-image:url(../images/content_repeat_3.jpg);
		background-repeat:repeat-y;*/
		color: #000;
		}	

		.sf_footer{
		color: #FFFFFF;
		}
		
		.sf_extra12{
		background-image:url(../images/content_bottom_3.jpg);
		background-repeat:no-repeat;
		width: 900px;
		height: 32px;
		}
		
		.yearcell
		{
		color:#990000;
		background-color: #CCCCCC;
		}
		
		.greycell
		{
		background-color:#4B1014;
		}
		.alphacell
		{
		background-color: #000000;
		color: #ffffff
		}
		
		.oldvarsitycell
		{
			border-right: #c06f14 solid; 
			border-top: #c06f14 solid; 
			border-left: #c06f14 solid; 
			border-bottom: #c06f14 solid;
		}
		a{
			color:#cccccc;
/*			background-color:#cccccc; */
		}
		
		a:visited
		{
			color:#cccccc;
/*			background-color:#CCCCCC; */
		}
		a:hover
		{
			color:#666666;
			background-color:#FFFFFF;
		}
		a.nl:link
		{
			color: #000000;
		}
		a.nl:visited
		{
			color:#444444;
/*			background-color:#CCCCCC; */
		}
		a.nl:hover
		{
			color: green;
			background-color:#FFFFFF;
		}
        .trackicon > img
        {
            /*display:inline-block;*/
            /*text-decoration:none;*/
            height: 16px;
            width: 16px;
        }
        .trackicon:hover
        {
            color:#0058b7;
            background-color: transparent;
        }

