BODY {
	background-color : #FFFFFF;
	color : #000000;
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	font-size : larger;
	text-align : left;
	vertical-align : top;
}

A:LINK, A:VISITED {
	color : Blue;
	text-decoration : underline;
}

A:LINK, A:UNVISITED {
	color : Blue;
	text-decoration : underline;
}

A:HOVER {
	background-color : White;
	color : Blue;
	text-decoration : underline;
}

H1 {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 200%;
}

H2 {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 160%;
}

H3 {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 140%;
}

H4 {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 115%;
}

H5 {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 100%;
	font-weight : 900;
}

H6 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
	font-style : italic;
	font-weight : 800;
}

BLOCKQUOTE {
	margin-left : 0;
}

TD.SIDEBAR{
	background-color : #FFCC66;
	font-weight : bold;
	text-align : center;
}

TD.DIVIDER{
	background-color : #007B9F;
}

TD.DIVIDER2{
	background-color : #000000;
}

TD.FYI{
	background-color : #CCCCFF;
}

TD.MENU{
	text-align : right;
	font-weight : bold;
}

TD.WHITE{
	background-color : #FFFFFF;
}

TD{
	vertical-align : text-top;
	font-weight : normal;
}

P.DATE{
	font-weight: normal;
	text-align : right;
	font-size : smaller;
	vertical-align : text-bottom;
	color : White;
}

P.TITLE{
	text-align: center;
	font-weight : bold;
	font-size : 140%;
}