body {
	font-family:georgia,"times new roman",times,serif;
	}
.col1 {
	float:none;
	width:100%;
	}
#logo2, #search, .col2, .col3 {	
	display: none;
	}
#header {
	float: none;
	font-size: 0.75em;
	}
#footer {
	text-align:center;
	float: none;
	font-size: 0.75em;
	border-top:1px solid #000;
	}
a:link, a:visited {
	color:#000;
	}

/* General classes */

.float-r {
	float:right;
	}
.float-l {
	float:left;
	}
.align-middle {
	vertical-align:middle;
	}
.align-top {
	vertical-align:top;
	}	
.align-left {
	text-align:left;
	}
.align-right {
	text-align:right;
	}
.align-center {
	text-align:center;
	}
.align-justify {
	text-align:justify;
	}
.frame {
	padding:5px;
	border:1px solid #8b8b8b;
	margin:0 1em;
	}
.tiny {
	font-size:.625em;
	}
.smaller {
	font-size:.75em;
	}
.small {
	font-size:.875em;
	}

/* Table styles for Main Column*/

.col1 table {
	margin:1em auto;	/* Top and bottom padded, centered */
	border-collapse:collapse;
	border-bottom:1px solid #69c;
	border-right:1px solid #69c;
	}
.col1 table tr.current {
	background:#acd;
	}
.col1 table th {
	font-weight:bold;
	color:#116699;
	border-top:1px solid #69c;
	border-left:1px solid #69c;
	padding:.25em .5em;
	}
.col1 table td {
	border-top:1px solid #69c;
	border-left:1px solid #69c;
	padding:.25em .5em;
	text-align:center;
	}
.col1 table td.hide {
	border:0;
	}

.col1 table a {
	font-weight: bold; 
	font-style: italic;
	}
