/***************************************************
*
* V2.3
*
*************************************************/

body {
    background-color: #ccc;
    font-family: sans-serif;
    font-size: 11pt;
}

hr {
    height: 1px;
    border: none;
    background-color: black;
	
	margin: 10px 0px;
}

.grey {
	color: grey;
}


.desc {
	text-align: right;
	padding-right: 10px;
}


.inp input{
	height: 16px;
	vertical-align: bottom;
}
 
.inp select{
	height: 22px;
}

.note {
	margin-top: 10px;
	font-style: italic;
}



