body {
	padding: 2px;
	margin: 0px;
}
table.menu{
	border: #F9C6C4;
	height: 100%
	border-style: none;
	background-color: #C4E9F9;
	vertical-align: top;
	margin: 0px;
}
td.head{
	background-image: url(pix/spacer.png);
	color: #596877;
	font-weight: bold;
	height: 80px;
}
td.menu {
	border: solid;
	border-color: #F9C6C4;
	text-align: center;
	vertical-align: top;
	border-style: solid;
	border-width: 2px;
}
td.ActivePage{
	border: #EF68B1;
	font-weight: bold;
	background-color: #F9C6C4;
	text-align: center;
}
td.ActivePage a{
	color: #EF68B1;
	font-weight: bold;
	TEXT-DECORATION: none;
	text-align: center;
}
td.menu a{
	color: #696969;
	font-weight: bold;	
	TEXT-DECORATION: none
}
td.menu a:visited{
	color: #696969;
}
td.menu a:hover{
	color: #EF68B1;
}
span.logo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #477FEC;
	vertical-align: middle;
	text-align: center;
	margin-top: 20px;
}
td.main{
	color: #596877;
	background-color: #C4E9F9;
	padding: 10px;
}
td.main a{
	color: #696969;
	font-weight: bold;	
	text-decoration: underline; 
}
table.screenshot {
	width: 100%;
	height: 100%;
	
}
table.screenshot a:hover {
	color: #EF68B1;
}
table.screenshot th {
	font-weight: bolder;
	color: #696969;
	background-color: #F9C6C4;
}
table.screenshot td {
	text-align: center;
}

