@charset "utf-8";
/* CSS Document */

body{
	background:#999999;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	}
.red{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#ad0202;
	font-size:13px;
	}
.black{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	font-size:13px;
	}
.blue{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#0008a5;
	font-size:13px;
	}
.orange{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#e77a22;
	font-size:13px;
	}
.green{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#227e02;
	font-size:13px;
	}
.bodyCopy{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	}