﻿/* 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: #035681; font-size: 9pt; font-weight: normal;}	
a:visited {text-decoration:	underline; color: #035681; font-size: 9pt; font-weight: normal;}	
a:hover {text-decoration: underline; color:	#0081c4; font-size: 9pt; font-weight: normal;}

a.foot:link {text-decoration: underline; color: #035681; font-size: 8pt; font-weight: normal}
a.foot:visited {text-decoration: underline; color: #035681; font-size: 8pt; font-weight: normal}
a.foot:hover {text-decoration: underline; color: #0081c4; font-size: 8pt; font-weight: normal}

a.li:link {text-decoration: underline; color: #999999; font-size: 8pt; font-weight: normal}
a.li:visited {text-decoration: underline; color: #999999; font-size: 8pt; font-weight: normal}
a.li:hover {text-decoration: underline; color: #cccccc; font-size: 8pt; 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.white {
color: #ffffff;
font-size: 9pt;
font-family: arial, tahoma, verdana, san-serif, helvetica;
font-weight: normal
}

.foot {
color: #999999;
font-size: 8pt;
font-family: verdana, arial, tahoma, 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: #b49153;
font-size: 11pt;
font-family: verdana, tahoma, arial, san-serif, helvetica;
font-weight: bold
}

input.btn{
   color:#2d4e83;
   font-family:verdana, "trebuchet ms", helvetica, sans-serif;
   font-size:13px;
   font-weight:bold;
   background-color:#eaf5ef;
   border:1px solid #2d4e83;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#eaf5ef');
}
