/* body styles */

BODY
	{
	BACKGROUND-COLOR: #FFFFFF;
	COLOR: #000000;
	FONT-FAMILY: Verdana,sans-serif;
	margin: 0 auto;
	width: 1000px
}

/* image styles */

IMG.HEADER
	{
	display: block;
   	margin: 0 auto;
	width: 900px
}

IMG.CENTER
	{
	display: block;
	margin: 0 auto
}

/* iframe */

IFRAME.CAL
	{
	display: block;
	margin: 0 auto
}

/* paragraph styles */

P.BIGREDHEAD
	{
	BACKGROUND-COLOR: #FFFFFF;
	COLOR: #ff0000;
	FONT-SIZE: 12pt;
	FONT-WEIGHT: 700;
	width: 650px;
	margin: 0 auto;
	text-align: center
}

P.BIGHEAD
	{
	FONT-SIZE: 12pt;
	FONT-WEIGHT: 700;
	margin: 0 auto;
	text-align: center
}

P.HEAD12
	{
	BACKGROUND-COLOR: #FFFFFF;
	COLOR: #000000;
	FONT-SIZE: 12pt;
	FONT-WEIGHT: 600;
	width: 650px;
	margin: 0 auto;
	text-align: center
}

P.HEAD
	{
	BACKGROUND-COLOR: #FFFFFF;
	COLOR: #000000;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: 600;
	width: 650px;
	margin: 0 auto;
	text-align: center
}

P.CENTER
	{ 
	BACKGROUND-COLOR: #ffffff;
	COLOR: #000000;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: 300;
	width: 650px;
	margin: 0 auto;
	text-align: center
}

P.SMCENTER
	{ 
	BACKGROUND-COLOR: #ffffff;
	COLOR: #000000;
	FONT-SIZE: 9pt;
	FONT-WEIGHT: 300;
	width: 650px;
	margin: 0 auto;
	text-align: center
}

P.NJUSTFD
	{ 
	FONT-SIZE: 11pt;
	FONT-WEIGHT: 300;
	width: 800px;
	text-align: justify;
	margin: 0 auto;
	
}

P.WNJUSTFD
	{ 
	FONT-SIZE: 11pt;
	FONT-WEIGHT: 300;
	width: 900px;
	text-align: justify;
	margin: 0 auto;
	
}

P.SMNJUSTFD
	{ 
	FONT-SIZE: 10pt;
	FONT-WEIGHT: 300;
	width: 650px;
	text-align: justify;
	margin: 0 auto;
	
}

/* span styles */

SPAN.BIGUL
	{
	text-decoration: underline;
	font-size: 12pt;
	font-weight: 300
}

SPAN.UL
	{
	text-decoration: underline
}

SPAN.MED
	{
	font-size: 10.5pt
}

SPAN.SMALL
  	{
	font-size: 9pt
}

SPAN.VSMALLB
  	{
	font-size: 8pt;
	color: #0000FF
}

SPAN.EXSMALL
	{
	font-size: 8pt;
}

SPAN.ITALICS
	{
	FONT-STYLE: italic;
}

SPAN.BOLD
	{
	font-weight: 600
}

SPAN.THEADR
	{
	font-weight: 600;
	color: #FFFFFF;
	margin: 0 auto;
	text-align: center
}

SPAN.SMCENT
	{
	color: #000000;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: 300;
	width: 450px
 }

/* table styles */

TABLE.CENTER
	{
	margin: 0 auto;
	width: 900px
	
}

TABLE.CENTER75
	{
	margin: 0 auto;
	width: 900px
}

TD.CENTER
	{
	text-align: center;
	font-size: 13px
}

TD.LEFT
	{
	text-align: left;
	font-size: 9pt;
	font-weight: 400
}

/* input styles */

INPUT.CENTER
	{ 
	width : 150px;
	margin: 0 auto;
	display: block
}




