body {
	margin: 0px 20px 0px 20px;
	padding: 0px;
	font-size: 10px;
  	font-family:      Lucida, Verdana, Arial, Helvetica, sans-serif;
	position: relative;
  	padding: 2px 2px 2px 2px;
	background-color:	#FFFFFF;

}

#pageheader{
	height:		20px;
	font-weight:	bold;
}


.header{
	height:		20px;
	font-size:	12px;
	background-color: #EE5500;
	font-weight:	bold;
}

a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:link {
	color: #000000;
	text-decoration: none;
}

.item a:active {
	color: #000000;
	text-decoration: underline;
}

.item a:visited {
	color: #888;
	text-decoration: none;
}

.item a:hover {
	color: #000000;
	text-decoration: underline;
}


tr.td{
	font-size:        10px; 
}


.rc1{
	background-color:	#e5e5e5;
}

.rc2{
	background-color:	#eeeeee;
}

input, select {
        color: #000000;
	background: #f0f0f0;
        font-size: 9px;
        font-weight: bold;
	text-align: center;
        border: 1px solid;
        border-color: #000000;
}

.notfound{
	color: #880000;
	font-size: 14px;
	font-weight: bold;
}


select {
	text-align:left !important;
	float:right;
}

#warning {
	overflow:hidden;
	position:fixed;
	font-weight: bold; 
	padding: 0.2em;
	z-index:100000;
	right:.5em;
	bottom:0;
	margin-bottom:auto;
	margin-left:auto;
	filter: alpha(opacity=70); /* internet explorer */
	-khtml-opacity: 0.7;      /* khtml, old safari */
	-moz-opacity: 0.7;       /* mozilla, netscape */
	opacity: 0.7;           /* fx, safari, opera */
	background:#900;
	color:#ff0;
	text-align:center;
	width:400px;
}
.warningLarge {
	width:100%;
	fontSize:2em;
	right:0;
}
