a, a:visited{ color: maroon; }

a:hover{ color: navy; }

body{
	background-color: white;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
/*	height: auto !important;
	height: 100%;
	min-height: 100%;*/
}

div.content{
	padding: 8px;
	border: solid 1px gray;
	width: 95%;
	height: 95%;
	min-height: 100%;
	overflow: inherit;
}

html{ height: 100%; }

td.content{ padding: 10px; }

td.footer-x{
	background-image: url(images/layout/footer-x.jpg);
	background-repeat: repeat-x;
	text-align: right;
	padding-right: 8px;
	font-size: 12px;
}

td.header{
	background-image: url(images/layout/header-x.jpg);
	background-repeat: repeat-x;
}
td.flash{
	padding-right: 5px;
}

td.nav{
	background-image: url(images/layout/nav-x.jpg);
	background-repeat: repeat-y;
}

td.upper-rgt{
	text-align: right;
	/*position: absolute;
	top: 4px;
	right: 155px;
	width: 400px;*/
	font-size: 16px;
	font-style: italic;
	color: gray;
	font-weight: bold;
	padding-right: 4px;
}
table.spacer td{
	padding: 6px;
}
td.wrapper{ width: 900px; border: 1px solid black; padding: 1px; }

#copyright{ text-decoration: none; color: black; }

