* {
	font-family: Arial,Verdana,sans-serif;
	font-size: 9pt;	
	margin: 0px auto; 
	padding: 0px; 
	outline: none;
	text-align: left;
	vertical-align: middle;	
	border: 0px;
}
html {
	height: 100%;
}
body {
	background: url(images/bgpage.gif) fixed center top;
	height: auto !important; 
	min-height: 100%; 
	height: 100%; 
	position: relative;		
}
table {	
	border-collapse: collapse;
}
ul, ol {
	margin-left: 40px;
}
input, textarea, td.ltrb {
	border: 1px solid #999999;	
}
p.small {
	font-size: 1pt;
}
p.menu {
	margin-bottom: 3px;
}
p.text {
	text-indent: 15px;
}
p.comment {
	font-size: 8pt;
	margin: 3px;
	font-style: italic;
	text-align: center;
}
p.error {
	margin-top: 6px;
	margin-bottom: 6px;	
	text-align: center;
	color: red;		
}
p.caption {
	font-weight: bolder;
	background-color: transparent;
	text-align: center;	
	color: white; 
}
a.menu {
	background-color: transparent;
	color: white;
	text-decoration: none;
}
ul.note {
	color: blue;	
}
table.pd3 td {
	padding: 3px;
}
input.btn {
	height: 19px;
	width: 80px;
	border-color: #c2e254 #9bb838 #9bb838 #c2e254;
	border-style: solid;
	border-width: 1px;
	background: #cccccc;
	cursor: pointer;
	text-align: center;
}
input.sbtn {
	height: 19px;
	width: 19px;
	border-color: #c2e254 #9bb838 #9bb838 #c2e254;
	border-style: solid;
	border-width: 1px;	
	background: #cccccc;
	cursor: pointer;
	text-align: center;
}
select {
	border: 1px solid #999999;	
}

