/*--------------------------------------
ÛÛRounded Corners
*/
.xbrp *{
	border-color:#CDD;
	background:#EFF;
}
.xbrp .xb1{
	background:#CDD;
}
.xbrpC{
	border-color:#CDD;
	background:#EFF;
	border-width:0px 1px;
	border-style:solid;
	margin:0px 3px;
}
.xb {
	display:block;
	background:transparent;
	font-size:1px;
}
.xb1, .xb2, .xb3, .xb4 {
	display:block;
	overflow:hidden;
}
.xb1, .xb2, .xb3 {
	height:1px;
}
.xb2, .xb3, .xb4 {
	border-style:solid;
	border-width:0px 1px;
}
.xb1 {
	margin:0 8px;
}
.xb2 {
	margin:0 6px;
	border-width:0 2px;
}
.xb3 {
	margin:0 5px;
}
.xb4 {
	margin:0 4px;
	height:2px;
}
.xbL * {
	background-color:#CCD;
	border-color:#BBE;
}
.xbL .xb1 {
	background-color:#BBE;
}
.xbrp *, .xbrpC {
	border-color:#CDA;
	background-color:#EFC;
}
.xbrp .xb1 {
	background-color:#CDA;
}
.xbrpC .br{
	display:block;
	font-size:0.75em;
}
/*--------------------------------------
	box content formatting
*/
#Content{
	font-size:0.80em;
}

#Content p{
	margin:0 1em 1em;
}
#Content .note, #Content .reminder{
	margin:1em;
	margin-left:2em;
	font-style:italic;
	font-size:0.9em;
}
#Content .note dt, #Content .reminder dt{
}
#Content .note dd, #Content .reminder dd{
	position:relative;
	top:-1em;
}
#Content .note dd{
	margin:0 4em -1em;
}
#Content .reminder dd{
	margin:0 5.5em -1em;
}

#Content a{
	white-space:nowrap;
}
#Content span{
	white-space:nowrap;
}

a{
	text-decoration:none;
}
a img{
	border:none;
}

.scaps{
	font-variant:small-caps;
}
.pdent{ 
	text-indent: 1em;
}
.par{
	position:absolute;
	margin-left:-1.3em;
}
