div.main {
	background-color: #fff;
	left: 220px;
	width: 1000px;
	height: 100%;
	overflow: auto;
	display: block;
	padding-bottom: 20px;
	position: absolute;
	text-align: center;
}
div.title {
	background-color: #330099;
	color: #fff;
	font-size: 11pt;
	font-weight: bold;
	height: 25px;
	margin-bottom: 10px;
	padding-top: 7px;
	width: 100%;
}

input,select {
	font-family : sans-serif;
	font-size : 9pt;
	padding-left : 5px;
	text-align : left;
 }
input.num {
	text-align : right;
	padding-right : 5px;
	width : 80px;
}
fieldset {
	width : 500px;
	padding : 10px,10px,10px,30px;
}
legend {
	font-weight : bold;
}
div {
	font-family : sans-serif;
	font-size : 9pt;
}
a,a:visited,a:active {
  	text-decoration : none;
	color : navy;
   }
a:hover {
	color : red;
 }

a.header {
	font-size: 9pt;
}

input.btn {
	cursor : hand;
	font-weight: bold;
	font-family : sans-serif;
	text-align: center;
	font-size : 9pt;
	width : 200px;
	border:0px;
	padding:5px;
}

button {
	cursor : hand;
	font-weight: bold;
	font-family : sans-serif;
	font-size : 9pt;
	width : 200px;
	border:0px;
	padding:5px;
}
button.dttm {
	font-size : 9pt;
	width : 15px;
	height : 15px;
	padding : 0px;
	margin : 0px;
	vertical-align:middle;
}
button.del {
	font-size : 9pt;
	width : 15px;
 }
tr.lhdr {
	font-size : 9pt;
	font-weight : bold;
	vertical-align : bottom;
	text-align : center;
 }
 tr.lrow {
 	font-size : 9pt;
  }
td {
	padding : 0px, 0px, 0px, 0px;
}
span.error  input {
	border-color : #FF0000;
	background-color : #FFFFCC;
 }
label.error {
	font-size : 9pt;
	color : #FF0000;
	padding-left : 0px;
	margin : 10px,0px,10px,0px;
}
label.ok {
 	font-size : 9pt;
	font-weight : bold;
	color : #00af00;
}
label.rdo {
 	position : relative;
	top : -3px;
}
form {
	margin-top:0px;
	margin-bottom:0px;
}

table {
		font-family: Verdana, Geneva, sans-serif;
		font-size: 9pt;
		font-weight: normal;
	}
table.main {
	border-collapse: collapse;
	border: rgb(100,100,100) 1px solid;
	width: 740px;
}
table.title {
	width: 100%;
	margin-top: 0;
	padding-top: 0;
}
td {
	padding: 2px 5px 2px 5px;
}
td.title {
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	color: white;
	background-color: rgb(0,43,156);
	padding: 5px 0 5px 0;
}
td.header {
	font-weight: bold;
	background-color: rgb(230,230,230);
	padding: 5px 7px 5px 7px;
	text-align: center;
	border:  rgb(200,200,200) 1px solid;
}
td.datacellleft {
	text-align: left;
	border:  rgb(200,200,200) 1px solid;
	padding: 2px 5px 2px 5px;
}
td.datacellright {
	text-align: right;
	border:  rgb(200,200,200) 1px solid;
}
td.datacellcenter {
	text-align: center;
	border:  rgb(200,200,200) 1px solid;
}


td.titlelinks {
	font-size:9pt;
	font-weight: normal;
	text-align: right;
	padding: 5px 10px 5px 10px;	
}

td.lcol {
	background-color: #f0f0f0;
	font-size: 9pt;
	padding: 2px 0 2px 5px;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

td.rcol {
	font-size: 9pt;
	padding: 2px 0 2px 5px;
	text-align: left;
	vertical-align: top;
	width: 50%;
}