/*******
******** MAIN STYLES FOR LAYOUT */

* {
	margin: 0px; padding: 0px; word-wrap: break-word;
}

body {
/*	background: white url(../images/bg.jpg) center top no-repeat; */
	background-color: #ebe9e5;
	color: #666; text-align: center;
}
body, input, select, textarea {
	font-family: arial, serif;
}

a {
	color: #fda305; text-decoration: underline; background: white url(../images/anchor.gif) left 5px no-repeat; padding-left: 10px;
}
a:hover {
	text-decoration: none;
}
#left a {
	color: #fff; background: transparent url(../images/left-link-arrow.gif) left 5px no-repeat !important;
}


strong {
	color: #fc9f06;
}

hr {
	border: 0px; height: 1px; color: #5f9876; background-color: #5f9876;
}

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 {
	border: 1px solid #999999; background-color: #f7f7f7; color: #5f9876;
	font-weight: bold;
}

acronym {
	border-bottom: 1px dotted #5f9876;
}


/* Just for print */
.printB, .printI, .printT {
	display: none;
}

