BODY	{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	margin : 5pt;
	color : Black;
	background-color : White;
}
TABLE.box {
	border : 1pt solid #C0C0C0;
	width : 100%;
}
TABLE.main {
	border : 0pt;
	width : 700px;
}
TD {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}
TD.title {
	font-weight : bold;
	font-size : 16pt;
	font-style : italic;
	text-align : right;
}
TD.menu {
	font-weight : bold;
	display : block;
	border : 1pt solid #C0C0C0;
	padding-top : 5px;
	padding-bottom : 5px;
}
TD.menu A {
	text-decoration : none;
	color : Blue;
	background-color : inherit;
	padding : 5px 5px 5px 5px;
}
TD.menu A:hover {
	color : White;
	background-color : Red;
}
TD.menu A:visited {
	color : DarkBlue;
	background-color : White;
}
TD.menu A:visited:hover {
	color : White;
	background-color : Red;
}
TD.menuselected {
	color : #000000;
	background-color : #C0C0C0;
	border : 1pt solid #C0C0C0;
	font-weight : bold;
	padding : 5px;
}
TD.menuseparator {
	padding : 2px 2px 2px 2px;
}
TD.subtitle {
	color : Black;
	background-color : #D0D0FF;
	font-size : 14pt;
	font-weight : bold;
}
P.text	{
	text-align : justify;
	text-indent : 25pt;
}
