/* CSS Document */

body {font-family:Verdana, Arila, tahoma; font-size:9pt; color:#000000;}

table tr td {font-family:Verdana, Arila, tahoma; font-size:9pt; color:#000000;}

a:link {text-decoration:underline; color:#000480;}
a:active {text-decoration:underline; color:#000480;}
a:visited {text-decoration:underline; color:#000480;}
a:hover {text-decoration:none; color:#000480;}

hr {
	border-top: 1px dashed #000480;
	border-bottom: 1px dashed #FFF;
	border-right: 1px dashed #FFF;
	border-left: 1px dashed #FFF;
}

.TXT-header {
	font-size: 15pt;
	color: #000480;
	font-weight: bold;
}

.TXT-box-gray {
	background: #666;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

.TXT-box-red {
	background: #CC3333;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

.TXT-green {
	font-weight: bold;
	color: GREEN;
}
.TXT-green-header {
	font-weight: bold;
	color: GREEN;
	font-size: 13pt;
}
.TXT-blue {
	font-weight: bold;
	color: BLUE;
}
.TXT-blue-header {
	font-weight: bold;
	color: BLUE;
	font-size: 13pt;
}
.TXT-red {
	font-weight: bold;
	color: RED;
}
.TXT-red-header {
	font-weight: bold;
	color: RED;
	font-size: 13pt;
}