body
{
  font-family: Sans-Serif;
  background-color: #F6F2EB;
}

a {
  color: #993333;
  font-weight: normal;
  text-decoration: none;
}

a:visited {
  color: #993333
}

a.tab {
  background-color: #f0f0f0;
  border: 1px solid #000000;
  border-bottom-width: 0px;
  padding: 2px 1em 2px 1em;
  position: relative;
  text-decoration: none;
  top: -1px;
  z-index: 100;
}

a.tab.activeTab {
  z-index: 102;
}

div.tabMain {
  background-color: #c0c0c0;
  border: 1px solid #000000;
  padding: 3em;
  position: relative;
  z-index: 101;
  width:800px;
}

span.title
{
	font-size: 4em;
}

span.subtitle
{
	font-size: 1em;
}

#maincontent {
	width:600px;
}

a.category 
{
	text-decoration:none;
}

table.main
{
	padding: 5px;
	text-align: center;
	
}

td.title
{
	font-size: 2em;
	font-style: italic;
}

main.td
{
    vertical-align: middle;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 100px;
}

span.note
{
	font-size: 1.5em;
	color: red;
}