html{

}

body,table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.red
{
	color: #CC0000;
}

.redbig
{
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;
}

.red2big
{
	color: #CC0000;
	font-size: 20px;
	font-weight: bold;
}

.blackbig
{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

.black2big
{
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}

.white_bold
{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.white2big
{
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
}

a
{
	color: #CC0000;
}

a:link,
a:visited,
a:active {
  text-decoration: none;
}

a:hover {
  font-weight: bold;
}