body {
	margin: 0px;
	padding: 0px;
	background-color: #013A81;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
    overflow: hidden;
}

img {
	border-style: none;
}

img.pic {
	border-bottom: 1px solid white;
}

a:link,
a:visited,
a:active,
a:hover {
	color: white;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
}

.pad {
	padding: 8px;
}

a:link.active,
a:visited.active,
a:active.active,
a:hover.active {
	font-weight: bold;
}

