@charset "utf-8";
/* CSS Document */

body{
	background-color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

.contentbody{
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-y;
}

.smalltext{
	font-size: 9pt;
}

.blue-font {
	color: #00008b;
}
.red-font {
	color: #b22222;
}

.white-font {
	color: white;
}