BODY,td,p {
	background-color : #FFFFFF;
	background-image :none;
	color: Black;
	font: 100% "Times New Roman", Times, serif;
}
H1, H2, H3, H4  {
	font-family : "Times New Roman", Times, serif;
	color : #000000;
	/*page-break-after: avoid;*/
}
H1 {
	
	font-size : 180%;
	text-align : center;
	text-transform : uppercase;
}
H2 {
	font-size : 135%;
	text-align : center;
}
H3 {
	font : bold 112% "Times New Roman", Times, serif;
		text-align: center;
}
H4 {
	font :bold 100% "Times New Roman", Times, serif;
	text-align: left;
}
H5 {
	font : 90% "Times New Roman", Times, serif;
}
H6 {
	font : 80% "Times New Roman", Times, serif;
}
img {
	display: none;
}

li {
	background-image: none;
	background-color: transparent;
}
#header {
	text-align: center;
	margin-left: 5%
}
#menu {
  width: 0%;
  float: left;
  display: none;
}

#menuattop {
  width: 0%;
  float: left;
  display: none;
}

#main {
  margin-left: 5%;
}
#footer {
  clear: both;
  display: none;
}

HR {
	color : #000000;
	width : 75%;
	background-color : transparent;
}

table {
	padding: 2px;
	border: 2px;
}
th {
	color:  #000000;
	text-align: left;
	font-size: 120%;
	font-weight: bold;
	padding: 10px;
/*	page-break-after: avoid;*/
}
td {
		border: 2px;
}

a:link {
	color: #000000;
	font-weight: bold;
}
a:visited {
	color: black;
	font-weight: bold;
}
a:hover {
	color: black;
	font-weight: bold;
}
a:active {
	color: black;
	font-weight: bold;
}

.lowernav {
	display: none;
}

.right {
	display: none;
}


