@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg_green.jpg);
	background-repeat: repeat;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 115%;
	font-weight: bold;
	color: #009933;
}
div, p, li, td {
	font-family: arial;
	font-size: 13px;
	font-style: normal;
	line-height: 145%;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}

div {
	text-align:left;
}

.footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #888888;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#049D05;
}

img {
	border:0px;
}

.color_red {color: #FF0000;font-weight:bold;}
.color_orange{color: #FF6600;font-weight:bold;}
.color_yellow {color: #FFCC00;font-weight:bold;}
.color_blue {color: #3300FF;font-weight:bold;}
.color_green {color: #339900;font-weight:bold;}
.color_purple {color: #663399;font-weight:bold;}