/*general appearance*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;

}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a {
	color: #0099FF;
	text-decoration: none;

}

a:hover {
	color: #0099ff;
	background-color: #ffffff;

}



/*text appearance*/

.text {
	font-size: 10px;
	border: 1px dashed #999999; 
	text-align: justify;
	}

.title{
	font-size: 12px; 
	color: #DD7B1C; 
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-top: 2;

	}
	
.white{
	font: 10px; color: #ffffff;
	}

/*tables*/

.table{
	width: 700;
	background-color: #DFFBFE;
	}
.whitetable{
	background-color: #ffffff;
	}
