/* CSS Document */


td.HtmlBoxUpperLeft, td.HtmlBoxUpperLeftFlat {
	background-image:url(../images/box.ul.gif); 
	background-position:left top; 
	background-repeat:no-repeat; 
	width:9px; 
	height:9px; 
	font-size:0px;
}
td.HtmlBoxUpperLeftFlat { background-image:url(../images/box.ul.flat.gif); }

td.HtmlBoxTop, td.HtmlBoxTopFlat {
	background-image:url(../images/box.top.gif); 
	background-position:left top; 
	background-repeat:repeat-x;  
	font-size:0px;
}
td.HtmlBoxTopFlat { background-image:url(../images/box.top.flat.gif); }

td.HtmlBoxUpperRight, td.HtmlBoxUpperRightFlat {
	background-image:url(../images/box.ur.gif); 
	background-position:right top; 
	background-repeat:no-repeat; 
	width:9px; 
	height:9px; 
	font-size:0px;
}
td.HtmlBoxUpperRightFlat { background-image:url(../images/box.ur.flat.gif); }

td.HtmlBoxLowerLeft, td.HtmlBoxLowerLeftFlat {
	background-image:url(../images/box.ll.gif); 
	background-position:left bottom; 
	background-repeat:no-repeat; 
	width:9px; 
	height:9px; 
	font-size:0px;
}
td.HtmlBoxLowerLeftFlat { background-image:url(../images/box.ll.flat.gif); }

td.HtmlBoxBottom, td.HtmlBoxBottomFlat {
	background-image:url(../images/box.bottom.gif); 
	background-position:left bottom; 
	background-repeat:repeat-x; 
	font-size:0px;
}
td.HtmlBoxBottomFlat { background-image:url(../images/box.bottom.flat.gif); }


td.HtmlBoxLowerRight, td.HtmlBoxLowerRightFlat {
	background-image:url(../images/box.lr.gif); 
	background-position:right bottom; 
	background-repeat:no-repeat; 
	width:9px; 
	height:9px; 
	font-size:0px;
}
td.HtmlBoxLowerRightFlat { background-image:url(../images/box.lr.flat.gif); }

td.HtmlBoxLeft, td.HtmlBoxLeftFlat {
	background-image:url(../images/box.left.gif); 
	background-position:left top; 
	background-repeat:repeat-y;
}
td.HtmlBoxLeftFlat { background-image:url(../images/box.left.flat.gif); }

td.HtmlBoxTitleLeft, td.HtmlBoxTitleLeftFlat {
	background-image:url(../images/box.left.gif); 
	background-position:left top; 
	background-repeat:repeat-y;
}
td.HtmlBoxTitleLeftFlat { background-image:url(../images/box.left.flat.gif); }


td.HtmlBoxRight, td.HtmlBoxRightFlat {
	background-image:url(../images/box.right.gif); 
	background-position:right top; 
	background-repeat:repeat-y;
}
td.HtmlBoxRightFlat { background-image:url(../images/box.right.flat.gif); }

td.HtmlBoxTitleRight {
	background-image:url(../images/box.right.gif); 
	background-position:right top; 
	background-repeat:repeat-y;
}
td.HtmlBoxTitleRightFlat { background-image:url(../images/box.right.flat.gif); }

td.HtmlBoxTitle {
	background-color:#FFFFFF;
	border-bottom:2px solid #E3E3E3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#555555;
	padding-bottom:3px;
}

td.HtmlBoxContents {
	background-color:#FFFFFF;
}

span.HtmlBoxGenericContent {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:normal;
	line-height:1.6em;
	text-align:justify;
}

span.HtmlBoxGenericContent a {
	color:#0000FF;
	text-decoration:none;
	font-weight:bold;
}

span.HtmlBoxGenericContent a:hover {
	text-decoration:underline;
}