	body {font-family:verdana;font-size:9pt;margin:0px;padding:12px;margin-top:0px;background:url('./graphics/bwall.jpg');}
	div.topBar {height: 30px; width: 100%;  background: url("./graphics/topBarGradient.jpg"); color: #669999;position:relative; z-index: 20;}
	h3 {text-align:center;}
	p {text-align:left;}
	table.Menu {margin:auto;text-align:center;height:22px;}
	tr.Menu {width:100%;font-weight:bold;font-size:9pt;}
	tr.Menu td {background: url('./graphics/smallGradient.jpg');padding-left:8px;padding-right:8px;margin:0px;height:22px;width:100px;}
	tr.Menu td:hover {background: url('./graphics/smallGradient2.jpg');position:relative;}
	tr.Menu td span {
		visibility: hidden;
		background:#ffffff;
		padding:5px;
    		color: #333399;
    		text-align: center;
    		border-radius: 6px;
		position:absolute;top:20px;left:0px;
		z-index:5;
		width:100px;
	}
	tr.Menu td:hover span {
    		visibility: visible;
	}

 a.menu {
   color: #6666aa;
   letter-spacing: normal;
   font-family: verdana, arial;
   font-variant: normal;
   font-style: normal;
   font-weight:200;
   text-decoration: none;
   text-transform: none;
   background:transparent;
 }
a.menu:hover {
   color: #6666aa;
   font-size: 9pt;
   font-style:italic;
   letter-spacing: normal;
}
	.pageBorder{padding:5px;background:url('./graphics/bkgGreyBlue.jpg');
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: inset 0 0 3px 3px #006699;
    -webkit-box-shadow: inset 0 0 3px 3px #006699;
    box-shadow: inset 0 0 3px 3px #006699;
    border: 1px solid #006699;
    max-width:1060px;
	margin-right:auto;margin-left:auto;
	padding-bottom:20px;
	text-align:center;
	 height: 100%;
	}
	.pageBorder2{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: inset 0 0 3px 3px #003366;
    -webkit-box-shadow: inset 0 0 3px 3px #003366;
    box-shadow: inset 0 0 3px 3px #003366;
    border: 3px solid #003366;
	background:#ffffff;
	position:relative; left:0px; top:0px;z-index:5;
	margin:0px;padding;0px; 
	width:100%;
	}
li {margin-bottom:4px;}
	table.data {
	 position:absolute;top:10px;left:0px;z-index:10;background:#ffff33;text-align:center;padding-right:10px;
	}

.tab {margin-left: 40px;}