/**
 * TCICredit.com - TEScreener 3.0
 * 01/20/03
 *
 * Style sheet to control common HTML elements.
 * This style sheet is imported by the general.css
 * file.
 */

body {
	text-align: center;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: black;
}

/* Older browser do not inherit the font
 * settings correctly from body tag, so
 * we set them here
 */
table, td, th, div, span {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
}
textarea, input, select {
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
}
/* get rid of nasty margins */
form, h1, h2, h3, h4, h5 { margin: 0; }
p { margin: 5px 0; }
img { border: 0; }

/* get rid of default spacing and padding on tables */
table { border-collapse: collapse; }
th {
	text-align: left;
	font-weight: bold;
}

a { 
	background: transparent;
	color: #039;
}

fieldset {
	padding: 1px 4px 3px 4px;
	margin-top: 0;
	margin-bottom: 5px;
	border: 1px solid #aaa;
}
legend {
	margin-top: 0;
	font-size: 13px;
}

input, select, img { padding: 4px; margin-top: 5px}