/* Cascading Style Sheet file for SiteSafe - WebTools section
Last Modified: February 27, 2001
*/


/*********************************** Page Settings ************************************************/

/* Default Font Types and Font Size */
body, form
{
	font-family: arial, verdana;
	font-size: 10pt;
}

/* Default Text Color and Background Color */
body
{
	color: black;
	background-color: #666666;
}


/********************************************** Table Cell Settings ******************************************/

/* Default Table Header Settings */
th
{
	font-family: arial, verdana;
	font-size: 10pt;
}


/* Default Table Cell Settings */
td
{
	font-family: arial, verdana;
   font-size: 9pt;
}


/* Default Table Header with Numbers Settings */
th.numcell
{
	text-align: center;
	font-weight: bold;
}


/* Default Table Header with Names Settings */
th.namecell
{
	text-align: center;
	font-weight: bold;
}


/* Default Table Cell with Numbers Settings */
td.numcell
{
	text-align: right;
}


/* Default Table Cell with Names Settings */
td.namecellheader
{
	text-align: left;
	font-weight: bold;
}

/* Default Table Cell Horizontal Headers with Names Settings */
td.namecell
{
	text-align: left;
}

/* Default Table Cells for Forms */
td.formcell
{
	text-align: left;
	font-weight: bold;
	width: 15%;
}

/* Default Table Cells for Forms */
td.formcelllong
{
	text-align: left;
	font-weight: bold;
	width: 25%;
}


/********************************************** Header Settings **********************************************/


h1
{
	font-family: arial, verdana;
	font-size: 14pt;
	color: #000078;
}

h1.alert
{
	font-family: arial, verdana;
	font-size: 16pt;
	color: red;
}

h2
{
	font-family: arial, verdana;
	font-size: 12pt;
	color: #000078;
}

h2.alert
{
	font-family: arial, verdana;
	font-size: 14pt;
	color: red;
}

h3
{
	font-family: arial, verdana;
	color: #000078;
	font-size: 10pt;
}

/*************************************** Global SiteSafe Specific Settings **************************************/

/* Copyright Formatting */
P.copyright
{
	color: #FFFFFF;
	font-size: 8pt;
	font-family: arial, verdana;
	text-align: center;
}

/* Disclaimer Formatting */
P.disclaimer
{
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
	font-family: arial, verdana;
	text-align: center;

}

/* Navigational Tips */
.navtips
{
	color: #000000;
	font-size: 8pt;
}



/*************************************** Local SitesSafe Specific Settings ******************************************/

/* Blue Text */
.bluepageheader, .bluetextheader, .bluetext
{
	color: #000078;
}

/* Blue Page Header */
.bluepageheader
{
	font-size: 14pt;
}

/* Blue Text Header */
.bluetextheader
{
   font-weight: bold;
}

/* Blue Text */
.bluetext
{
   font-style: italic;
}

/* White Text */
.whitetextheader, .whitetextlist
{
   color: #FFFFFF;
   font-style: italic;
}

/* White Text Header */
.whitetextheader
{
   font-weight: bold;
}

/* Blue Bulleted List Dots */
UL.bluedot
{   
   list-style-type: disc;
}

/* Red Text */
.alerttext
{
   color: red;
   font-weight: bold;
}