body
{
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	font-family: Verdana;
	background-color: #0F238C;

}

.blue
{
	background-color: #0F238C;
}

.red
{
	background-color: #991A20;
}

.gray
{
	background-color: #c0c0c0;
}
.wht
{
	background-color: #FFFFFF;
}
.blk
{
	background-color: #000000;
}
.lblue
{
	background-color: #636FB0;
}
.lred
{
	background-color: #CC7E82;
}
.lgray
{
	background-color: #dcdcdc;
}
.sgray
{
	background-image: url(images/gray_stripes.gif);
}
.sblue
{
	background-image: url(images/blue_stripes.gif);
}
.sred
{
	background-image: url(images/red_stripes.gif);
}

.xx
{
	font-size: xx-small;
}
.xs
{
	font-size: x-small;
}
.xl
{
	font-size: x-large;
}
.lg
{
	font-size: large;
}
.md
{
	font-size: medium;
}
.xxl
{
	font-size: xx-large;
}
