* {
	padding: 0;
	margin: 0;
	}

body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	height: 101%;
	width: 780px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -390px;
	}

table{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #000000;
}

a:link, a:visited {
	color: #993333;
	text-decoration: none;
	font-weight: normal;
	}

a:hover {
	text-decoration: underline;
	}

pre {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: black;
	}

.fontB {
	font-weight: bold;
	}

.error {
	color: #993333;
	}

.txtField {
	border: 1px solid #cbcbcb;
	padding: 2px 1px 2px 1px;
	width: 205px;
	height: 18px;
	background-color: #ffffff;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	}

.txtFieldError {
	border: 1px solid #993333;
	padding: 2px 1px 2px 1px;
	width: 205px;
	height: 18px;
	background-color: #ffffff;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	}

.txtArea {
	padding: 2px 1px 2px 1px;
	border: 1px solid #cbcbcb;
	width: 205px;
	background-color: #ffffff;
	color: #000000;
	font-size: 10px;
	font-family: verdana, helvetica, arial;
	}

.txtAreaError {
	padding: 2px 1px 2px 1px;
	border: 1px solid #993333;
	width: 205px;
	background-color: #ffffff;
	color: #000000;
	font-size: 10px;
	font-family: verdana, helvetica, arial;
	}

.button {
	border-left: 1px solid #cbcbcb;
	border-top: 1px solid #cbcbcb;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	height: 16px;
	width: 80px;
	background-color: #666666;
	font-weight: normal;
	font-size: 11px;
	font-family: verdana, helvetica, arial;
	color: #ffffff;
	cursor: pointer;
	}

#NAVI li {
	list-style-type: none;
	height: 18px;
	}

#main {
	position: absolute;
	top: 40px;
	left: 50%;
	width: 780px;
	width: 800px;
	width: 780px;
	height: auto;
	margin: 0;
	margin-left: -390px;
	padding: 0;
	}

#left {
	width: 130px;
	height: auto;
	padding: 0;
	padding-top: 0;
	margin: 0;
	float: left;
	text-align: right;
	}

#right {
	width: 550px;
	height: auto;
	padding: 0;
	padding-top: 23px;
	margin: 0 0 40px 20px;
	float: left;
	}

#CONTENT {
	width: 550px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	float: left;
	}
	
#LEFTCOL {
	float: left;
	width: 240px;
	margin: 0 0 0 10px;
	padding: 0;
	}

#RIGHTCOL {
	float: left;
	width: 220px;
	margin: 0 0 0 20px;
	padding: 0;
	}