.th_a:link { 
	text-decoration : underline; 
	font-weight : bold;
	color : #FFFFFF; 
}
.th_a:visited { 
	text-decoration : underline; 
	font-weight : bold;
	color : #FFFFFF; 
}
.th_a:hover { 
	text-decoration : underline; 
	font-weight : bold;
	color : #990000; 
}
.th_a2:link { 
	text-decoration : underline; 
	font-weight : bold;
	color : #FFFFFF; 
}
.th_a2:visited { 
	text-decoration : underline; 
	font-weight : bold;
	color : #FFFFFF; 
}
.th_a2:hover { 
	text-decoration : underline; 
	font-weight : bold;
	color : #EEEE00; 
}
a:link { 
	text-decoration : none; 
	color : #77B0CC; 
}
a:visited { 
	text-decoration : none; 
	color : #77B0CC; 
}
a:hover { 
	text-decoration : underline; 
	color : #FFFFFF; 
}
a:active { 
	text-decoration : underline; 
}
a:focus {
	text-decoration : none; 
}

form {
	display : inline;
}

div {
	display : inline;
}

big {
	font-size : 10pt;
	font-weight : bold;
}

body {
	font-size : 10pt;
	background-color: #223344;
	margin-top : 5;
	color : #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
}

input {
	border-style: solid;
	border-width: 1px;
	border-color: #223344;
	font-size : 8pt;
	background-color: #DDDDDD;
	color : #000000;
	font-family: Helvetica, Arial, sans-serif;
}

select {
	cursor : pointer;
	border : 0px;
	font-size : 8pt;
	background-color: #DDDDDD;
	color : #000000;
	font-family: Helvetica, Arial, sans-serif;
}

label{
	cursor : pointer;
}

table {
	border-style: solid; 
	border-width: 1px;
	border-color: #999999;
}

th {
	background-color: #AAAA00;
	color : #FFFFFF;
	font-size : 10pt;
	text-align : center;
}

td {
	background-color : #999999;
	font-size : 9pt;
	color : #FFFFFF;
}

.header {
	width : 690px;
	border-width: 0px;
}

.header th {
	background-color: #223344;
}

.header td {
	text-align : center;
	font-size : 10pt;
	background-color: #223344;
}

.td0 {
	background-color : #223344;
	font-size : 9pt;
}

.edit input {
	width : 206px;
	border-style: solid;
	border-width: 1px;
	border-color: #223344;
	font-size : 10pt;
	background-color: #EEEEEE;
	color : #0000EE;
	font-family: Helvetica, Arial, sans-serif;
}

.edit select {
	width : 65px;
	border-style: solid;
	border-width: 1px;
	border-color: #223344;
	font-size : 11pt;
	background-color: #EEEEEE;
	color : #0000EE;
	font-family: Helvetica, Arial, sans-serif;
}

.edit th {
	background-color: #AAAA00;
	color : #FFFFFF;
	font-size : 11pt;
	font-weight : bold;
	text-align : left;
}

.tdcolor1 {
	background-color : #9999BB;
}

.tdcolor2 {
	background-color : #999999;
}

.center {
	text-align : center;
}

.right {
	text-align : right;
}

.pointer {
	cursor : pointer;
}

.button {
	cursor : pointer;
	border-color: #FFFFFF;
	background-color: #333388;
	color : #FFFFFF;
	font-weight : bold;
}

.tiny {
	font-size : 4px;
}