/* Main style sheet that's used in all versions */
/* Some of the style def in this document are overridden by the specific style sheets */
body {
	background-color: #F5F5F5;
	color: #336699;
	font-family: Arial, Helvetica, sans-serif;
}
.simple {
	display: none;
	visibility: hidden;
}
.footer {
	margin-top: 25px;
}
a {
	color: #3366CC;
}
