body {
	background-image : url(images/background.gif);
	background-repeat : repeat;
	margin : 0 0 0 0;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	color:	#000033;
}

.darkColor {
	background-color: #000033;
	color:	#000033;
}

.small {
	font-size : 10pt;
}
.popup {
	color:	#990000;
	font-size:	10px;
}
a {
	color:	#000033;
	font-weight:	bold;
	text-decoration:	none;
}
a:hover {
	color:	#990000;
	font-weight:	bold;
	text-decoration:	none;
}
a:active {
	color:	#000033;
	font-weight:	bold;
	text-decoration:	none;
}
.white {
	color:	#ffffff;
}
.footer {
	font-size : 10px;
	font-weight: bold;
	color: #ffffff;
}
.bold {
	font-weight: bold;
}
.section {
	font-size: 13pt;
	font-style:	italic;
	font-weight: bold;
}
.italic {
	font-style: italic;
}