body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.black
{
color: #000000;
}
.blue
{
color: #1CAAEC;
}
.bigblack
{
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}
.bigblue1
{
color: #A2CE00;
font-weight: bold;
}
.bigblue2
{
color: #6155FF;
font-weight: bold;
}
.bigblue3
{
color: #04A5F5;
font-weight: bold;
}
.yellow {
	color: #FFDD0C;
}
.bigyellow1 {
	color: #FF6600;
	font-weight: bold;
}

.biggreen1 {
	color: #61AC01;
	font-weight: bold;
}

.bigpurple1 {
	color: #DC54FF;
	font-weight: bold;
}
.titletxt {
	font-size: 14px;
	font-weight: bold;
	}

td {
	font-size: 12px;
	line-height: 150%;
}
.white {
	font-size: 12px;
	color: #FFFFFF;
}
.red {
	font-size: 12px;
	color: #FF0000;
}
.gray {
	font-size: 12px;
	color:  #666666;
}
.biggray1 {
	font-size: 12px;
	color:  #656565;
	font-weight: bold;
}
.zbigred {
	font-size: 12px;
	color:  #D81B19;
	font-weight: bold;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}



a.white:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.gray:link {
	color: #666666;
	text-decoration: none;
}
a.gray:visited {
	color: #666666;
	text-decoration: none;
}
a.gray:hover {
	color: #666666;
	text-decoration: none;
}
a.gray:active {
	color: #666666;
	text-decoration: none;
}




.yellowstrong {
	color: #F87E33;
	font-weight: bold;
}
