
table{
    font-family: verdana, arial, sans-serif;
    font-size:  x-small;
}

td.menu{

text-align: center;
vertical-align: middle;
 }
 
td.tall
{
	height: 200px;
}

td.footer{
	font-size: 7pt;
}

td.label
{
	font-size: xx-small;
	font-weight: bold;
	color:#000000;
}

td.memo
{
	height:100;
}

/*a.normal:link {

	text-decoration:none;
	color:red;
	font-weight : bold;
}
a.normal:active {

	text-decoration:none;
	color:red;
	font-weight : bold;
}*/

a:link {

	text-decoration:none;
	color:#FFFFFF;
	background:navy;
	font-weight : bold;
	display:block; 
}

a:visited {
	text-decoration:none;
	color:#FFFFFF;
	background:navy;
	font-weight:bold;
	display:block;
}

a:hover {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	background: #8994a6;
	display:block;	
}

a:active {
	text-decoration:none;
	color:#FFFFFF;
	background: red;
	font-weight:bold;
	display:block;
 }
 
 .navigationBorder{

	background:navy;

	border-style:solid;

	border-color: red;

	border-width:5px;

	width:200px;

}






