/* CSS Document */

.table {
	border: 1px solid #E0E0E0;
	font-family: Arial;
	font-size: 11px;
}

.txtfield {
	border: 1px solid #000000;
	font-family: Arial;
	font-size: 11px;
}

.footer {
	font-family: Arial;
	font-weight: normal;
	font-size: 9px;
	color: #666666;
}

.text_grey {
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: #666666;
}

.text_black {
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	padding-right: 10px;
}

.text_white {
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
}

.message {
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #B61609;
}

.title {
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	color: #FF6600;
}

a:link, a:visited {
	color: #FF6600;
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
}
a:hover, a:active {
	color: #FF6600;
	text-decoration: underline;
	font-family: Arial;
	font-size: 11px;
}

ol {
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
}

ul { 
	list-style: square; 
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
} 

li { 
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
} 