BODY{
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	background-color: #000000;
}
body,td,th {
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #CFCDD6;
}
a:visited {
	text-decoration: none;
	color: #BBB8C5;
}
a:hover {
	text-decoration: underline;
	color: #E7E6EA;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
H3{
	background-image : url(./img/h3.gif);
	background-repeat : no-repeat;
	padding-top : 2px;
	padding-left : 16px;
	padding-right : 2px;
	padding-bottom : 2px;
	font-size : 100%;
	clear: left;
}
H2{
	font-size : 120%;
	font-weight : bold;
	font-style : italic;
	background-image : url(./img/h2.gif);
	background-repeat : no-repeat;
	font-family : sans-serif;
	padding-top : 2px;
	padding-left : 16px;
	padding-right : 2px;
	padding-bottom : 2px;
}
.TextTable{
	font-size : 90%;
	padding : 0px;
	margin-left : 32px;
	border : solid 1px #FFFFFF;
	border-collapse : collapse;
}
.BorderLessTable{
	font-size : 90%;
	margin-left : 32px;
	padding : 0px;
}
.Text{
	font-size : 90%;
	line-height: 1.2;
	text-indent : 0px;
	margin-left : 32px;
}
.Tab{
	width : 96px;
	height : 20px;
	background-image : url(./tabimg/template_n.gif);
	background-repeat : no-repeat;
	background-position : bottom left;
	font-size : 9pt;
	padding-top : 3px;
	padding-left : 6px;
	margin-left : 3px;
	margin-right : 3px;
}
.SelectedTab{
	width : 96px;
	height : 20px;
	background-image : url(./tabimg/template.gif);
	background-repeat : no-repeat;
	background-position : bottom left;
	font-weight : bold;
	font-size : 9pt;
	padding-top : 3px;
	padding-left : 6px;
	margin-left : 3px;
	margin-right : 3px;
}
.TabImage{
	vertical-align : -20%;
	border : 0px;
}
.LinkImage{
	float: left;
	margin-right : 8px;
	border : 0px;
}
.CommentText{
	margin-left : 32px;
	margin-top : -16px;
}
.ClapText{
	padding : 2px;
	padding-left : 8px;
	background-image : url(./img/h3.gif);
	background-repeat : no-repeat;
	background-position : -8px 0px;
	width : 384px;
	border-color : #605A71;
	border-style : solid;
	border-width : 1px;
}