*,BODY {
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size:11pt;	 
}
BODY {
    margin:24px;	 
	background-color: whitesmoke;
}
A {
    color: blue;
    text-decoration : none;
}
A:visited {
    color: blue;
    text-decoration : none;
}
A:hover {
    color: darkred;
    text-decoration : none;
}

H1,H1 A {
    color: black;
    font-size:180%;
	 margin:0;
	 padding:0;
}
H2,H2 A {
    color: black;
    font-size:115%;
    margin-bottom:2px;
    margin-top:50px;
}
H3,H3 A {
    color: black;
    font-size:105%;
	 margin:0;
    margin-top:40px;
}
H4,H4 A {
    color: black;
    font-size:100%;
}
P {
    margin-top:8px;
    margin-bottom:12px;
    font-size:100%;
}
TD B {
	color:#404080;	
}

TABLE {
    border-collapse: collapse;
    border : 0;
}
TABLE TD {
    vertical-align:top;
	 padding:4px;
}

TABLE.imagetable {
	 margin-left:10px;
	 width:90%;
}
TABLE.imagetable TD {
	 border-top:1px solid white;
	 border-bottom:1px solid white;
}
IMG {
    border:0;
}
I {
	font-size: 110%;
	font-weight: bold;
	color: Maroon;
	padding-left:4px;
}

.code {	
	font-family: "Courier New", Courier, monospace;
}
HR {	
	width:100%;
	color: #c0c0c0;
	height: 1px;
	text-align: left;
	margin-bottom: 8px;
}
