/**
 * Common style rules for help component
 *
 * @author Priyanka Sharma
 * @date August 2008
 */

.helpLinks
{
	color: firebrick;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;	
}
  
.helpLinks:hover
{
	color: blue;	
}

.helpText
{
	color: black;
	font-family: Arial;
	font-size: 12px;
	text-align: justify;
	line-height:2;	
}

.helpHeading
{
	color: steelblue;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

.backLinks
{
    margin: 0px;
    padding: 0px;
}  
    


