/* Default CSS Stylesheet for a new Web Application project */

A:link
{
	font-weight: bold;
	font-size: 11px;
	color: #006699;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
ul           { font-family: Verdana; font-size: 9 pt }
h2
{
	font-size: 14pt;
	text-transform: uppercase;
	color: #006699;
	font-family: Verdana;
	text-align: left;
}
h3           { font-family: Verdana; font-size: 10 pt; color: #006699; text-transform: 
               uppercase; text-decoration:underline }
h4           { font-family: Verdana; font-size: 10 pt; color: #006699; text-transform: 
               uppercase }
A:visited
{
	font-weight: bold;
	font-size: 11px;
	color: #006699;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
A:hover
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Arial,Verdana, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
p            { font-family: Verdana; font-size: 9 pt; text-align:justify;
}
body
{
	font-size: 9pt;
	font-family: Verdana;
	background-color: white;
}


