@charset "utf-8";
html {
	overflow-x: hidden;
	overflow-y: auto;
}

/* CSS Document */


body{
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
#content {
	width: auto;
	margin: 0 auto;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	padding-top: 0px;
	padding-right: 5px;
	text-align: justify;
}
#titlebar {
	width: auto;
	margin: 0 auto;
	font-size: 11px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	height: 16px;
	background-color: #B997ED;
	font-weight: bold;
	padding-right: 5px;
	text-align: right;
	vertical-align: middle;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
#title {
	width: auto;
	margin: 0 auto;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 4px;
	padding-right: 4px;

}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #3f4446;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #ef9a48;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
.HL1 {
	background-color: #EBEBEB;
	color: #000000;
	font-weight: bold;
	border: 1px solid #000000;
	padding: 2px 2px 2px 2px;
}
.HL2 {
	background-color: #EBEBEB;
	color: #000099;
	font-weight: bold;
	border: 1px solid #000000;
	padding: 2px 2px 2px 2px;
	font-size: 14px;
}
.head1 {
	font-size: 14px;
	font-weight: bold;
}
.ctable {
	background-color: #EBEBEB;
	color: #000000;
}
.desc_table {
	background-color: #E4E4E4;
	color: #000000;
	border: 1px solid #000000;
}
.style1 {font-size: 16px}





p {
	text-align:justify
}

