TD.borderedCell {
	border-bottom: solid 2px #CCCCCC;
	padding: 2px;
}
A:visited {
	color: #003399;
	background:inherit;
	font-weight:bold;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: blue;
	background:inherit;
	font-weight: bold;
}
a:hover {
	border-bottom: dashed 1px white;
	border-top: dashed 1px white
}
A:active {
	color: red;
	background:inherit;
}
.flag {
    width:100px
}
img {
    border: none;
}
.title {
	font-size:30px;
	color:white;
	font-weight:bold;
	background: black;
	padding: 8px
}
.update {
	font-style: oblique;
}
.mainTable {
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	border-left: solid 1px black;
	border-right: solid 1px black;
	padding: 2px;
}
BODY {
	font-size: 12px;
	font-family: Verdana, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
}
