body
{
	background-color:#008000;
	color: #FFFFFF;
}

.outer
{
	background-color:#FFFFFF;
	color: #C00000;
}

.inner
{
	background-color:#C00000;
	color: #FFFFFF;
}

table
{
	table-layout: auto;
}

#largebold
{
	font-weight: bold;
	font-size: 200%;
}

#mediumbold
{
	font-weight: bold;
	font-size: 125%;
}

#standardbold
{
	font-weight: bold;
	font-size: 100%;
}

#smallbold
{
	font-weight: bold;
	font-size: 80%;
}

.textcentermediumbold
{
	text-align: center;
	font-weight: bold;
	font-size: 125%;
}

.textcenterstandardbold
{
	text-align: center;
	font-weight: bold;
	font-size: 100%;
}
#whitetext{
	color: #FFFFFF;
}
#redtext{
	color: #C00000;
}
