/* Default CSS Stylesheet for a new Web Application project */
.normalText
{
	font-size: 10pt;
	color: black;
	font-family: Verdana;
}
.footer
{
	font-size: 7.5pt;
	color: white;
	font-family: Verdana;
	text-decoration: none;
}
.footer:hover
{
	font-size: 7.5pt;
	color: white;
	font-family: Verdana;	
	text-decoration:underline;
}

.remark
{
	font-size: 8pt;
	color: black;
	font-family: Verdana;
}
.pointer
{
	cursor:hand;}

.border
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}