.searchsimplebutton {
        width: 40px;
        height: 25px;
}

.searchsimplefield {
        width: 128px;
        height: 23px;
}


body {
		margin: 0px;
		padding: 0px;
}

.strong {
	font-weight: bold;
}

table.strong {
	border: 1px solid #FFC308;
	font-weight: normal;
	color: #000000;
}
table {
        width: 100%;
}
h1,h2,h3,p,body,td,div,a,li {
		font-family: Tahoma, Arial, sans-serif;
		color: #222222;
	}

h1 {
		font-size: medium;
	}

h2 {
		font-size: small;
	}

h3 {
		font-size: x-small;
	}

p,body,td,div,a,li {
		font-size: small;
	}

p, span { margin: 0px; margin-top: 3px; margin-bottom: 10px; padding: 0px; }

a:hover .menu {
	font-weight: normal;
	text-decoration: none;
}

.menu {
	color: black;
	text-decoration: none;
}
a {
		color: gray;
		text-decoration: none;
		
	}

a:hover {
		color: gray;
		font-weight: bold;
	}


td {
	vertical-align: top;
}
