/* Default CSS Stylesheet for a new Web Application project */
BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: x-large;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
}
A:link	{	
	text-decoration:	none;
	}	
		
A:visited	{	
	text-decoration:	none;
	}	
		
A:active	{	
	text-decoration:	none;
	}	
		
A:hover	{	
	text-decoration:	underline;
	}	
td.copy {
	font-family: verdana;
	font-size: 10px;
	color: #008027;
	}
td.copylist {
	font-family: verdana;
	font-size: 12px;
	color: #008027;
	}
td.FAQcopy {
	font-family: verdana;
	font-size: 10px;
	color: #666666;
	}
.Error {
	font-family: verdana;
	font-size: 10px;
	color: red;
	font-weight:bold;
	vertical-align:top;
	}	