/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-size: 2pt;
	text-transform: none;
	color: white;
	font-family: Verdana;
	border: 0;
	background-color: #5f8be5;
	margin-left: 0;
	margin-top: 0;
}

.SMALLTEXT
{
	font-size: 10px;
	text-transform: none;
	color: white;
	font-family: Verdana;
	letter-spacing: normal;
}

.NORMALTEXT
{
	font-size: 12px;
	text-transform: none;
	color: white;
	font-family: Verdana;
	letter-spacing: normal;
}

A
{
	color: white;
	text-decoration: none;
	text-transform: none;
}