/* CSS Document */

.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color:#070707
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color:#070707
}



.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color:#070707
}

.stext {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color:#070707
}




body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #070707;
}


a {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #070707;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #070707;
}
a:hover {
	text-decoration: underline;
	color: #070707;
}
a:active {
	text-decoration: none;
	color: #070707;
}

