BODY {
	background-color: #EAEEFF;
	color: black;
	margin: 0px;
	padding: 0px;
}
.tbk1 {
	background-image: url("/images/tbk1.gif");
	background-repeat: repeat-x;
	background-color: white;
}
.tbk2 {
	background-image: url("/images/tbk2.gif");
	background-repeat: repeat-x;
	background-color: white;
}
.dothln {
	background-image: url("/images/dothln.gif");
	background-repeat: repeat-x;
	background-color: white;
}
.dotvln {
	background-image: url("/images/dotvln.gif");
	background-repeat: repeat-y;
	background-color: white;
}
.dotvln2 {
	background-image: url("/images/dotvln2.gif");
	background-repeat: repeat-y;
	background-color: white;
}
.mcbk {
	background-image: url("/images/mcbk.gif");
	background-repeat: repeat-x;
	background-color: white;
}
.bodyfont {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: black;
}
.msfont {
	font-family: 'MS Sans Serif',Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #101010;
}
.smallfont {
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #101010;
}
.headfont {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #275696;
}
.tlink {
	color: #1C3AA5;
	text-decoration: none;
}
A.tlink:HOVER {
	color: #D00000;
	text-decoration: underline;
}
A {
	color: #0000B5;
	text-decoration: underline;
}
A:HOVER {
	color: #D00000;
	text-decoration: underline;
}
.btmlnk {
	color: #C0C0FF;
	text-decoration: none;
}
A.btmlnk:HOVER {
	color: white;
	text-decoration: underline;
}
.flagsb {
  filter: alpha(opacity=55);
  -moz-opacity: 0.55;
  opacity: 0.55;
}
.flagover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}