body {
  margin: 0px;
  padding: 0px;
  font-family: arial, sans-serif;
  font-size: 13px;
}

img {border:0;}

a:hover { 
  outline: none;
}

a:visited { 
  outline: none;
  color: blue;
}
a.cached
{
  color: #9999FF;
  font-size: 12px;
}
a.cached:hover
{
	outline: none;
}
a.cached:visited
{
	color: #9999FF;
	outline: none;
}

h1 {
  font-size: 20px;
}

.navtext {
  font-size: 12px;
}

.greentext {
  color: green;
}

.greytext {
  color: grey;
}

.blacktext {
  color: black;
}

.whitetext {
  color: white;
}

.mainlinktext {
  font-size: 16px;
}

.sp {
  font-size: 11px;
}

.copy {
  font-size: 11px;
  padding-bottom: 10px;
}

div#toplogo {
  width:	160px;
  height:	65px;
  background-color: #FFFFFF;
  padding-top:	4px;
  padding-left: 5px;
  float: left;
}

div#textblock {
  width: 99%;
  padding-left: 7px;
  clear: left;
  font-size: 14px;
  border-bottom: 1px solid green;
}

div#nav_header {
  width: 99%;
  padding-left: 7px;
  padding-top: 3px;
  padding-bottom: 5px;
  clear: left;
  font-size: 13px;
  border-top: 1px dotted green;
  border-bottom: 1px solid green;
}

div#topsearch {
  height:	40px;
  padding-top: 26px;
  padding-bottom: 3px;
}

div#txtResult {
  width: 98%;
  padding-left: 20px;
  padding-top: 20px;
  clear: left;
  font-size: 14px;
  border-top: 1px dotted green;
}

div#searchfooter {
  text-align: center;
  font-size: 13px;
  width:	99%;
  clear:	left;
  padding-top: 10px;
  padding-bottom: 10px;
}

div#bottomsearch {
  text-align: center;
  width:	99%;
  height:	40px;
  clear:	left;
  padding-top: 10px;
  border-top: 1px solid green;
}

div#getstart
{
	float: left;
	font-size: 12px;
	padding-left: 7px;
	padding-top: 1px;
	text-align: left;
	width: 200px;
}
div#ffadd
{
	font-size: 12px;
	padding-left: 7px;
	padding-top: 1px;
	text-align: right;
	width: 99%;
}

div#home {
  width: 99%;
  padding-left: 7px;
  padding-top: 25px;
  clear: left;
  font-size: 14px;
}

.announcement { 
  color: red; 
  font-weight: normal;
  font-size: 11px;
}
