body {
	color : Black;
	background-color : #fff;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	color: #000000;
	margin-top : 0;
	margin-left : 0px;
}

p{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	color: #000000;
}

ul{
	margin-right: 8px;
}

li{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	line-height:13px;
/*	list-style-position: inside; */
}

td {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	color: #000000;
}

/* margins changed on .listright to prevent a 
column-stretching problem in IE (02Oct06 jej) */
/*UL.listright {
    margin-left: 0px;
    padding-left: 15px;
}
UL.listright LI
    margin-left: 0px;
    padding-left: 0px;
}
*/
.headline{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color: #1E5C6F;
}

A:visited {
	/*color: #800080 !IMPORTANT;*/
}

A, A:link, A:active, A:visited {
	text-decoration: none;
	color: #1E5D6E;
	font-weight: bold;
}