body, td {
	font-family:arial,san-serif,helvetica;
	font-size:11pt;
	color:#676767;
	line-height:20pt;
}

.title {
	font-weight:bold;
	color:#333333;
}

.caption {
	font-size:9pt;
	line-height:12pt;
}

.frame {
	border:solid 4px black;
}

.frame_active, A.frame:hover {
	border:solid 4px red;
}


.subhead {
	text-align:right;
	color:#000000;
	font-weight:bold;
	border-bottom:solid 1pt #676767;
}

.subbody {
	padding-left:.5in;
	font-size:9pt;
}

A {
	font-weight:bold;
	color:#676767;
	text-decoration:none;
}

A:hover, .current {
	color:#000000;
	text-decoration:underline;
}

A:active {
	color:#ff0000;
	text-decoration:underline;
}

DIV#links A:hover, .current{
	text-decoration:none;
	border-bottom:solid 3px red;
}

DIV#links SPAN {
	display:none;
}

DIV#links A:hover SPAN, DIV#links {
	display:inline;
	color:#676767;
	border-bottom:solid 3px white;
}


.wrap1, .wrap2, .wrap3 {
	display:inline;
	/* \*/display:block;/**/
}
.wrap1 {
	float:left;
	background:url(images/shadow.gif) right bottom no-repeat;
}
.wrap2 {
	background:url(images/corner_bl.gif) -16px 100% no-repeat;
}
.wrap3 {
	padding:0 8px 8px 0;
	background:url(images/corner_tr.gif) 100% -16px no-repeat;
}

.wrap3 img {
	display:block;
}