/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #F8F9FB;
    FONT-FAMILY: Verdana, Tahoma, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin: 0px 0px 0px 0px;
}
P 
{
    FONT-FAMILY: Verdana, Tahoma, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: 2px;
    COLOR: #686868;
    line-height: 1.45em;
}
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #686868;
}
H1	{	
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5	{	
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	bold;
	font-style:italic;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	padding-bottom: 0px;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#686868;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#686868;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#686868;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#0076C0;
	}
a.faqLink:link, a.faqLink:visited,a.faqLink:active
{
	font-family: Verdana, Tahoma, Arial, serif;
	font-size : 12px;
	color: #ffffff;
}
a.faqLink:hover
{
	font-size: 12px;
	color: #f9f9f9; 
	font-family: Verdana, Tahoma, Arial, serif;
}

.TeamLink
{
	font-family: Verdana, Tahoma, Arial, serif;
	font-size : 11px;
	color: #686868;
	line-height: 1.45em;
	font-style: italic;
}

	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	


ul,UL
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: 2px;
    color: #686868;
}
li,LI
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: 2px;
    color: #686868;
	line-height: 1.45em;
}
.TeamTitle 
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:	10px;
	font-weight:	bold;
	font-style: normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-bottom: 0px;
    color: #8E8E8E;
	line-height: 1.45em;
}
.FAQTitle 
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:	11px;
	font-weight:	normal;
	font-style: normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-bottom: 0px;
    color: #686868;
	line-height: 1.45em;
}