body {
	background-attachment: scroll;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
td {
	font-family: tahoma;
	font-size: 12px;
}
.x {
	filter: DropShadow(Color=#005273, OffX=1, OffY=1, Positive=1);
}
a:link {
	color: #00E2FF;
}
a:visited {
	color: #00E2FF;
}
a:active {
	color: #00E2FF;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.topb:link, a.topb:visited, a.topb:active {
	color: #00E2FF;
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
}
a.topb:hover {
	color: #ffffff;
	text-decoration: underline;
	font-size: 17px;
	font-weight: bold;
}
a.tt:link, a.tt:visited, a.tt:active {
	color: #002230;
	text-decoration: underline;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
}
a.tt:hover {
	color: #ffffff;
	text-decoration: none;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
}
.bg {
	color: #004561;
}
a.midlink:link, a.midlink:visited, a.midlink:active {
	color: #00E2FF;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
}
a.midlink:hover {
	color: #ffffff;
	text-decoration: underline;
	font-size: 20px;
	font-weight: bold;
}
#box {
	background-attachment: scroll;
	background-image: url(images/box1.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 22px;
	width: 29px;
	font-family: tahoma;
	color: #005574;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;

}
#box:hover {
	background-attachment: scroll;
	background-image: url(images/box2.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 22px;
	width: 29px;
	font-family: tahoma;
	color: #005574;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}
#t img {
	border: 1px solid #00E2FF;
}
#t:hover img {
	border: 1px solid white;
}
#t:hover {
	color: white; /* Dummy definition to overcome IE bug */
}
