html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body,td,th {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
}
body {
	background-color: #394a4f;
	background-image: url(../images/sliver.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
.highlighttext {
	background-color: #FF0
}
ul {

}
li {
	list-style-image: url(../images/bullet.png);
	list-style-position: outside;
	margin: 10px 50px 0px;
	padding: 0px;
	font-weight: bold;
}
a:link {
	color: #FF3300;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FF3300;
}
a:hover {
	text-decoration: none;
	color: #FF3300;
}
a:active {
	text-decoration: underline;
	color: #FF3300;
}
h1 {
	font-size: 24px;
	color: #FF3300;
	text-align: center;
	text-transform: capitalize;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px 0px 10px;
}
h2 {
	font-size: 18px;
	color: #394a4f;
	text-align: center;
	text-transform: capitalize;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 10px 0px;
}
h3 {
	font-size: 16px;
	color: #000;
	text-align: center;
	text-transform: capitalize;
	padding: 5px 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 36px;
	color: #FF3300;
	text-align: center;
	text-transform: capitalize;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.footbold {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	color: #000;
}
