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

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
	line-height: 16pt;
}

.txt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	line-height: 14pt;
}

.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: red;
}

.copyrights {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

a:link {
	color: #F00;
	text-decoration: underline;
}

a:visited {
	color: #900;
	text-decoration: underline;
}
a:active {
	color: #F00;
	text-decoration: underline;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}

.smalltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 11px;
}

a:link.spkr {
	color: #19ccea;
	text-decoration: underline;
}

a:visited.spkr {
	color: #19ccea;
	text-decoration: underline;
}
a:active.spkr {
	color: #19ccea;
	text-decoration: underline;
}
a:hover.spkr {
	color: #00daff;
	text-decoration: underline;
}

a:link.prt {
	color: #3eb11c;
	text-decoration: underline;
}

a:visited.prt {
	color: #3eb11c;
	text-decoration: underline;
}
a:active.prt {
	color: #3eb11c;
	text-decoration: underline;
}
a:hover.prt {
	color: #4adf1e;
	text-decoration: underline;
}

.prog1 {font-size: 16pt}
.prog2 {color: #bccbdc}