/* CSS for Specialty Tool, Inc. Web App */
/* Author : The Image Company www.theimageco.com */

/* Body Text Elements */
.bodyText {  
	font-family: Veranda, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: 400; 
	color: black;
}
.bodyTextSmall {  
	font-family: Veranda, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: 400; 
	color: black;
}

/* Header Styles */

.headBlack {  
	font-family: Veranda, Arial, Helvetica, sans-serif; 
	font-size: 11pt; 
	font-weight: bold; 
	color: #000000;
}
.headBlackNine {  
	font-family: Veranda, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	color: black;
}
.headRedNine {  
	font-family: Veranda, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	color: red;
}
.headWhite {  
	font-family: Veranda, Arial, Helvetica, sans-serif; 
	font-size: 11pt; 
	font-weight: bold; 
	color: #FFFFFF;
}
.whiteHeadNine {  
	font-family: Veranda, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	color: #FFFFFF;
}

/* Misc Text Elements */
.whiteNav 
{ 
	font-family: Veranda, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: 400; 
	color: white;
}
/* Anchor Styles */

A.bodyLink 
{  
	font-family: Veranda, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: 400; 
	color: red;
	text-decoration: none;
	cursor:hand;
}
A.bodyLink:hover
{  
	font-family: Veranda, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: 400; 
	color:blue;
	text-decoration: none;
	cursor:hand;
}
A.redLink 
{  
	font-family: Veranda, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: 400; 
	color: red;
	text-decoration: none;
	cursor:hand;
}
A.redLink:hover
{  
	font-family: Veranda, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: 400; 
	color:green;
	text-decoration: none;
	cursor:hand;
}
A.whiteLink 
{  
	font-family: Veranda, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: 400; 
	color: white;
	text-decoration: none;
	cursor:hand;
}
A.whiteLink:hover
{  
	font-family: Veranda, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: 400; 
	color:yellow;
	text-decoration: none;
	cursor:hand;
}
A.whiteLinkNav
{  
	font-family: Veranda, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: 400; 
	color: white;
	text-decoration: none;
	cursor:hand;
}
A.whiteLinkNav:hover
{  
	font-family: Veranda, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: 400; 
	color:yellow;
	text-decoration: none;
	cursor:hand;
}
A.blackLink
{
	font-family: Veranda, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: 400; 
	color: black;
	text-decoration: none;
	cursor:hand;
}
A.blackLink:hover
{  
	font-family: Veranda, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: 400; 
	color:red;
	text-decoration: none;
	cursor:hand;
}

/* Table Styles */

TABLE.TMarginEightP
{
	margin-left: 8px;
	margin-top: 8px;
}
TABLE.TMarginFiveP
{
	margin-left: 5px;
	margin-top: 5px;
}
TABLE.Secondary_Nav_Table
{
	background-image: url(../pgElements/nav/nav_r5_c1.gif);
	background-repeat: no-repeat;
	padding: 2px 2px 2px 2px;
}
	

/* End CSS */