﻿/* Default CSS Stylesheet for a new Web Application project */
BODY
{
    font-family: verdana, arial, tahoma, san-serif, helvetica;
    color: #333333;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

img.border {border: 1px solid #333333;} 

a:link	{text-decoration:	 underline; color: #003300; font-size: 9pt; font-weight: normal;}	
a:visited {text-decoration:	underline; color: #003300; font-size: 9pt; font-weight: normal;}	
a:hover {text-decoration: underline; color:	#006600; font-size: 9pt; font-weight: normal;}

a.side:link	{text-decoration:	 underline; color: #003300; font-size: 8pt; font-weight: normal;}	
a.side:visited {text-decoration:	underline; color: #003300; font-size: 8pt; font-weight: normal;}	
a.side:hover {text-decoration: underline; color:	#006600; font-size: 8pt; font-weight: normal;}

a.small:link	{text-decoration:	 underline; color: #003300; font-size: 8pt; font-weight: normal;}	
a.small:visited {text-decoration:	underline; color: #003300; font-size: 8pt; font-weight: normal;}	
a.small:hover {text-decoration: underline; color:	#006600; font-size: 8pt; font-weight: normal;}

a.foot:link {text-decoration: underline; color: #035681; font-size: 9pt; font-weight: normal}
a.foot:visited {text-decoration: underline; color: #035681; font-size: 9pt; font-weight: normal}
a.foot:hover {text-decoration: underline; color: #0081c4; font-size: 9pt; font-weight: normal}

a.sm:link {text-decoration: underline; color: #666666; font-size: 7pt; font-weight: normal}
a.sm:visited {text-decoration: underline; color: #666666; font-size: 7pt; font-weight: normal}
a.sm:hover {text-decoration: underline; color: #666666; font-size: 7pt; font-weight: normal}

PRE	{	font-family:	Courier New, monospace;}	

BLOCKQUOTE	{	font-family:	Courier New, monospace;}	

UL LI	{
list-style-type: square;
font-family: verdana, arial, tahoma, san-serif, helvetica;
FONT-SIZE: 8pt;
FONT-WEIGHT: normal
}

TD {
color: #333333;
font-size: 9pt;
font-family: verdana, arial, tahoma, san-serif, helvetica;
font-weight: normal
}

P {
color: #333333;
font-size: 9pt;
font-family: verdana, arial, tahoma, san-serif, helvetica;
font-weight: normal
}

P.foot {
color: #666666;
font-size: 8pt;
font-family: verdana, arial, tahoma, san-serif, helvetica;
font-weight: normal
}

P.sm {
color: #666666;
font-size: 7pt;
font-family: verdana, arial, tahoma, san-serif, helvetica;
font-weight: normal
}

P.small {
color: #333333;
font-size: 8pt;
font-family: verdana, arial, tahoma, san-serif, helvetica;
font-weight: normal
}

P.title {
color: #7a5a48;
font-size: 11pt;
font-family: verdana, tahoma, arial, san-serif, helvetica;
font-weight: bold
}
