body,td,th {
	/*padding: 0;*/
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #FFFF00;
	
}
body {
	padding: 0;
	margin: 0;
	background: #000000;
}
a:link {
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	color: #FFFF00;
	text-decoration: none;
}
a:hover {
	color:#FF0000;
	text-decoration: none;
}
a:active {
	color: #FFFF00;
	text-decoration: none;
}

table.ing {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: FFFF00;
	border-collapse: collapse;
	
}
table.ing th {
	border-width: 1px 1px 1px 1px;
	padding: 4px 4px 4px 4px;
	border-style: dotted dotted dotted dotted;
	border-color: grey;	
	-moz-border-radius: 0px 0px 0px 0px;
}
table.ing td {
	border-width: 1px 1px 1px 1px;
	padding: 4px 4px 4px 4px;
	border-style: dotted dotted dotted dotted;
	border-color: grey;
	-moz-border-radius: 0px 0px 0px 0px;
}

/*main nav css*/

ul.topnav {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 100%; /*For KHTML*/
  list-style: none;
}

ul.topnav li {
	margin: 0 5px;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
}

ul.topnav a, ul.topnav a:hover {
  padding: 0 0 0 0;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: inline;
  font-size: 120%;
  font-weight: 500;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
  border: 0 none;
}

/*******************/

h1{
	line-height: 220%;
	font-size: 200%;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
}

h2{
	margin: 30px 0 10px 0;
	line-height: 120%;
	font-size: 150%;
	font-weight: 500;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: #003366 1px solid;
	padding-bottom: 3px;
}

h3{
	margin-bottom: 5px;
	font-weight: 200;
}

#hold {
	margin: 0px auto;
	min-height: 450px; 
	height: 100%;
	width: 900px;
}

#headerhold { 
	margin-bottom: 20px;
	clear: both;
	float: left;
	border-bottom: #999999 1px solid;
	height: auto;
	width: 100%;
	/*background: #e8e8eb;*/
}

#header {
	clear: both;
	margin: 10px auto; 
	height: auto;
	width: 900px;
}

#fontsize {
	text-align: right;
	/*float: right;*/
	margin: 0 auto;
	height: auto;
	width: 900px;
}

#navhold {
	float: left;
	margin: 25px 0 20px 0px; 
	height: auto;
	width: auto;
}

#content {
	margin: 20px 0;
	clear: both;
	float: left;
	width: 100%;
}

.image {
	display:none;
}

#footerhold { 
	margin-top: 20px;
	clear: both;
	float: left;
	border-top: #999999 1px solid;
	height: 60px;
	width: 100%;
	/*background: #e8e8eb;*/
}

#footer {
	margin: 10px auto; 
	height: auto;
	width: 900px;
}

/*Header Navigation*/

ul.font {
	float: right;
	line-height: 20px;
	margin-left: 30px;
	border: 0 none;
	padding: 0;
	width: auto; /*For KHTML*/
	list-style: none;
	display: inline;
}

ul.font li {
	margin: 0 5px;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
}

ul#navmenu a {
	padding: 0 0 0 0;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	/*color: #f2f2f2;
	font: 10px/15px Verdana, Arial, Helvetica, sans-serif;*/
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	border: 0 none;
}

.fontsmall a  {
	font-size: 120%;
	font-weight: 700;
	text-decoration: none;
}
	
.fontsmall a:hover {
	font-size: 120%;
	font-weight: 700;
	color: #FF0000;
	text-decoration: none;
}

.fontbig a  {
	font-size: 120%;
	font-weight: 700;
	text-decoration: none;
}
	
.fontbig a:hover {
	font-size: 120%;
	font-weight: 700;
	color: #FF0000;
	text-decoration: none;
}

/*Footer links*/

ul.footerlinks {
	float: left;
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 100%; /*For KHTML*/
	list-style: none;
	display: inline;
}

ul.footerlinks li {
	margin: 0 5px;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
}

.footerlinks a  {
	text-decoration: none;
}
	
.footerlinks a:hover {
	color: #FF0000;
	text-decoration: none;
}