body, p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	line-height: normal;
}
a {
	color: #660000;
}
a:visited
{
	color: #884848;
}
a.leftMenu
{
	text-decoration:none;
	font-size:100%;
	font-weight:bold;
	text-indent:inherit;
}
a.leftMenu:hover, .selectedMenu
{
	text-decoration:none;
	font-size:100%;
	font-weight:bold;
	text-indent:inherit;
	color:white;
}
.selectedSubMenu
{
	color:white;	
	font-weight:bold;
}
.title
{
	font-size:100%;
	color:white;	
}
a.title:visited
{
	font-size:100%;
	color:white;	
}
.Disclaimer
{
font-size:x-small;
}
H1,H2,H3,H4,H5 { font-family: Verdana, Arial, Helvetica, sans-serif }
H1 { font-size: 160%; font-weight: bold; }
H2 { font-size: 140%; font-weight: bold; }
H3 { font-size: 120%; font-weight: bold; }
H4 { font-size: 110%; font-weight: bold; }

PRE { 
	BACKGROUND-COLOR: #FFFFBB; 
	FONT-FAMILY: 9pt "Courier New", Courier, mono; 
	WHITE-SPACE: pre; 
	padding: 7pt;
}
CODE { COLOR: #990000; FONT-FAMILY: "Courier New", Courier, mono; font-size:100%; }

.ArticleDescription
{
	padding-left:20px; padding-top:0px
}
td.comment-topright
{
	background-image:url(images/top-right.gif);
	background-position:top right;
	background-repeat:no-repeat;
	background-color:#ECDFD9;
	width:8px;
	height:8px;
}
td.comment-topleft
{
	background-image:url(images/top-left.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#ECDFD9;
	width:7px;
	height:8px;
}
td.comment-bottomright
{
	background-image:url(images/bottom-right.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color:#ECDFD9;
	width:8px;
	height:8px;
}
td.comment-bottomleft
{
	background-image:url(images/bottom-left.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	background-color:#ECDFD9;
	width:7px;
	height:8px;
}
table.comment
{
	background-color:#ECDFD9;
	height:auto;
}
td.comment-top
{
	background-image:url(images/border-top.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:8px;
}
td.comment-left
{
	background-image:url(images/border-left.gif);
	background-position:left;
	background-repeat:repeat-y;
	width:8px;
}
td.comment-right
{
	background-image:url(images/border-right.gif);
	background-position:right;
	background-repeat:repeat-y;
	width:8px;
}
td.comment-bottom
{
	background-image:url(images/border-bottom.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	height:8px;
}

dt {
	padding-bottom:5px;
	font-style:italic;
}
dd
{
	padding-bottom: 20px;
}
dd image 
{
	padding-top: 10px;
	padding-bottom: 10px;
}