P  {}

H1  {
	font-family : Arial;
	font-weight : bold;
	font-size : x-small;
}

H2  {
	font-family : Arial;
	font-size : medium;
	font-weight : bold;
}

H3  {
	font-family : Arial;
	font-size : large;
	font-weight : bold;
}

A:link    { color: blue }
A:visited {
	font-size: 100%
}
A:active  { color: blue; font-size: 100% }


BODY  {
	font-family : Arial;
	color : Black;
	font-size : x-small;
}

.redfontboldsmall  {
	color : red;
	font-size : x-small;
	font-family : Arial;
	font-weight : bold;
	background-color : Lime;
}

.tablehead  {
	font-size : small;
	font-family : Arial;
	font-style : normal;
	font-weight : bold;
	color : White;
	text-align : center;
}

.tabledata  {
	font-size : small;
	font-family : "Arial Narrow";
	font-weight : normal;
	color : black;
}

.px11  {
	font-family : Arial;
	color : Black;
	font-size : x-small;
}

.tabledata2  {
	font-size : 14px;
	font-family : Arial;
	color : Black;
}

.verysmalltext  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.smalltext  {
	font-size : 14px;
	font-family : Arial;
	line-height: normal;
}

.blueheading  {
	font-size : medium;
	font-family : Arial Black;
	color : Blue;
}

.smalltextblue  {
	font-size : 12px;
	font-family : Arial;
	color : Blue;
	font-weight : bold;
}

.verysmalltextred  {
	font-size : x-small;
	font-family : Arial;
	color : Red;
}

.blackheading  {
	font-size : small;
	font-family : Arial;
	color : Black;
; font-style: normal; font-weight: bold
}

.debuginfo  {
	font-size : x-small;
	font-family : Arial;
	color : Green;
}

.tabledataCentered {
	font-size : x-small;
	font-family : Arial;
	color : Black;
	background-position: center center;
	}
	
	.childentry {
	font-size : x-small;
	font-family : Arial;
	color : Blue;
	background-position: center center;
	font-weight : bold;
}
	
.tableheaddata {
	font-size : small;
	font-family : Arial;
	font-style : normal;
	font-weight : bold;
	color : White;
	text-align : center;
	background-color : Blue;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	}



.tableheadgreen {
	font-size : small;
	font-family : Arial;
	font-style : normal;
	font-weight : bold;
	color : White;
	text-align : center;
	background-color : Green;
}

.tabledoctext {
	font-size : small;
	font-family : Arial;
	font-style : normal;
	font-weight : bold;
	color : grey;
	text-align : left;
	background-color : white;
}


.verysmalltextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000
}
.tableheadgrey {

	font-size : small;
	font-family : Arial;
	font-style : normal;
	font-weight : bold;
	color : White;
	text-align : center;
	background-color : #666666;
}
.common {
  font: 15px arial;
  color:#666666;
}
