/* Default CSS Stylesheet for a new Web Application project */
BODY
{
    font-family: arial, tahoma, verdana, san-serif, helvetica;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

img.border {border: 1px solid #666666;} 

a:link	{text-decoration:	 underline; color: #3366cc; font-size: 9pt; font-weight: normal;}	
a:visited {text-decoration:	underline; color: #3366cc; font-size: 9pt; font-weight: normal;}	
a:hover {text-decoration: underline; color:	#6699ff; font-size: 9pt; font-weight: normal;}

a.red:link	{text-decoration:	 underline; color: #FFFF99; font-size: 9pt; font-weight: normal;}	
a.red:visited {text-decoration:	underline; color: #FFFF99; font-size: 9pt; font-weight: normal;}	
a.red:hover {text-decoration: underline; color:	#FFFF99; font-size: 9pt; 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: #ffffff; font-size: 10pt; font-weight: bold}
a.nav:visited {text-decoration: none; color: #ffffff; font-size: 10pt; font-weight: bold}
a.nav:hover {text-decoration: none; color: #DDD13C; font-size: 10pt; 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: #3366cc; font-size: 8pt; font-weight: normal}
a.foot:visited {text-decoration: underline; color: #3366cc; font-size: 8pt; font-weight: normal}
a.foot:hover {text-decoration: underline; color: #6699ff; 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;}

BLOCKQUOTE, PRE	{	font-family:	Courier New, monospace;}	

UL LI	{	list-style-type:	square ;    font-family: arial, tahoma, verdana, san-serif, helvetica;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;}	
UL LI LI	{	list-style-type:	disc;    font-family: arial, tahoma, verdana, san-serif, helvetica;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;}	
UL LI LI LI	{	list-style-type:	circle;    font-family: arial, tahoma, verdana, san-serif, helvetica;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;}	
OL LI	{	list-style-type:	decimal;    font-family: arial, tahoma, verdana, san-serif, helvetica;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;}	
OL OL LI	{	list-style-type:	lower-alpha;    font-family: arial, tahoma, verdana, san-serif, helvetica;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;}	
OL OL OL LI	{	list-style-type:	lower-roman;    font-family: arial, tahoma, verdana, san-serif, helvetica;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;}	

P,TD {
color: 000000;
font-size: 9pt;
font-family: arial, tahoma, verdana, san-serif, helvetica;
font-weight: normal
}

P.white {
color: ffffff;
font-size: 9pt;
font-family: arial, tahoma, verdana, san-serif, helvetica;
font-weight: normal
}

P.foot {
color: 000000;
font-size: 8pt;
font-family: arial, tahoma, verdana, san-serif, helvetica;
font-weight: normal
}

P.small {
color: 000000;
font-size: 8pt;
font-family: arial, tahoma, verdana, san-serif, helvetica;
font-weight: normal
}

P.Title {
color: cc0000;
font-size: 14pt;
font-family: arial, tahoma, verdana, san-serif, helvetica;
font-weight: bold
}