/* Default CSS Stylesheet for a new Web Application project */

.cLink
{
	color: #00517B;
}
.cNoUnderlineLink
{
	text-decoration: none;
	color: Black;
}
.cPadLeft
{
	padding-left: 50px;
}
.cPadRight
{
	padding-right: 50px;
}

BODY
{
	font-family: Arial;
	font-size: 8pt;
}
