<style type="text*/css">
BODY
{
    color:#000000;
    font-family:verdana,arial,helvetica,sans-serif;
    font-size:10px;
}
     /* black **/

P
{
    color:#000000;
    font-family:verdana,arial,helvetica,sans-serif;
    font-size:10px;
}

TD
{
    color:#000000;
    font-family:verdana,arial,helvetica,sans-serif;
    font-size:10px;
}

.text
{
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:11px;
}
   /* class="text" */
   /* The largest type size for all body text. */
   /* It is meant primarily for titles and anything that needs accenting. */

.smtext
{
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:10px;
}
   /* class="smtext" */
   /* The primary class when deciding what size font to use. */

.minitext
{
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:9.5px;
}
   /* minitext is used as the smallest */
   /* text possible for descriptions and captions. Although */
   /* 9.5 is not a pixel size, Netscape browsers (which cannot */
   /* display 9 pixel text) will round up to 10px, while Internet */ 
   /* Explorer will round down to 9px. */

.caption
{
	font-family:arial,helvetica,sans-serif;
	font-size:9.5px;
}
   /* class="caption" */
   /* This class uses 9.5px Arial. Since Arial is a thinner font */
   /* than Verdana, it should be used only when horizontal */
   /* space is at a premium and minitext will not work. */

.subtitle
{
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
}
   /* class="subtitle" */
   /* This class uses 13px Bold Verdana. This is used */
   /* only for the page titles that go underneath the */
   /* graphical section titles. */

.subtitle-white
{
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	color: white;
}
   /* class="subtitle" */
   /* This class uses 13px Bold Verdana. This is used */
   /* only for the page titles that go underneath the */
   /* graphical section titles. */


   /* .subheader */
   /* { */
   /*         font-family:verdana,arial,helvetica,sans-serif; */
   /*         font-size:13px; */
   /*         font-weight:bold */
   /* } */
   /* same as subtitle, and not used at all */

   /* .lgtext */
   /* { */
   /*         font-family:verdana,arial,helvetica,sans-serif; */
   /*         font-size:13px; */
   /* } */
   /* same as subtitle, and not used at all */


A:link, A.novisit:link, A.novisit:visited
{
	color:#003399;     /* blue */
}

A:visited
{
	color:#666666;     /* dark grey */
}

A:hover, A.novisit:hover
{
	color:#990000;     /* red */
	text-decoration:underline;
}


.color-name
{
	color:#003399;     /* blue */
}
.color-build
{
	color:#006633;     /* dark green */
}
.color-options
{
	color:#666600;    /* lighter green */
}
.color-learn
{
	color:#990099;     /* purple */
}
.color-manage
{
	color:#996633;     /* brown */
}
.color-default
{
	color:#990000;     /* red */
}
.color-black
{
	color:#000000;     /* black */
}

.trail-here
{
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:9.5px;
	font-weight:bold;
}
   /* class="trail-here" */
   /* This class uses 9.5px Bold Verdana (color deter-mined */
   /* by section) and is used only for the "You Are */
   /* Here" part of the crumb trail. */

.trail
{
	color:#999999;     /* medium gray */
	font-family:arial,helvetica,sans-serif;
	font-size:9.5px;
}
   /* This class uses 9.5px Verdana (Hex color: */
   /* #999999). It is used for the crumb trail. */

.trail A:link, .trail A:visited
{
	color:#003399;     /* blue */ 
}
.trail A:hover
{
	color:#990000;     /* red */
	text-decoration:underline;
}


.faq-title
{
	color:#333333;     /* very dark gray */
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
}
   /* class="faq-title" */
   /* This class uses 11px Bold Verdana (Hex color: */
   /* #333333) and is used only for the "FAQs" title. */

A.faq
{
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:10px;
}
   /* class="faq" */
   /* This class uses 10px Verdana, (color determined */
   /* by section) and is used for the actual FAQ questions. */


A.footer
{
	color:#ffffff;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:10px;
	text-decoration:none;
}
   /* class="footer" */
   /* This class uses 10px Verdana (Hex color: #ffffff). It */
   /* is non-underlined and used for the footer links. */
   /* The rollover state of this style underlines the links. */

A.footer:hover
{
	text-decoration:underline;
}

A.sublevel
{
	color:#ffffff;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:10px;
	text-decoration:none;
}
A.sublevel:hover
{
	text-decoration:underline;
}

A.package
{
	text-decoration:none;
}
A.package:hover
{
	text-decoration:underline;
}

   /* By default, links are underlined. The package tag is used for those */
   /* hrefs where underlining is only on in hover mode - specifically certain sub-header links. */
   /* In that case, there's a td class to define the font face and size, an href class for decoration, */ 
   /* and a b class for color. */ 
   /* Example: */
   /* <td class="text"><a href="5page.html" class="package"><b class="color-build">5-Page Web Site Package</b></a></td> */

.copyright
{
	color:#999999;     /* light to med. gray */
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:10px;
}

.label
{
	color:#993333;     /* brick red */
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
}
   /* used in help popups to size and colorize the intial Q and A */

.question
{
	color:#000000;     
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
}
   /* used in help popups */

.answer
{
	color:#000000;     
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:11px;
}
   /* used in help popups */
   
.error
{
	color:#ff0000;     
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:9.5px;
}

.cc_nav_white_text
{
	color:#ffffff;     
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:13px;
}   

A.cc_nav_white_text
{
	color:#ffffff;     
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:13px;
}   

A.cc_nav_white_text:hover
{
	color:#ffffff;     
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:13px;
}   

A.cc_nav_white_text:visited
{
	color:#ffffff;     
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:13px;
}   

A.cc_nav_white_text:active
{
	color:#ffffff;     
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:13px;
}   

.cc_arial
{
	color:#000000;     
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:13px;
}   

A.cc_arial
{
	color:#0000FF;     
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:13px;
}   

A.cc_arial:hover
{
	color:#0000FF;     
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:13px;
}   

A.cc_arial:visited
{
	color:#0000FF;     
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:13px;
}   

A.cc_arial:active
{
	color:#0000FF;     
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:13px;
}   

/**********************************************************************/
/* Sets the font style for the CONSOLE elements in the WYSIWYG editor */
/**********************************************************************/

A.cndark:link {
font-size: 10px;
font-family: Arial;
font-weight: normal;
font-style: normal;
color: #000000;
text-decoration: none;
}

A.cndark:visited {
font-size: 10px;
font-family: Arial;
font-weight: normal;
font-style: normal;
color: #000000;
text-decoration: none;
}

A.cndark:hover {
font-size: 10px;
font-family: Arial;
font-weight: normal;
font-style: normal;
color: #404040;
text-decoration: none;
}

A.cndark:active {
font-size: 10px;
font-family: Arial;
font-weight: normal;
font-style: normal;
color: #000000;
text-decoration: none;
}


/****************************************************************************/
/*   Sets the font styles for the TextStyle.jsp files for Preview   */
/*************************************************************************/	

.h1-arial {  font-family: Arial, Helvetica, sans-serif; font-size: 16pt; font-weight: bold; }
.h2-arial {  font-family: Arial, Helvetica, sans-serif; font-size: 14pt; font-weight: bold; }
.h3-arial {  font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-style: italic; font-weight: bold; }
.h6-arial {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; }
.body-arial {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; }
.link-arial {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: blue; text-decoration: underline; }
.h1-tnr {  font-family: "Times New Roman", Times, serif; font-size: 16pt; font-weight: bold; }
.h2-tnr {  font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; }
.h3-tnr {  font-family: "Times New Roman", Times, serif; font-size: 12pt; font-style: italic; font-weight: bold; }
.h6-tnr {  font-family: "Times New Roman", Times, serif; font-size: 10pt; font-weight: bold; }
.body-tnr {  font-family: "Times New Roman", Times, serif; font-size: 10pt; }
.link-tnr {  font-family: "Times New Roman", Times, serif; font-size: 10pt; color: blue; text-decoration: underline; }
.h1-treb {  font-family: "Trebuchet MS", Georgia, Verdana, Arial; font-size: 16pt; font-weight: bold; }
.h2-treb {  font-family: "Trebuchet MS", Georgia, Verdana, Arial; font-size: 14pt; font-weight: bold; }
.h3-treb {  font-family: "Trebuchet MS", Georgia, Verdana, Arial; font-size: 12pt; font-style: italic; font-weight: bold; }
.h6-verd {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; }
.body-verd {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
.link-verd {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: blue; text-decoration: underline; }
.h1-arial-rev {  font-family: Arial, Helvetica, sans-serif; font-size: 16pt; font-weight: bold; color: #FFFFFF; }
.h2-arial-rev {  font-family: Arial, Helvetica, sans-serif; font-size: 14pt; font-weight: bold; color: #FFFFFF; }
.h3-arial-rev {  font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-style: italic; font-weight: bold; color: #FFFFFF; }
.h6-arial-rev {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #FFFFFF; }
.body-arial-rev {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF; }
.link-arial-rev {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #3D99F5; text-decoration: underline; }
.h1-tnr-rev {  font-family: "Times New Roman", Times, serif; font-size: 16pt; font-weight: bold; color: #FFFFFF; }
.h2-tnr-rev {  font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; color: #FFFFFF; }
.h3-tnr-rev {  font-family: "Times New Roman", Times, serif; font-size: 12pt; font-style: italic; font-weight: bold; color: #FFFFFF; }
.h6-tnr-rev {  font-family: "Times New Roman", Times, serif; font-size: 10pt; font-weight: bold; color: #FFFFFF; }
.body-tnr-rev {  font-family: "Times New Roman", Times, serif; font-size: 10pt; color: #FFFFFF; }
.link-tnr-rev {  font-family: "Times New Roman", Times, serif; font-size: 10pt; color: #3D99F5; text-decoration: underline; }
.h1-treb-rev {  font-family: "Trebuchet MS", Georgia, Verdana, Arial; font-size: 16pt; font-weight: bold; color: #FFFFFF; }
.h2-treb-rev {  font-family: "Trebuchet MS", Georgia, Verdana, Arial; font-size: 14pt; font-weight: bold; color: #FFFFFF; }
.h3-treb-rev {  font-family: "Trebuchet MS", Georgia, Verdana, Arial; font-size: 12pt; font-style: italic; font-weight: bold; color: #FFFFFF; }
.body-verd-rev {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF; }
.link-verd-rev {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #3D99F5; text-decoration: underline; }
.hr-verd-rev     {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #FFFFFF; }
.popup-title-ver {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #FFFFFF; }

</style>
