
body, td, p, li, ul, a, blockquote
{
	font-size: 11px;
	color: black;
	font-family: verdana;
}

a
{
	font-weight: normal;
	text-decoration: none;
	color: #3333cc;
}

	a:hover
	{
		text-decoration: underline;
	}

	/* used for change history notation in title bar */
	a.silver
	{
		color: #f1f1f1;
		font-weight: bold;
	}

/*-----------------------*/

.docHead
{
	color: #f1f1f1;
	font-size: 19px;
	font-weight: bold;
}

.docHeadApp
{
	color: #f1f1f1;
	font-size: 24px;
	font-weight: bold;
	font-family : "Times New Roman";
}

.gray
{
	color: #7c7c7c;
}

.white
{
	color: #ffffff;
}