/* CSS to match style mapping */


/* Level Styles */
.Heading1
{
	font-family:	"Times New Roman",serif;
	font-style:	normal;
	font-weight:	bold;
	font-size:	14pt;
	color:	#FF0000;
	text-align:	justify;
	width:	468pt;
	border-bottom:	2pt solid;
}

.Heading2
{
	font-family:	"Times New Roman",serif;
	font-style:	normal;
	font-weight:	bold;
	font-size:	14pt;
	color:	#800080;
	text-align:	left;
}

.Heading3
{
	font-family:	"Times New Roman",serif;
	font-style:	normal;
	font-weight:	bold;
	font-size:	14pt;
	color:	#000080;
	text-align:	left;
}

.Heading4
{
	font-family:	"Times New Roman",serif;
	font-style:	normal;
	font-weight:	bold;
	font-size:	14pt;
	color:	#FF0000;
	text-align:	justify;
	width:	468pt;
	margin-top:	5pt;
	margin-bottom:	5pt;
}

.Heading5
{
	font-family:	"Times New Roman",serif;
	font-style:	normal;
	font-weight:	bold;
	font-size:	14pt;
	color:	#000080;
	text-align:	justify;
	width:	468pt;
	margin-top:	5pt;
	margin-bottom:	5pt;
}

.Normal-Level
{
	font-family:	"Arial",sans-serif;
	font-style:	normal;
	font-weight:	normal;
	font-size:	11pt;
	text-align:	left;
}



/* Paragraph Styles */
.Banner
{
	font-family:	"Arial",sans-serif;
	font-style:	normal;
	font-weight:	bold;
	font-size:	11pt;
	background-color:	#00FFFF;
	text-align:	center;
	padding-left:	2pt;
	border-left:	2pt solid;
	padding-top:	2pt;
	border-top:	2pt solid;
	padding-right:	2pt;
	border-right:	2pt solid;
	padding-bottom:	2pt;
	border-bottom:	2pt solid;
	background-color:	#00FFFF;
}

.Normal
{
	font-family:	"Times New Roman",serif;
	font-style:	normal;
	font-weight:	normal;
	font-size:	12pt;
	text-align:	left;
}



/* Character Styles */
.character-Hyperlink
{
	text-decoration:	 underline;
	color:	#0000FF;
}



/* Field Styles */
.Note
{
}

.Popup
{
}



/* Highlighter Styles */
.Blue
{
	background-color:	#00FFFF;
}

.Green
{
	background-color:	#80FF00;
}

.Yellow
{
	background-color:	#FFFF00;
}



/* Link Styles */
.Default-Paragraph-Font
{
}

.link-Hyperlink
{
	font-family:	"Arial",sans-serif;
	font-style:	normal;
	font-weight:	bold;
	font-size:	11pt;
	text-decoration:	 underline;
	color:	#008000;
}

.Jump
{
	font-family:	"Arial",sans-serif;
	font-style:	normal;
	font-weight:	bold;
	font-size:	11pt;
	text-decoration:	 underline;
	color:	#008000;
}

.Web
{
	font-family:	"Arial",sans-serif;
	font-style:	normal;
	font-weight:	bold;
	font-size:	11pt;
	text-decoration:	 underline;
	color:	#008000;
}


