/*--------------------------------------------------------------------------------------------*/
/* PowerWedge - CSS Document              									  		  */ 
/*--------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------*/
/* Begin CSS for link and text effects                      								  */
/*--------------------------------------------------------------------------------------------*/
.link01 
{
	text-decoration: none;
	color: #FFFFFF;	
}

.link01:hover 
{
	text-decoration: underline;	
}

.link02 
{
	text-decoration: none;
	color: #0000CC;
}

.link02:hover 
{
	text-decoration: underline;	
}

.textFinePrint 
{
	font-size: 10px
}

.textLargePrint 
{
	font-size: 14px;	
}

.textRedItalicsPrint 
{
	color: #FF0000;
	font-style: italic;
}

.textBlueItalicsPrint 
{
	color: #0000CC;
	font-style: italic;
}
.textBoldGrey 
{
	color: #666666;
	font-weight: bold;
}

.style1 {font-family: Verdana, Arial, Helvetica, sans-serif}

.style3 {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }

/*--------------------------------------------------------------------------------------------*/
/* End CSS for link and text effects                        								  */
/*--------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------*/
/* Begin CSS for <body> tags:                               								  */
/*--------------------------------------------------------------------------------------------*/
body 
{
	font-size: 12px;
	font-family: Verdana, Arial;
	background-image:    url("../shell/tile-bg_pattern.gif");
}
/*--------------------------------------------------------------------------------------------*/
/* End CSS for <body> tags                                  								  */
/*--------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------*/
/* Begin CSS to handle formatting of elements within tables  								  */
/*--------------------------------------------------------------------------------------------*/
td /* Default font settings for all table cells */
{
	font-size: 12px;
	font-family: Verdana, Arial;	
}

td#mainHeader /* Specifies a background image */
{
	background-image:  url("../shell/tile-header.gif");
}

td#mainNavigation /* Specifies a background image & alignment */
{
	text-align: center;
	background-image:  url("../shell/tile-nav.gif");	
}

td#mainBody /* Cell settings for the main body of the site */
{
	padding: 4px;
	vertical-align: top;	
}

td#mainBodyError /* Cell settings for the main body of the site */
{
	padding: 4px;
	vertical-align: top;
	background-image:  url("../shell/logo-error_bg.gif");
}

td#mainBodyThankYou /* Cell settings for the main body of the site */
{
	padding: 4px;
	vertical-align: top;
	background-image:  url("../shell/logo-handshake_bg.gif");
}

td#mainFooter /* Site footer cell settings */
{
	color: #FFFFFF;
	text-align: center;	
	background-image:  url("../shell/tile-footer.gif");
}

/*--------------------------------------------------------------------------------------------*/
/* End CSS to handle formatting of elements within tables    								  */
/*--------------------------------------------------------------------------------------------*/
