body {
	background: #000000;
	font-family: "century gothic";
	font-size: 10pt;
	color: #000000;
	scrollbar-base-color: #000000; 
	scrollbar-face-color: #000000; 
	scrollbar-track-color: #000000; 
	scrollbar-arrow-color: #db7093;
	scrollbar-highlight-color: #000000; 
	scrollbar-3dlight-color: #db7093; 
	scrollbar-shadow-color: #db7093;
	scrollbar-darkshadow-color: #000000;
}

a:link {
	color: #db7093;
	text-decoration: none;
	font-weight: regular;
}
a:active {
	color: #ffc0cd;
	text-decoration: none;
	font-weight: regular;
}
a:visited {
	color: #db7093;
	text-decoration: none;
	font-weight: regular;
}
a:hover {
	color: #ffc0cd;
	text-decoration: none;
	font-weight: regular;
	cursor: help;
}

p {
	font-family: "century gothic";
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	font-weight: regular;
}

hr {
	color: #db7093;
	width: 60%;
	height: 1px;
	text-align: center;
}

.tablemain {
	margin-left: 100px;
}

.td1 {
	font-size: 10pt;
	border-style: dashed;
	border-color: #db7093;
	border-width: 1px;
	text-align: justify;
}

.td2 {
	font-size: 10pt;
	border-style: dashed;
	border-color: #000000;
	border-width: 1px;
}