body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

th	{
	font-weight : bold
	}

a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #008400;
}
#divCopyright {
	font-size: 12px;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

h1 {
	font-weight : bold;
	font-size: 18px; 
}

h2 {
	font-weight : bold;
	font-size : 16px;
	text-align: center;
	margin-bottom: 10px;
}

h3 {
	font-weight : bold;
	font-size: 16px;
	margin-top: 0px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
}


i {
	font-style : oblique;
}

b {
	font-weight : bolder;
}
p {
	line-height: normal;
}
li {
	line-height: 20px;
}
.center {
	text-align: center;
}
td {
	vertical-align: top;
}
.note {
	color: #FF0000;
}
