﻿body
{
	background-color: Black;
	padding: 5%;
	font-size: 10pt;
	color: white;
}

#contents

{
	width:650px;
}

#pagetitle
{
	font-weight: normal;
	font-size: 13pt;
	color: White;
	font-family: Arial;
	height: 25px;
	vertical-align: middle;
	text-align: left;
	border-top: white thin groove;
	border-bottom: white thin groove;
	background-color: #4d4d4d;
}

#txt

{
	font-size: 10pt;
	color: White;
	font-family: Arial;
	text-align:justify;
	
	
}


.titleLabel
{
	width:200px;
}

.lblStatuse
{
	width: 180px;
	font-size: 10pt;
	color: white;
	padding-left: 20px;
}

#ReptrTable
{
	font-size: 10pt;
	color: white;
	border-collapse: separate;
}


.hlink
{
	font-size: 10pt;
	color: White;
	font-family: Arial;
}


.lblFType
{
	width: 150px;
	color: gray;
	text-align: right;
}

#DLink, #DType
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 10px;
}


