body {
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
  	padding: 0px;

}
a:link {
	font-weight: bold;
	color: #FFFFFF;
 	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
.titles {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
.tableback {
	top: 0px;
	background-image: url(shaded_line.png);
	/*background-repeat: repeat-y;*/
	color: #EEEEEE;
}
font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*color: #006600;*/
}
h1, h2, h3, h4, {
	display:inline;
}
.addhight {
	padding-top:5px;
	padding-bottom:5px;
}
.navbar {
  background: none;
}
.eq_hight {
}
.red {
	color:#FF0000;
}