/* Default CSS Stylesheet for a new Web Application project */
#TxtSearch
	{
	font-size: 12px; 
    }
A:active
{
    font-size: 9pt; 
    COLOR: #6C5635;
    text-decoration:none; 
    font-weight:normal;   
}
A:hover
{
    font-size: 9pt; 
    COLOR: #8F7360;
    text-decoration:underline; 
    font-weight:normal;    
}
A:link
{
    font-size: 9pt; 
    COLOR: #6C5635;
    text-decoration:none;    
    font-weight:normal; 
}
A:visited
{
    font-size: 9pt; 
    COLOR: #6C5635;
    text-decoration:none;    
    font-weight:normal; 
}
A:visited:hover
{
    font-size: 9pt; 
    COLOR: #8F7360;
    text-decoration:none;    
    font-weight:normal; 
}
A:active
{
    font-size: 9pt; 
    COLOR: #1ab7ea;
    text-decoration:none; 
    font-weight:normal;   
}
A.bluebold
{
    font-size: 9pt; 
    COLOR: #1ab7ea;
    text-decoration:underline;    
    font-weight:bold; 
}
A:hover.bluebold
{
    font-size: 9pt; 
    COLOR: #caba27;
    text-decoration:underline; 
    font-weight:bold;    
}
A:link.bluebold
{
    font-size: 9pt; 
    COLOR: #1ab7ea;
    text-decoration:underline;    
    font-weight:bold; 
}
A:visited.bluebold
{
    font-size: 9pt; 
    COLOR: #1ab7ea;
    text-decoration:underline;    
    font-weight:bold; 
}
A:visited:hover.bluebold
{
    font-size: 9pt; 
    COLOR: #caba27;
    text-decoration:underline;    
    font-weight:bold; 
}
A.greenbold
{
    font-size: 9pt; 
    COLOR: #caba27;
    text-decoration:underline;    
    font-weight:bold; 
}
A:hover.greenbold
{
    font-size: 9pt; 
    COLOR: #1ab7ea;
    text-decoration:underline; 
    font-weight:bold;    
}
A:link.greenbold
{
    font-size: 9pt; 
    COLOR: #caba27;
    text-decoration:underline;    
    font-weight:bold; 
}
A:visited.greenbold
{
    font-size: 9pt; 
    COLOR: #caba27;
    text-decoration:underline;    
    font-weight:bold; 
}
A:visited:hover.greenbold
{
    font-size: 9pt; 
    COLOR: #1ab7ea;
    text-decoration:underline;    
    font-weight:bold; 
}
A.LNavLink
{
    font-size: 9pt; 
    COLOR: #CCDDCC;
    text-decoration:none;    
    font-weight:NORMAL; 
}
.LNavHeader
{
    font-size: 13px; 
    COLOR: #FFFFFF;
    text-decoration:none;    
    font-weight:bold;
    padding-top:6px; 
    padding-bottom:6px;
}
A:hover.LNavLink
{
    font-size: 9pt; 
    COLOR: #CCDDFF;
    text-decoration:underline; 
    font-weight:NORMAL;    
}
A:link.LNavLink
{
    font-size: 9pt; 
    COLOR: #FFFFFF;
    text-decoration:none;    
    font-weight:NORMAL; 
}
A:visited.LNavLink
{
    font-size: 9pt; 
    COLOR: #FFFFFF;
    text-decoration:none;    
    font-weight:NORMAL; 
}
A:visited:hover.LNavLink
{
    font-size: 9pt; 
    COLOR: #CCDDFF;
    text-decoration:underline;    
    font-weight:NORMAL; 
}
TD
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
    color: #666666;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
.MyNode, .MyNodeOver, .MyNodeSelected
{
	
	FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;
    cursor: hand;
}
.MyNode
{
	color: Black;
	FONT-WEIGHT: normal;
}
.MyNodeOver
{
	color: #666666;
}
.MyNodeSelected
{
	color: Red;
}
.Related
{
	color: #666666;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;
    cursor: hand;
    
}
	
A.rewards{text-decoration:none;color:#FFFFFF;Font-size: 8pt}
A:Link.rewards{text-decoration:none;color:#FFFFFF;Font-size: 8pt}
A:Hover.rewards{text-decoration:underline;color:#FFFFFF;Font-size: 8pt}
A:Active.rewards{text-decoration:none;color:#FFFFFF;Font-size: 8pt}

#leftnav 
{
	padding: 0px 0px 10px 5px;
	width:165px;
}

#leftnav h2 
{
	margin:0 0 5px 0;
	padding:0 0 0 0;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	font-family:Arial;
}
#leftnav h2.linkheading 
{
	margin:0 0 10px 0;
}
#leftnav h2 a 
{
	color:#FFFFFF;
	font-size:12px;
	font-weight: bold;
	font-family:Arial;
}
#leftnav h2 a:hover 
{
	text-decoration:underline;
}
#leftnav ul 
{
	margin:-2px 0 10px 0;
	padding:0;
	list-style: none;
}
#leftnav ul li 
{
	margin:0 0 0 8px;
	padding:0 0 2px 0;
}
#leftnav ul li a 
{
	color:#FFFFFF;
	font-size:12px;
	font-family:Arial;
}
#leftnav ul li a:hover 
{
	text-decoration:underline;
}
