/*
#######################################################################
code_header
#######################################################################
page_title:		Style Sheet Template
create_date:		04/10/2002
create_user:		eveler_jr_charles
			stonestreet_jp
modify_date:		04/27/2002
modify_user:	

glossary:
	sn = site navigation
	sc = site content

	pn = page naviagation
	pc = page content

note: if a page requires a different style than the rest of the site,
	suffix the class with the page name.
	e.g. pcBodyFaqOpportunity
#######################################################################
*/


/* begin navigation */

/*
sn-header
sn-left
sn-body
sn-right
sn-footer
*/


/* ex.
pn-body-mail-link
*/

/* end navigation */



/* begin content */


/*
sc-header
sc-left
sc-body
sc-right
sc-footer

pc-header
pc-left
sc-body
pc-right
pc-footer
*/

/* ex.
sc-body-faq
sc-body-data
sc-body-form-data
sc-body-form-input
sc-body-form-label
sc-body-instruction
sc-body-list-data
sc-body-list-header
sc-body-label
sc-body-qa
sc-body-quote
sc-body-section-header

sc-body-faq-opportunity		Opportunity page has a different style than sc-body-faq

*/

/* end content */

body
{
	font-family:Verdana, Arial, Sans-Serif;
	font-size:12px;
	color:#000000;
}

td
{
	font-family:Verdana, Arial, Sans-Serif;
	font-size:11px;
	color:#000000;
}

.sn-header
{
	font-family:Verdana, Arial, Sans-Serif;
	font-size:11px;
	color:#f5f5f5;
}

.sn-header:hover
{
	font-family:Verdana, Arial, Sans-Serif;
	font-size:11px;
	color:#ff0000;
}

.sn-body
{
	font-family:Verdana, Arial, Sans-Serif;
	font-size:12px;
	color:#999999;
}

.sn-body:hover
{
	font-family:Verdana, Arial, Sans-Serif;
	font-size:12px;
	color:#ff0000;
}

.sn-body-list
{
	font-family:Verdana, Arial, Sans-Serif;
	font-size:11px;
	color:#000000;
}

.sn-body-list:hover
{
	font-family:Verdana, Arial, Sans-Serif;
	font-size:11px;
	color:#ff0000;
}

.sn-left-header
{
	font-family:Verdana, Arial, Sans-Serif;
	font-size:14px;
	font-weight:700;
	color:#000000;
}

.sn-left
{
	font-family:Verdana, Arial, Sans-Serif;
	font-size:11px;
	color:#000000;
}

.sn-left:hover
{
	font-family:Verdana, Arial, Sans-Serif;
	font-size:11px;
	/* text-decoration necessary for opera */
	text-decoration:underline;
	color:#ff0000;
}

.sc-body-list-bullet
{
	margin-top: 5px;
	list-style-position: outside;
	font-size: 11px;
	line-height: 20px;
	font-family: Verdana, Arial, Sans-Serif;
	list-style-type: disc;
}

.sc-body-list-header
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: 700;
}

.sc-body-list-header-note
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-style:italic;
}

.sc-body-list-column-header
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: 700;
}

.sc-body-list-content
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color:#546a82;
}

.sc-body-faq-question
{
	font-weight: 700;
	font-size: 12px;
	line-height: 20px;
	font-family: Verdana, Arial, Sans-Serif;
}

.sc-body-faq-answer
{
	font-size: 12px;
	line-height: 20px;
	font-family: Verdana, Arial, Sans-Serif;
}

.sc-body
{
	font-size: 11px;
	color: #000000;
	line-height: 20px;
	font-family: Verdana, Arial, Sans-Serif;
}

.sc-body-header
{
	font-family:Verdana, Arial, Sans-Serif;
	font-size:13px;
	font-weight:700;
	color:red;
}

.sc-body-item-importance
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: 700;
}

.sc-body-registration-header
{
	font-family:Verdana, Arial, Sans-Serif;
	font-size:13px;
	font-weight:700;
}

.sc-body-registration-error
{
	font-family:Verdana, Arial, Sans-Serif;
	font-size:11px;
	color:Red;
}