/* CSS Document */

body{
	font-family: Verdana;
	font-size:smaller;
	color: #FFFFFF;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

p{
font-size:12px;
}

h1{
	font-size:18px;
}
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color:#FFFFFF;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

/******* layouts tag styles *******/
#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 100%;
}

#search input{
  font-size: 100%;
  color:999933;
  margin: 0px  0px 0px 10px;
 }
