body {
	background : White;
	color : Black;
	margin-left : 4px;
	margin-top : 4px;
	margin-right : 4px;
}

body,td{
	font-family : verdana, arial,sans-serif;
	font-size : 80%;
}

p, li{
	font-family : verdana, arial,sans-serif;
}


H1, H2, H3, H4, H5, H6 {
	font-family : verdana, arial, sans-serif;
	color: #000080;
	background : White;
}
H1{
	font-size : 210%;
}
H2{
	font-size : 180%;
}
H3{
	font-size : 150%;
}
H4{
	font-size : 130%;
}
H5{
	font-size : 110%;
	font-style : italic;
}
H6{
	font-size : 90%;
	font-style : italic;
}

UL{
	font-family : arial, sans-serif;
	list-style-type : disc;
	list-style-position : outside;
}

table{
	font-family : verdana, arial, sans-serif;
	padding : 0em;
}

td {
	font-family : verdana, arial, sans-serif;
    vertical-align : top;
}

table.sty_1{
	background-color : #ffff66;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px white  solid;
	borderColor: white; 
}

tr.titlebar{
	background-color: #000000;
	color: white;
	font-size: 100%;
	font-weight: bold;
	text-align: center
}

tr.subtitlebar{
	background-color: #efba21;
	color: white;
	font-size: 100%;
	font-weight: normal;
	text-align: left;
}


.SmallText {
	font-family: verdana,arial, sans-serif;
	font-size: 90%;
	font-style: normal;
	line-height: normal;
	height: auto;

}.smalltext{
	font-family : verdana, arial, sans-serif;
	font-size : 90%;
}

.txtlarger{
	font-family : verdana, arial, sans-serif;
	font-size : 120%;
}

.txtg{
	color : #008000;
	background : White;
}

.txttableheader{
	color : #008000;
	background : White;
	font-style : italic;
	font-weight : bold;
}

.txtred{
	color : Red;
	background : White;
	font-weight : bold;
}


.borderblue{
	border-bottom : 1px solid #00ccff;
	border-left : 1px solid #00ccff;
	border-right : 1px solid #00ccff;
	border-top : 1px solid #00ccff;
}




.NormalText {
	font-family: verdana,arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	text-align: left;

}
.NormalCentred {
	font-family: verdana,arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	text-align: center;
}


