/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: x-small;
	word-spacing: normal;
	text-transform: none;
	color: #000099;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #ffff9c;
}


  A:link
{
	color: #0066ff;
	font-family: Verdana;
	text-decoration: none;
}

  A:visited
{
	color: #9933cc;
	text-decoration: none;
}
  
  
  
A:hover
{
	font-size: x-small;
	color: #3300ff;
	text-decoration: underline;
}
.FORMBUTTON
{
	border-right: blue thin solid;
	border-top: blue thin solid;
	font-weight: bold;
	border-left: blue thin solid;
	border-bottom: blue thin solid;
	font-family: Verdana;
	background-color: #ffffcc;
}
