﻿.styleNavBtnTable {
	width: 157px; 
	height: 100px; 
	margin-top: 7px;
}


.styleNavButtons {
	border: 1px solid #c0c0c0;
	background-color: #DEDEF5;
	font-family: "Times New Roman";
	font-weight: bold;
	font-size: 12pt;
	color: #2E5C8A;
	text-align: center;
	cursor: hand; 
	width: 141px; 
	height: 32px
}


.styleNavBtnAnchor {
	text-decoration: none;
	font-family: "Times New Roman";
	background-color: #DEDEF5;
	color: #2E5C8A;}

.styleNavBtnAnchor:link {
	text-decoration: none;
}


.styleNavBtnAnchor:hover {
	text-decoration: underline;
}

