/* CSS document */

body {
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

img {
	border:0;
}

table {
	width:100%;
}

td { 
	color: #606060;
	font-size: 11px;
	font-family: verdana;
}

input { 
	color: #606060; 
	font-size: 11px; 
	font-family: verdana;

	border: 1px solid gray;
}

select { 
	color: #606060; 
	font-size: 11px; 
	font-family: verdana;

	border: 1px solid gray;
}

textarea { 
	color: #606060; 
	font-size: 11px; 
	font-family: verdana; 
	
	border: 1px solid gray;
}

a{
	color: #606060;
	font-family: verdana;

	font-weight: bold;
}
a:hover{
	color: #FF9900;
	font-family: verdana;

	font-weight: bold;
	text-decoration: none;
}

.hidden {
	display: none;			
}
.show {
	color: #606060;
	background-color: #FFFFFF; 
}

.payoff {
	color: #2E6A9E; 
	font-size: 14px; 
	font-family: verdana;

	font-weight: bold;
	text-transform:uppercase;

	letter-spacing: 2px
}

.title {
	color: #606060; 
	font-size: 12px; 
	font-family: verdana;

	font-weight: bold;
	text-transform:uppercase;

	padding-left: 10px;
}

.block {
	border: 1px solid gray;	
}

.block_title {
	color: #FF9900; 
	font-size: 14px; 
	font-family: verdana;

	font-weight: bold;
	text-transform:uppercase;

	padding-left: 10px;
}

.positive {
	color: #008800;
	font-weight: bold;
}
.negative {
	color: #880000;
	font-weight: bold;
}

.smalldate { 
	font-size: 9px;
	font-family: verdana;
}

.replatcolor { 
	color: #FFFFFF;
	background:#FF9900;
}
