body {
	margin-left: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #666666;
	line-height: 18px;
}
.text_black {
    color: #000000
}
.text_dark-grey {
    color: #666666
}
.text_light-grey {
    color: #999999
}
.text_red {
    color: #D7161F
}
.text_disclaimer {
    font-size: 12px;
	line-height: 15px;
}
.bullet {
	font-size: 16px;
	color: #000000;
	line-height: 5px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	cursor:pointer;cursor:hand
}
a:active {
	text-decoration: none;
	color: #666666;
}