/***  YOUR SITES STYLES  ***/
/* Any styles you need to add can be placed here. */  
/* Note: there is a great number of preset styles in the global stylesheet */

.SelectionTable {
  border-top: thick solid #999999;
	border-bottom: thin solid #999999;
	border-left: thin solid #999999;
	border-right: thin solid #999999;
	background: #ecf6ff;
	}

.SelectionTable a:link {
 	color: #000000; 	
	background-color: transparent; 
	text-decoration: none;
}
.SelectionTable a:visited {
 	color: #000000; 	
	background-color: transparent; 
	text-decoration: none;
}
.SelectionTable a:hover {
 	color: #CC0033; 	
	background-color: transparent;
	text-decoration: underline;
}
.SelectionTable a:active {
 	color: #000000; 	
	background-color: transparent; 
	text-decoration: none;
}

