@charset "UTF-8";
.side p, h1, h2, h3, h4, ul, il, dl, dd {
	margin: 0;
	padding: 0;
}
p{
	padding: 2px 7px;
	margin: 0 3px;
	line-height: 1.8em;
	font-size:14px;
		
}
h1, h2, h3, h4 {
	padding: 7px 3px 0 0;
}
h1 {
	color:#000000;
	font-size:26px;
}
h2 {
	color:#FFFFFF;
	font-size:20px;
}
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #F60;
}
a:active {
	text-decoration: none;
	color: #F60;
} 
.green_link a:link {
	color: #9BAA31;
	text-decoration: underline;
}
.green_link a:visited {
	color: #9BAA31;
	text-decoration: underline;
}
.green_link a:hover  {
	text-decoration: none;
	color: #F60;
}
.green_link a:active {
	text-decoration: none;
	color: #F60;
}

#button {
	background:url(../images/layout/button_bg.png) no-repeat;
	height:50px;
	color:#FFF;
	padding: 3px 0 0 10px;
}

#button a:link {
	color: #FFF;
	text-decoration: none;
}
#button a:visited {
	text-decoration: none;
	color: #FFF;
}
#button a:hover {
	text-decoration: none;
	color: #000;
}
#button a:active {
	text-decoration: none;
	color: #000;
}
#button_green {
	background:url(../images/finance-green.png) no-repeat;
	height:50px;
	color:#FFF;
	padding: 10px 0 0 10px;
	
}

#button_green a:link {
	color: #FFF;
	text-decoration: none;
}
#button_green a:visited {
	text-decoration: none;
	color: #FFF;
}
#button_green a:hover {
	text-decoration: none;
	color: #000;
}
#button_green a:active {
	text-decoration: none;
	color: #000;
}
.number {
	float:right;
	padding: 10px;
}
.black {
	color:#000000;
}

.bullets li {
	list-style-type: none;
	background-image: url(../images/layout/arrow_black.png);
	background-repeat: no-repeat;
	padding: .7em 0 .7em 2em;
	font-size:14px;
}
.bullets li a:link {
	color:#FFF;
	text-decoration: underline;
}
.bullets li a:visited {
	color:#FFF;
	text-decoration: underline;
}
.bullets li a:hover {
	text-decoration: none;
	color: #F60;
}
.bullets li a:active {
	text-decoration: none;
	color: #F60;
}

.bullets_normal li {
	list-style-type: square;
	margin-left: 25px;
	padding: .7em 0 .7em .7em;
	font-size:14px;
}
.green_columns {
	border-right: 1px #9BAA31 solid;
}
 