/* CSS definition file containing site wide stylesheets */

.Logotype {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: xx-small;
 	font-weight: bold;
 	text-align: center
}

.TableHead {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: x-small;
 	color: rgb(0,0,255);
 	font-weight: bold;
 	text-align: center;
 	background-color: rgb(255,255,255)
}

.TextObject {
	font-family: Arial, Helvetica, Geneva, Sans-serif
}

.Cell {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-small;
 	font-weight: normal;
 	font-style: normal;
 	margin-top: 1pt;
 	margin-bottom: 1pt
}

.TextNavBar {
	color: rgb(255,255,204)
}