.p_title 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	color: #000000;
	font-style: normal;
}

.botton_copyright 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #003333;
}
.form_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-align: right;
}
#logo {
	overflow: visible;
	position: absolute;
	visibility: visible;
	z-index: 1;
	height: 384px;
	width: 170px;
	left: 0%;
	top: 0%;
	border: none;
}
#navbar {
	position: absolute;
	visibility: visible;
	z-index: 3;
	height: 40px;
	width: 800px;
	left: 0px;
	top: 316px;
}
#banner {
	position: absolute;
	visibility: visible;
	z-index: 2;
	left: 275px;
	top: 0%;
	height: 160px;
	width: 630px;
}
#date {
	position: absolute;
	visibility: visible;
	z-index: 4;
	height: auto;
	width: auto;
	left: 0px;
	top: 399px;
	margin-left: 10px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	letter-spacing: normal;
	text-align: justify;
	word-spacing: normal;
}
#content {
	position: absolute;
	visibility: visible;
	z-index: 4;
	height: auto;

	width: 548`;
	left: 0px;
	top: 426px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 10px;
	width: 600px;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099CC;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration: underline;
}
.red_info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}
.confirm_name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
}
.thrColAbs #container 
{
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index: 1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
