@charset "gb2312";
.strategy h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: none;
	font-size: 0.8em;
}

.strategy p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #7eb71b;
}
.strategy {
	margin: 5px;
}
a.strategy:link {
	color: #7eb71b;
	text-decoration: none;
}
a.strategy:visited {
	color: #7eb71b;
	text-decoration: none;
}
a.strategy:hover {
	color: #7eb71b;
	background-color: #FFFFFF;
	text-decoration: underline;
}

.strategygreen  {
	background-color: #DCF3B6;
	border: thin solid #FFFFFF;
	padding: 5px;
}
.strategyorange  {
	background-color: #CBEE91;
	border: thin solid #FFFFFF;
	padding: 5px;
}
.strategyheading {
	background-color: #CCCCCC;
	border: thin solid #FFFFFF;
}

