BODY {
	background-color : white;
	color : Black;
	font-family : sans-serif;
	font-size : 10pt;
}

A.Detail {
	color : Black;
	font-style : normal;
	text-decoration : none;
	font-weight : 600;
}

A.Detail:LINK {
	color : Navy;
	font-style : normal;
	text-decoration : none;
	font-weight : 600;
}

A.Detail:Active {
	color : Blue;
	font-style : normal;
	text-decoration : none;
	font-weight : 600;
}

A.Detail:Hover {
	background-color : Black;
	color : White;
	font-style : normal;
	text-decoration : none;
	font-weight : 600;
}

A.Side {
	color : Black;
	font-style : normal;
	text-decoration : none;
}

A.Side:LINK {
	color : black;
	font-style : normal;
	font-size : 10pt;
	text-decoration : none;
}

A.Side:Active {
	color : #6633FF;
	font-style : normal;
	font-size : 10pt;
	text-decoration : none;
}

A.Side:Hover {
	background-color : blue;
	color : white;
	font-style : normal;
	font-size : 10pt;
	text-decoration : none;
}

H3 {
	font-size : 13pt;
	font-weight : 800;
	font-family : sans-serif;
}

H4 {
	font-size : 12pt;
	font-weight : 800;
	font-family : sans-serif;
}

HR {
	background-color : Black;
	border-style : solid;
	border-color : Black;
}


STRONG {
	font-weight : 800;
}


TD.MenuTitle {
	color : Gray;
	font-weight : 800;
	font-family : sans-serif;
	font-size : 11pt;
}

TD.SideTitle {
	color : black;
	font-weight : 800;
	font-family : sans-serif;
	font-size : 10pt;
}

TD.SideItem {
	color : black;
	font-family : sans-serif;
	font-size : 10pt;
}

TABLE.Detail {
}

TD.DetailTitle {
	color : Gray;
	font-weight : 800;
	font-family : sans-serif;
	font-size : 14pt;
}

TD.DetailBody {
	background-color : #AFCFCF;
	background: url("images/detail_bg.jpg");
}


div.detail {
	color : Black;
	font-size : 10pt;
	font-family : sans-serif;

	margin-left : 10px;
	margin-bottom : 10px;
	margin-right : 10px;
	margin-top : 10px;
	text-align : justify;
	text-justify : distribute;
}

TD.Detail {
	color : Black;
	font-size : 10pt;
	font-family : sans-serif;
}

Div.Inner {
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 4px;
	margin-bottom: 8px;
}