BODY	{
	color: black;
	background: white;
	margin: 12px 10px;
}

DIV	{
	text-align: left;
	margin: 0;
	padding: 0;
}

DIV.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

DIV.ind {
	margin: 20px 16px;
}
DIV.l-ind {
	margin: 12px 40px;
}

DIV.info {
	border: 1px solid #aaaaaa;
	background-color: #f8f8f8;
	font-size: smaller;
	font-weight: normal;
	line-height: 110%;
	margin: 12px 0px;
	padding: 10px 10px 10px 10px;
}
DIV.info P {
	text-indent: 12px;
	margin: 3px 0px;
	padding: 0px;
	vertical-align: middle;
}

DIV.quote {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin: 16px 30px;
	padding: 12px;
}

DIV.note {
	border: 1px solid #777777;
	background-color: #f8f8f8;
	color: black;
	font-weight: normal;
	line-height: 115%;
	margin: 12px 0px;
	padding: 0px 10px 0px 10px;
}

#white {
	color: white;
}
#red {
	color: red;
}
#left {
	text-align: left;
}
#right {
	text-align: right;
}
#center {
	text-align: center;
}

#topalign {
	margin-top: 8px;
}

#times	{
	font-weight: bold;
	font-family: "Times New Roman", times;
}

#emp {
	font-weight: bold;
	font-size: 120%;
}

#portrate {
	border: 1px solid block;
	padding: 4px;
	vertical-align: middle;
}

.r-info {
	text-align: right;
	font-size: x-small;
	color: #666666;
}

P	{
	margin:	12px 4px;
	padding: 0px;
	text-indent: 16px;
	line-height: 120%;
}

EM	{
	font-weight: bold;
	font-style: normal;
}
EM.red	{
	color: red;
	font-weight: normal;
}

STRONG	{
	font-weight: bold;
	font-style: normal;
	color: red;
}

TABLE.large_caption {
	border: 2px solid #70a2b4;
/*	background: #e4fcff;*/
	background: #d7f5f7;
/*	border: 2px solid #5a92a4;
	background: #b3e2e1;*/
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 24pt;
}

TABLE.caption {
	border: 0px;
	background: #d7f5f7;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
}

TABLE.bg	{
	border: 1px solid black;
	margin-top: 10px;
	margin-left: 10px;
}
TABLE.bg TH	{
	font-weight: bold;
	background: #cccccc;
	padding: 2px 6px;
}
TABLE.bg TD	{
	background: #eeeeee;
	padding: 2px 6px;
}

TABLE.def	{
	border: 1px solid #888888;
	margin-top: 10px;
	margin-left: 10px;
}
TABLE.def TH	{
	font-weight: bold;
	text-align: left;
	background: #dddddd;
	padding: 3px 6px;
}
TABLE.def TD	{
	font-weight: normal;
	border: 1px solid #eeeeee;
	background: white;
	padding: 8px 12px;
}

TABLE.def2	{
	border-width: 0px;
	margin-top: 10px;
	margin-left: 10px;
}
TABLE.def2 TH	{
	text-align: right;
	font-weight: bold;
	background: #dddddd;
	padding: 6px 10px;
}
TABLE.def2 TD	{
	background: #eeeeee;
	padding: 6px 12px;
}


H3	{
	font-weight: bold;
	text-align: left;
	margin: 10px 15px 5px 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}
H4	{
	font-weight: bold;
	text-align: left;
	margin: 20px 7px 10px 7px;
}

UL	{
	list-style: disc;
	margin-top: 8px;
	margin-bottom: 16px;
	margin-left: 40px;
	padding: 0px;
	vertical-align: bottom;
}
UL LI {
	line-height: 120%;
}

HR	{
	color: #cccccc;
	height: 1px;
	margin: 2px 0px;
	padding: 0px;
}

UL.mid	{
	margin-top: 8px;
	margin-bottom: 8px;
}

OL.toc LI {
	font-weight: bold;
	margin-bottom: 5px;
}
OL.nest {
	padding-left: 20px;
	margin-left: 0px;
	margin-bottom: 0px;
}

IMG.raw	{
	border: 0px;
	margin: 0px;
	padding: 0px;
}
IMG.icon {
	border: 0px;
	margin: 0px 3px 0px 1px;
	vertical-align: -40%;
}
IMG.iconS {
	border: 0px;
	margin: 0px 3px 0px 1px;
	vertical-align: -65%;
}

DT	{
	border: 1px solid black;
	font-weight: bold;
	text-align: left;
	margin: 10px 16px 0px 16px;
	padding: 0px;
}
DD	{
	border: 1px solid black;
	font-weight: normal;
	text-align: left;
	margin: 0px 16px 16px 16px;
	padding: 0px;
}

