.paragraphTitle
{
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	color: #0B3F79;
}
.paragraphText
{
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	color: #444444;
}

A
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	text-decoration : underline;
	color: #0B3F79;
	cursor:pointer;
}

A:hover
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	text-decoration : underline;
	color: #EF9000;
}


