/* Font with serifes */
body {
	font-family: "Times New Roman", Times, serif
}

/* Underlined links */
a {
	text-decoration: underline
}

/* Hide some elements */
.print_hidden {
	display: none
}

/* Print acronym titles */
abbr[title], acronym[title], dfn[title] {
	border-bottom: none
}

abbr[title]:after, acronym[title]:after, dfn[title]:after {
	content: " ("attr(title)")";
	font-size: 80%
}

/* Undo colors */
table.list, table.list th, table.list td, ul.list, ul.list li, .box, div.validate_box, fieldset {
	border-color: #000;
	background-color: #FFF
}

#content {
	background-color: #FFF;
	padding: 0
}

/* Hide textarea resize links */
div.textarea_size {
	display: none
}

/* Undo background image for input.button */
input.button, input.button_main {
	background: none
}

/* Hide #header, #nav, paginations and #footer */
#header, #nav, #footer, div.list_t, div.list_b {
	display: none
}