.keyword {
	border: none;
	background: transparent;
	color: #000000;
	font-weight: bold;
	font-family: arial, tahoma, verdana;
	width: 165px;
	border: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.search { 
	width: 174px;
	height: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


html, body { 
  height: 100%; 
  margin: 0; 
  padding: 0; 
  width: 100%; 
} 

body {
	background-image:url("");
	background-position: top left;
	background-repeat: xy;
	background-attachment: fixed;
	background-color: none;
	}

	
	.header {
	background-image:url("header_bg.jpg");
	top: 0%;
	margin-top: 0px;
	background-color: none;
	z-index: 2;
	}

	.footer {
	background-image:url("footer_bg.jpg");
	background-color: none;
	z-index: 2;
	}

	
a:link{
	color: ffffff;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	}



a:visited{
	color: 666666;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	}
a:hover, a:active{
	color: fbff7d;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	}
	
a:link.newslink {color: red; text-decoration: none}
a:active.newslink {color: red; text-decoration: none}
a:visited.newslink {color: red; text-decoration: none}
a:hover.newslink {color: red; text-decoration: underline}