/*--------------------------------------------------------------------
-- 'Invalid' Styles
--------------------------------------------------------------------*/
body
{
	font-weight: normal;
	font-size: 8pt;
	color: red;
	font-family: courier;
}
tbody
{
	font-weight: normal;
	font-size: 8pt;
	color: red;
	font-family: courier;
}
/*--------------------------------------------------------------------
-- 'Text' Styles
--------------------------------------------------------------------*/
p.cTextNormal
{
	font-weight: normal;
	font-size: 10pt;
	color: #666666;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: left;

	font-style:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;	
}

p.cTextCenter
{
	font-weight: normal;
	font-size: 10pt;
	color: #666666;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;

	font-style:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;	
}
p.cTextQuote
{
	font-weight: normal;
	font-size: 10pt;
	color: #666666;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: left;
	margin-left:15px;
	margin-right:15px;
	margin-top:5px;

	font-style:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;	
}
p.cTextQuoteTitle
{
	font-weight: normal;
	font-size: 10pt;
	color: #666666;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: left;
	margin-bottom:0px;

	font-style:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;	
}
li.cListItemNormal
{
	font-weight: normal;
	font-size: 10pt;
	color: #666666;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: left;

	font-style:	normal;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;	
}

a.cLinkNormal, a.cLinkNormal
{
	font-weight: normal;
	font-size: 10pt;
	color: #999999;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;

	font-style:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;	
}

span.cTextCaption
{
	font-weight: normal;
	font-size: 8pt;
	color: #aaaaaa;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: left;

	font-style:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;	
}

/*--------------------------------------------------------------------
-- Menu Control Styles
--		NOTE:	Menu and Sub Menu styles that are section specific can 
--				be found in the 'section' style sheets
--------------------------------------------------------------------*/
a.cMenuItemOff
{
	font-weight: bold;
	font-size: 10pt;
	color: #666666;
	font-family: verdana;
	text-decoration: none;
	text-align: left;
	text-decoration: none;

	font-style:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;	
}
a.cMenuItemOff:hover
{
	font-weight: bold;
	font-size: 10pt;
	color: #666666;
	font-family: verdana;
	text-decoration: none;
	text-align: left;
	text-decoration: none;

	font-style:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;	
}
/*--------------------------------------------------------------------
-- 'Body' Styles
--------------------------------------------------------------------*/
body.cBodyNormal
{
	background-color: #eeeeee;
	margin-top: 10;
}