@charset "utf-8";
/* CSS Document */

.floatR {float:right; }

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	background:#000000;
 
	 
}

a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCC00;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #FFCC00;
}


a.wht:link {
	color: white;
	text-decoration: none;
	font-style:italic;

}
a.wht:visited {
	text-decoration: none;
	color: white;
		font-style:italic;
}
a.wht:hover {
	text-decoration: underline;
	color:white;
		font-style:italic;
}
a.wht:active {
	text-decoration: none;
	color: white;
		font-style:italic;
}

INPUT, TEXTAREA, SELECT, OPTION {
	font-family: Verdana, "MS Serif", "New York", serif;
	padding: 2px;
	font-size: 12px;
	color: black;
	background-color: #FFCCCC;
	border: solid 1px #CF3B13;
}
.fine {font-size: 10px; }

.txt12pxPK {color: #D10074; font-size: 12px; font-weight: bold;}
.txt12pxRED {color: #FFFFFF; font-size: 12px; font-weight: bold;}

.txt14pxWHT {color: #FFFFFF; font-size: 14px; font-weight: bold;}
.txt14pxPK {color: #D10074; font-size: 14px; font-weight: bold;}

.txt16pxWHT {color: #FFFFFF; font-size: 16px; font-weight: bold;}
.txt16pxPK{color: #D10074; font-size:16px; font-weight: bold;}


.txt18pxWHT {color: #FFFFFF; font-size:18px; font-weight: bold;}
.txt18pxPK {color: #D10074; font-size: 18px; font-weight: bold;}

.txt28pxPK {color: #D10074; font-size: 40px; font-weight: bold;}


.numbers {
	font-size: 20px;
	font-weight: bold;
	color: #FFCC00;
}


.borderDASH {border:#000000 dashed 1px;}

.borderRED {border:#D10074 solid 1px;}

.borderRED_left {border-left:#C00520 solid 2px; }

.borderRED_right {border-right:#C00520 solid 2px; }

IMG {border:0px;}
