﻿html {
	font-family: arial, helvetica, Sans-Serif;
}

body { 
	background-color: white; 
	color: black; 
}

.contenttitle {
	text-align: center;
	margin: 0px;
}

.contenttitle h1 {
	margin: 0px;
}

.contenttitle h2 {
	margin: 0px;
}

.contenttitle h3 {
	margin: 0px;
}

.contentsplitter {
	color: gray;
	margin-bottom: 15px;
}

.imagefooter {
	font-size: x-small;
}

.highlight {
	color: #0054A6;
}

.fluomarker {
	background-color: yellow;
}

.agendatable {
	color: black;
}

.agendatable tr  {
	background: white;
}

.agendatable td {
	padding-right: 5px;
	padding-left: 5px;
}

.headingtitle {
	padding: 5px;
	font-style: italic; 
	font-weight: bold;
	text-align: center;
}

.fullpagecontent { 
	margin-left: 5%; 
	margin-right: 5%; 
}

.generaltable {
	color: black;
}

.generaltable tr  {
	background: white;
}

.generaltable td {
	padding: 5px;
	border-style: solid;
	border-color: gray;
	border-width: 1;
	
}

.generaltable a:link { 
	color: #0054A6;
	text-decoration:underline
}

.generaltable a:visited { 
	color: #0054A6;
	text-decoration:underline
}
 
.generaltable a:hover  { 
	color: #FF2200;
	text-decoration:underline
}
.generaltable a:active  { 
	color: #0054A6;
	text-decoration:underline
}

.phototable {
}

.phototable td {
	text-align: center;
}

.tablehighlight {
	color: red;
    font-weight: bold;
}

.tablehighlightbg {
	background-color: #FFBB00;
}

.tablehighlightbgfat {
	background-color: #FFBB00;
	font-weight: bold;
}

a:link, a:visited { 
	color: #0054A6;
	text-decoration:underline
}
 
a:hover, a:active  { 
	color: #FF5500;
	text-decoration:underline
} 
