table.table2
{
	font-family : "Lucida Sans Unicode", "Lucida Grande", Veranda, Arial, Tahoma, Helvetica, sans-serif;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	border-top: 1px solid #9baff1;
	border-bottom: 1px solid #9baff1;

}
th.table2
{
	font-weight: bold;
	font-size: 85%;
	padding: 2px;
	background: #b9c9fe;
	border-top: 1px solid #aabcfe;
	border-bottom: 1px solid #aabcfe;
	border-right: 1px solid #aabcfe;
	border-left: 1px solid #aabcfe;
}
td.table2
{
	font-size: 85%;
	padding: 2px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid #e8edff;
	border-right: 1px solid #9baff1;
	border-left: 1px solid #9baff1;
}

BODY {
	color : #000000;
	font-family : "Lucida Sans Unicode", "Lucida Grande", Veranda, Arial, Tahoma, Helvetica, sans-serif;
	margin-left : 8%;
	margin-right : 5%;
}

p.smaller
 {
font-size: 70%;
}

H1 {
	font-size : 150%;
	margin-left : -5%;
}

H2 {
	font-size : 120%;
	margin-left : -5%;
															}

H3 {
	font-size : 120%;
	margin-left : -5%;
}

H4 {
	font-size : 110%;
	margin-left : -5%;
}

H5 {
	font-size : 100%;
	font-weight : 900;
}

H6 {
	font-size : 100%;
	font-style : italic;
	font-weight : 800;
}

BLOCKQUOTE {
	margin-left : 0;
}

CAPTION {
	font-weight : 800;
}

