/*******
******** MAIN STYLES FOR LAYOUT */

* {
	margin: 0px; padding: 0px;
}

body {
	background-color: white; color: #202124; text-align: center;
}
body, input, select, textarea {
	font-family: arial, serif;
}

a {
	color: #202124; text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

hr {
	border: 0px; height: 1px; color: #202124; background-color: #202124;
}

ol ol, ol ul, ul ol, ul ul, td p, td td, td h3, td input, td select, td textarea, p input, p select, p textarea {
	font-size: 100%;
}
td {
	padding: 2px 4px;
}
td p {
	margin: 0px !important;
}

fieldset {
	border: 0px;
}
legend {
	display: none;
}

input, textarea {
	border-top: 1px solid #979797; border-right: 1px solid #dfdfdf; border-left: 1px solid #979797; vertical-align: middle;
}
input.submit, #search-header input.submit {
	width: 42px; height: 17px; border: 0px none; background: transparent url(../images/button-search.gif) center no-repeat;
}

acronym {
	border-bottom: 1px dotted #5f9876;
}


/* Just for print */
.printB, .printI, .printT {
	display: none;
}