/* Body Commands ***********************************/
body {
	font-family: arial, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font : arial, sans-serif;
	margin-top : 0px;
}
/* Body Commands ***********************************/

/* Standard fonts set for content areas****************/
TD {
	font-family: arial, sans-serif;
	font-size: 10pt;
	font-style: normal;
}
/* Standard fonts set for content areas****************/

/* Link Commands ***********************************/
a:active {
	color: #959595;
	font-family: arial,sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

a:link {
	color: #959595;
	font-family: arial,sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

a:visited {
	color: #959595;
	font-family: arial,sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

a:hover {
	color: #2E2E2E;
	font-family: arial,sans-serif;
	font-size: 10pt;
	text-decoration: underline;
}
/* Link Commands ***********************************/