@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #000000;
}
a:link {
	color: #546587;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #546587;
}
a:hover {
	text-decoration: none;
	color: #546587;
}
a:active {
	text-decoration: underline;
	color: #546587;
}
.whiteTXT {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.whiteTXT a{
	color: #FFFFFF;
	text-decoration: underline;
}
.whiteTXT a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.whiteTXT a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
.whiteTXT a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.whiteTXT a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
.titleLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #323E4F;
}
.blueTXT {
	color: #323E4F;
}
.noteTXT {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
}
.noteTXT a{
	color: #000000;
	text-decoration: none;
}
.noteTXT a:link {
	color: #000000;
	text-decoration: none;
}
.noteTXT a:visited {
	text-decoration: none;
	color: #000000;
}
.noteTXT a:hover {
	text-decoration: none;
	color: #000000;
}
.noteTXT a:active {
	text-decoration: none;
	color: #000000;
}
.titleTXT {
	font-size:18px;
 	color:#FF9800;
	font-wight:bold;
}
.smallTXT {
	font-size:8px;
}

