body {
	margin: 0px;
	background-color: #000000;
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
}

p {
	line-height: 1.3;
}

.content {
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #9BACC1;
	text-align: justify;
	padding-top: 4px;
	vertical-align:top;
}

.content_white {
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: justify;
	padding-top: 4px;
	vertical-align:top;
}

.content_black {
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	padding-top: 4px;
	vertical-align:top;
}

.content_copyright {
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
	padding-top: 4px;
	vertical-align:top;
}

.section {
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-top: 8px;
}

.highlight {
	font-weight: bold;
	color: #FE0000;
}

a.link {color: #FF3716; text-decoration: none; font-weight : normal}
a.link:hover {color: #FF3716; text-decoration: underline; font-weight : normal}

