/* Default CSS Stylesheet for a new Web Application project */
body
{
	font-weight: normal;
	font-size: 11px;
	color: white;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #666699;
}
a:link
{
	color: white;
	text-decoration: underline;
}
a:hover
{
	color: blue;
	text-decoration: underline;
}
textLargeBold
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
textNormal
{
	font-weight: normal;
	font-size: 11px;
	color: white;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}


