BODY {
	color: Navy;
	background-color: White;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
}

hr {
height : 1px;
		color: Navy;
}


a.hidden {

	text-decoration: none;
}

a.hidden:hover {

	text-decoration: none;
}



A {
	color: Navy;
	text-decoration: none;
}

A:HOVER {
	color: Navy;
	text-decoration: underline;
}

h1 {
		font-size: 16px;
}
h2{
		font-size: 14px;
}

td {
		font-size: 12px;
}
a.mtgnav {
	color : White;
	font-weight : bold;
}

a.mtgnav:hover {
		color : yellow;
	font-weight : bold;
	text-decoration : none;
}
td.mtgnav {
		border-right : 1px solid White;
}

table.email {
	border-left : 3px ridge #000066;
	border-right: 3px ridge #000066;
		border-top: 3px ridge #000066;
			border-bottom: 3px ridge #000066;
	background : White;
}

li   { color: #000066;  list-style-type: disc }
p   { color: #000066;   }
table {
	background : #ffffff;
	
}ul    { color: #000066;  }

hr.divider {
		width : 30%;
	height : 1px;
	color : #000066;
}