/*
 * Basic layout/presentation
 */

html {
	margin: 0;
	padding: 0;
}

body {
    background: white;
    color: black;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	font-family: Times New Roman, Times, serif;
	font-size: 0.8em;
    word-spacing: 0.01em;
}

h1, h2, h3, h4 {
	color: black;
}

.SimpleButton, .GridButton, .RedButton, .BackButton, .minibuttons, .frmbuttons {
	display: none;
}

td {
	background: white;
}

a {
	color: blue;
	text-decoration: none;
}

a img {
    border: 0;
}

#header, #footer, #breadcrumbs {
    display: none;
}

#site-navigation, #local-navigation, #secondary-content, #internalNavColumn {
    display: none;
}

#grids table {
	border-collapse: collapse; 
	width: 100%;
}

#grids table th {
	border-bottom: 1px solid black;
	text-align: left;
}

#grids table td {
	border-bottom: 1px solid #ccc;
}

#grids table td td {
	border-bottom: none;
}

#grids table tfoot td {
	font-weight: bold;
}

label {
	font-weight: bold;
	float: left;
	width: 25%;
}

.postalAddress label {
	float: none;
}

.postalAddress ul {
	list-style-type: none;
	margin: 0.5em 0 2em 2em;
}

input {
	border: none;
}