
body {
  	font-family: verdana, helvetica, arial, univers, sans-serif;
	padding-left: 0px;
	background-color: #ffffcc;
	color: black;
}


.ivory {
  	background-color: #ffe;
  	color: #770000;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.h1 {
   	font-size: 200%;
}

.h2 {
  	font-size: 160%;
}

.h3 {
  	font-size: 130%;
}

.h4 {
  	font-size: 120%;
}

.h5 {
  	font-size: 110%;
}

.h6 {
  	font-size: 100%;
}

.h1,.h2,.h3,.h4,.h5,.h6 {
  	font-weight: bold;
}




.block {
	background: white;
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 1em;
	padding-top: 1em;	
	border: 1px solid black;
}

table.body {
  	color: white;
  	width: 85%;
}


td.body {
  	color: #330000;
  	line-height: 1.15pt;
}

td.topbar {
  	font-weight: bold;
  	text-align: center;
}

td.bar {
  	font-weight: bold;
  	text-align: left;
  	padding-left: 1em;
}

.bar {
    border-top: 2pt solid black;
    border-bottom: 1pt solid black;
    padding-top: 3px;
    width: 100%;
}

.left {
  	text-align: left;
  	padding-left: 1em;
}

td.right {
  	text-align: right;
  	padding-right: 1em;
}

td.center {
  	text-align: center;
}

tr {
  	vertical-align: top;
}

.blue {
  	color: yellow;
  background-color: blue;
}

.red {
  	color: yellow;
  background-color: red;
}

.white {
  	background-color: white;
  	color: black;
}

.fgyellow {
  	color: yellow;
}

.fgblue {
  	color: blue;
}

.fgblack {
  	color: black;
}

.fgred {
  background-color: red;
}

.fcc {
  background-color: #ffcccc;
}

.bgyellow {
  background-color: yellow;
}

.bgblue {
  background-color: blue;
}

.bgblack {
  background-color: black;
}

.bgred {
  background-color: red;
}

td.b {
	padding-left: 1em;
}

.b {
	border: solid black 1pt;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}


.small {
  	font-size: 90%;
}

.rtop {
  	position: absolute;
  	position: fixed;
  	right: 0;
  	top: 0;
  width: 50px;
  	font-weight: bold;
  	text-align: center;
}

.ltop {
  	position: absolute;
  	position: fixed;
  	left: .6em;
  	top: .6em;
  	width: 145px;
  	font-weight: bold;
  	text-align: center;
  	vertical-align: middle;
}

.rtop2 {
  	position: absolute;
  	position: fixed;
  	right: 0;
  	top: 0;
  width: 50px;
  	font-weight: bold;
}

.ww {
  	height: 51px;
  	vertical-align: middle;
  	align: center;
  padding-top: 2px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
}

.icon {
  	width: 50px;
  border-top: 0pt;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

@mediascreen {  /* hide from IE3 */
a:hover {
	background:  blue;
	font-weight: bold;
	color: yellow;
 }


span.rtop:hover {
        background: yellow;
}

.main {
	padding-left: 100px;
	padding-rightt: 50px;
}


.top {
	font-weight: bold;
}

body {
	padding-left: 100px;
}

a.w:hover {
        background: white;
}

};

div.navbar {
  	position: absolute;
	position: fixed;
	top: 30;
	float: top;
	left: 0;
	border-top: 1pt solid black;
	background: black;
}



.big1 {
   font-size: 115%;
}

.big2 {
   font-size: 125%;
}

.big3 {
   font-size: 135%;
}



.t {
  background-color: #ffeecc;
}

.j {
  background-color: #eeffcc;
}

.pub {
  background-color: #ffeeee;
}

td,th {
  border-bottom: 1pt solid black;
  border-right: 1pt solid black;

}

th {
  background-color: #ffffcc;
}

.n {
    width: 80%;
    border: none;
}

.l {
   text-align: left;
}

td,th {
  border-top: 1pt solid black;
  border-left: 1pt solid black;
  padding-left: .5em;
  padding-right: .5em;
}

.bb {
   border-bottom: 2pt solid black;
}