.YellowBorder {
	border: thick double #FFFF00;
}
.MenuTable {
	border: 1px solid #003399;
}
A:link { color: #333399;
         text-decoration: none; 
		 	font-weight: bold;
}
A:active {
	text-decoration: none;
	color: #000000;
		font-weight: bold;
}
A:visited { color: #333399;
            text-decoration: none; 
				font-weight: bold;
}
A:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.HeaderTable {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333399;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;

}
.adTable {
	border: 1px solid #000000;

}
.FullBorder {
	border: 1px solid #333399;
}
.Feature {
	border: 1px solid #666666;
}

