	a:link {
        color: #2860c2;
        text-decoration: underline;
        font-weight: normal;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

	a:visited {
        color: #2860c2;
        text-decoration: underline;
        font-weight: normal;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

	a:hover {
        color: black;
        text-decoration: underline;
        font-weight: normal;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

	a:active {
        color: black;
        text-decoration: underline;
        font-weight: normal;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	
	td.cell_top_left {
		border-right: 20px solid #2b3a54;
		border-bottom: 20px solid #2b3a54;
		width: 226px;
		height: 226px
	}

	td.cell_top_left2 {
		border-right: 20px solid #2b3a54;
		border-bottom: 20px solid #2b3a54;
		width: 226px;
		height: 246px
	}
	
	
	td.cell_top_middle {
		border-right: 20px solid #2b3a54;
		border-bottom: 20px solid #2b3a54;
		width: 226px;
		height: 226px
	}

	td.cell_top_right {
		border-bottom: 20px solid #2b3a54;
		width: 226px;
		height: 226px
	}

	td.cell_bottom_left {
		border-right: 20px solid #2b3a54;
		width: 226px;
		height: 226px
	}

		
	td.cell_empty {
		border-right: 20px solid #2b3a54;
		border-top: 20px solid #2b3a54;
		width: 226px;
		height: 226px
	}

	td.cell_empty2 {
		border-right: 20px solid #2b3a54;
		width: 226px;
		height: 226px
	}
	
	td.border_img {
		border: 5px solid #2b3a54;
	}

	
	#list_menu {
		/*padding-left: 30px; */
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		line-height: 18px;
	}
	
	#list_menu a:link, #list_menu a:active, #list_menu a:visited {
		color: #white;
	}
	
	#list_menu a {
		padding-left: 20px;
		/*display: block;*/
		width: 226px;
		height: 20px;
		color: white;
		text-decoration: none; /*lets remove the link underlines*/
	} 

	#list_menu_sub a {
		padding-left: 40px;
		/*display: block;*/
		width: 226px;
		height: 20px;
		color: white;
		text-decoration: none; /*lets remove the link underlines*/
	}
	
	#list_menu a:hover {
		background: #d1af85;
		color: white;
	} 


	a.splash:link, a.splash:active, a.splash:visited {
		color: #2b3a54;
		text-decoration: none;
	}
	
	#list_menu font {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		line-height: 18px;
		padding-left: 20px;
		height: 20px;
		color: white;
	}
	
	span.menu_select {
		padding-left: 20px;
		width: 226px;
		height: 20px;
		color: white;
		background: #C1955C;
	}

	span.menu_select2 {
		padding-left: 40px;
		width: 226px;
		height: 20px;
		color: white;
		background: #C1955C;
	}

