@import "lisAltStyles.css";

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

body, p, ul, li, ol, input, select, textarea {
	background: #fff;
	color: #000;
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
}

.content {
	margin-left:25px;
}

.indent {
	padding-left:25px;
}

td.sidebar {
	/*background-image:url(images/sidebar/blueStars.gif);*/
	background-image:url(images/sidebar/blueSquiggle.gif);
	/*width:200px;*/
	margin:0px;
	padding:0px;
	text-align:center;
}

div.title {
	padding:0px;
	text-align:center;
	width:100%;
}

p {
	margin: 10px;
	line-height: 14px;
	text-align: left;
}

.small {
	font-size: 0.9em;
	font-style: oblique;
}

li {
	margin: 10px;
	text-align: left;
	line-height:12px;
}

h1,h2,h3,h4,h5,h6 {
	color: #66c;
}

h1 {
	font-size: 14px;
	letter-spacing: 0em;
	font-weight: bold;
	text-align: left;
}

h2 {
	font-size: 12px;
	letter-spacing: 0em;
	font-weight: bold;
	text-align: left;
}

h3 {
	color: #666;
	font-size: 12px;
	letter-spacing: 0em;
	font-weight: bold;
	text-align: left;
}

a:link, a:visited, a:active {
	color:#903;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	cursor: hand;
}

.spacer {
	background: transparent;
	clear: both;
}

.indexSpacer {
	background: transparent;
	clear: both;
	height:50px;
}

table td {
	vertical-align: top;
}

table.dates {
	border-collapse: collapse;
	border-left: 1px solid #66c;
	border-right: 1px solid #66c;
}

table.dates th {
	border-top: 1px solid #66c;
	border-right: 1px solid #666;
	border-bottom: 1px dotted #666;
	background-color: #ccc;
}

table.dates th.last {
	border-right-width: 0px;
	border-bottom: 1px dotted #666;
}

table.dates td {
	text-align:left;
	border-right: 1px solid #66c;
	border-bottom: 1px solid #66c;
}

table.dates td.last {
	border-right-width: 0px;
	border-bottom: 1px solid #66c;
}