@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif ;
	text-align: center;
	background-color: #336699;
}


span.title { font-size:50px;font-variant:small-caps;}
span.subtitle {font-size:15px;}


table {border-collapse:collapse;}
table.main {
	width: 800px;
	text-align: center;
	margin-left: auto; 
	margin-right: auto;
	border-style: none;
	border-width: 5px;
}

td {
	vertical-align: top;
}
table.content
{
	width: 100%;
	border-style:none ridge ridge none;
	border-color:white black black white;
	border-width:5px;
	
}
td.content {
	text-align: left; 
	background-color: #FFFFCC;
	
  	height: 500px;
}
td.footer{
	text-align: right;
	font-size:10px;
}
td.space {
	height: 5px;
}
td.link {
	width: 20%;
	text-align: center;
	background-color: #774400;
	letter-spacing:5px;
	border-style: solid;
	border-color: #336699;
	border-width: 5px;
}
td.title {
	text-align: right;
}

td.sidePanel {
	width: 100px; 
	background-color: #FFFFCC;
	text-align: center; 	
	font-variant:small-caps;
	font-weight:bold;
}
td.sideSpace {
	width: 10px;
}


a  {text-decoration:none;font-variant:small-caps;font-weight:bold;line-height:150%;}
a:link {color: #000000;}
a:visited {color: #000000;}
a:hover {text-decoration:underline;color: #000000;}
a:focus {color: #000000;}
a:active {color: #000000;}

