h1 {
	font-size: 22px;
	font-weight: bold;
	color: #8a2e2e;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	color: #8a2e2e;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #8a2e2e;
}
h4 {
	font-size: 16px;	
	font-weight: bold;
	color: #8a2e2e;
}
ol {
	list-style-type: decimal;
	font-size: 14px;
	color: #8a2e2e;
	list-style-position: outside;
}
ul {
	font-size: 14px;
	color: #8a2e2e;
	list-style-position: outside;
	list-style-type: disc;
}

#content a:link {
	font-size: 14px;
	color: #2e5c8a;
	text-decoration: none;
	border-bottom: dotted 2px #2e5c8a;
}
#content a:visited {
	font-size: 14px;
	color: #366d00;
	text-decoration: none;
	border-bottom: dotted 2px #366d00;
}
#content a:hover {
	font-size: 14px;
	color: #7D2200;
	text-decoration: none;
	border-bottom: dotted 2px #7D2200;
	border-top: dotted 2px #7D2200;
}
.bold {
	font-weight: bold;
}
.italics {
	font-style: italic;
}
.stong {
	font-style: italic;
	font-weight: bold;
}
.centertext {
	text-align: center;
}

#prevnext a:link {
	font-size: 11px;
	color: #2e5ca8;
	text-decoration: none;
}
#prevnext a:visited {
	font-size: 11px;
	color:#366d00;
	text-decoration: none;
}
#prevnext a:hover {
	font-size: 11px;
	color:#05356a;
	text-decoration: underline;
}
#inthisweek a:link {
	font-size: 12px;
	color: #8a2e2e;
	text-decoration: none;
}
#inthisweek a:visited {
	font-size: 12px;
	color:#8a2e2e;
	text-decoration: none;
}
#inthisweek a:hover {
	font-size: 12px;
	color:#8a2e2e;
	text-decoration: underline;
}
#inthisweek ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #8a2e2e;
	list-style-position: outside;
	list-style-type: disc;
	margin-left:-20px;
	line-height: 16px;
}
table{
	margin-left: auto;
	margin-right: auto;
    border: 1px solid #8a2e2e;
    border-spacing: 0;
    border-collapse: collapse;
	}

td {
    margin: 0;
    padding: 5px;
    border-width: 0px 1px 1px 1px;
    background-color: ##fef3ef;
		vertical-align: top;
	}
	
td p, td ul {
	color:#8a2e2e;
	text-align:left;
	vertical-align: top;
	}
	
th {
	font-size: 14px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #8a2e2e;
	vertical-align: top;
	}

.source {
	font-size: 10px;
	font-style: italic;
}
.imageright {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.imageleft {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.imagecenter {
	display: block;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
a.tooltip {
  position: relative;
}

a.tooltip span {
  display: none;
}

a.tooltip:hover {
  font-size: 100%; /* Fixes bug in IE5.x/Win */
  cursor: help;
}
a.tooltip:hover span {
	display: block;
	position: absolute;
	width: 170px;
	top: -2.5em;
	left: 2em;
	margin-left:30px;
	padding: 1em;
	border: 2px solid #8a2e2e;
	background-color: #f3d9d2;
	color: #8a2e2e;
	text-align: left;
}
#flashcontainer {
	width: 550px;
	margin-top: 10px;
	margin-left: 10px;
}
