﻿/* Default CSS Stylesheet for a new Web Application project */
BODY
{
    font-family: verdana, arial, tahoma, san-serif, helvetica;
    color: #333333;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
    
}

img.border {border: 1px solid #666666;} 

a:link	{text-decoration:	 underline; color: #1c449c; font-size: 10pt; font-weight: normal;}	
a:visited {text-decoration:	underline; color: #1c449c; font-size: 10pt; font-weight: normal;}	
a:hover {text-decoration: underline; color:	#1c449c; font-size: 10pt; font-weight: normal;}

a.bold:link	{text-decoration:	 underline; color: #CC6699; font-size: 9pt; font-weight: bold;}	
a.bold:visited {text-decoration:	underline; color: #CC6699; font-size: 9pt; font-weight: bold;}	
a.bold:hover {text-decoration: underline; color:	#CC6699; font-size: 9pt; font-weight: bold;}

a.nav:link {text-decoration: none; color: #339900; font-size: 9pt; font-weight: bold}
a.nav:visited {text-decoration: none; color: #339900; font-size: 9pt; font-weight: bold}
a.nav:hover {text-decoration: none; color: #B7C553; font-size: 9pt; font-weight: bold}

a.coupon:link {text-decoration: none; color: #339900; font-size: 8pt; font-weight: bold}
a.coupon:visited {text-decoration: none; color: #339900; font-size: 8pt; font-weight: bold}
a.coupon:hover {text-decoration: none; color: #B7C553; font-size: 8pt; font-weight: bold}

a.foot:link {text-decoration: underline; color: #666666; font-weight: normal; font-size: 9pt}
a.foot:visited {text-decoration: underline; color: #666666; font-weight: normal; font-size: 9pt}
a.foot:hover {text-decoration: underline; color: #666666; font-weight: normal; font-size: 9pt}

a.small:link {text-decoration: underline; color: #3d4fe0; font-size: 8pt; font-weight: normal}
a.small:visited {text-decoration: underline; color: #006600; font-size: 8pt; font-weight: normal}
a.small:hover {text-decoration: underline; color: #339933; font-size: 8pt; font-weight: normal}

a.side:link {text-decoration: underline; color: #4D5FB4; font-size: 8pt; font-weight: bold}
a.side:visited {text-decoration: underline; color: #4D5FB4; font-size: 8pt; font-weight: bold}
a.side:hover {text-decoration: underline; color: #8B99DC; font-size: 8pt; font-weight: bold}

a.designer:link	{text-decoration:	 none; color: #999999; font-size: 9pt; font-weight: bold;}	
a.designer:visited {text-decoration:	none; color: #999999; font-size: 9pt; font-weight: bold;}	
a.designer:hover {text-decoration: none; color:	#999999; font-size: 9pt; font-weight: bold;}

PRE	{	font-family:	Courier New, monospace;}	

BLOCKQUOTE	{	font-family:	Courier New, monospace;}	

UL LI	{	list-style-type:	square ;    font-family: verdana, san-serif, helvetica;
     color: #333333;
     FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;}	
UL LI LI	{	list-style-type:	disc;    font-family: tahoma, verdana, san-serif, helvetica;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;}	
UL LI LI LI	{	list-style-type:	circle;    font-family: tahoma, verdana, san-serif, helvetica;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;}	
OL LI	{	list-style-type:	decimal;    font-family: tahoma, verdana, san-serif, helvetica;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;}	
OL OL LI	{	list-style-type:	lower-alpha;    font-family: tahoma, verdana, san-serif, helvetica;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;}	
OL OL OL LI	{	list-style-type:	lower-roman;    font-family: tahoma, verdana, san-serif, helvetica;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;}	

TD {
color: #000000;
font-size: 10pt;
font-family:  arial, tahoma, verdana, san-serif, helvetica;
font-weight: normal;
}

P {
color: #333333;
font-size: 10pt;
font-family: verdana, arial, tahoma, san-serif, helvetica;
font-weight: normal;
}

P.white {
color: #ffffff;
font-size: 11pt;
font-family: arial, tahoma, verdana, san-serif, helvetica;
font-weight: normal
}

P.foot {
color: #666666;
font-size: 7pt;
font-family:  arial, tahoma, arial, verdana, san-serif, helvetica;
font-weight: normal
}

P.small {
color: #000000;
font-size: 8pt;
font-family:  arial, tahoma, arial, verdana, san-serif, helvetica;
font-weight: normal;
text-align:justify
}

P.Title {
color: #1c449c;
font-size: 13pt;
font-family:  Georgia, arial, tahoma, verdana, san-serif, helvetica;
font-weight: bold
}