body
{
	background: #DDDDDD;
}

.mouseover
{
	background: #CCCCCC;
	font-family: Book Antiqua;
	font-variant: small-caps;
	font-size: 18px;
	cursor: pointer;
	color: black;
	font-weight: bold;
	text-align: center;
	width:20%
}

.mouseout
{
	background: #FFFF99;
	font-family: Book Antiqua;
	font-variant: small-caps;
	font-size: 18px;
	font-stretch: expanded;
	color: black;
	text-align: center;
	width: 20%;
}

H1
{
	font-family: Book Antiqua;
	font-variant: small-caps;
	font-size: 50px;
	color: white;
}

H2
{
	font-family: Book Antiqua;
	font-variant: small-caps;
	font-size: 40px;
	color: white;
}

.header
{
	position: absolute;
	top:0px;
	left:0px;
	width: 800px;
	height:140px;
	border-style:solid;
	border-width:0px;
	border-color:red;
	padding-left: 0px;
	padding-right: 0px;
}

.buffer
{
	position: absolute;
	top: 150px;
	left: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.main
{
	position: absolute;
	top: 145px;
	left: 10px;
	width:800px;
	padding: 0px;
	border-style:solid;
	border-width:0px;
}

.footer
{
	position: relative;
	top: 0px;
	padding-top: 5px;
	color:black;
	text-align:center; 
	font-size:9pt; 
	font-style:italic;
}

.mainTable
{
	width: 780px;
	border-width: 0px;
	border-style: solid;
	text-align: center;
}

.mainRow
{
	vertical-align: middle;
	height: 120px;
}

.mainCell
{
	border-width: 5px;
	border-style: solid;
	border-color: #DDDDDD;
	background-color: #EEEEEE;
	vertical-align: top;
	padding:10px;
	margin:10px;
}

.menulink
{
 text-decoration: none;
 font-family: Book Antiqua;
 font-variant: small-caps;
 font-size: 18px;
 color: black;
 color: black;
 position: relative;
 width: 100%;
 height: 100%;
}

