@charset "utf-8";

/* CSS Document */
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}

a:active {
	text-decoration: none;
	color: #FFF;
}

a.green:link {
	color: #a0ca28;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.green:visited {
	text-decoration: none;
	color: #69831B;
}
a.green:hover {
	text-decoration: underline;
	color: #a0ca28;
}
a.green:active {
	text-decoration: none;
	color: #a0ca28;
}

.texgray{
color:#3f3f3f;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:17px;
}

.texgray h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	text-align: center;
	font-style: italic;
}

.texgray .whitepaper h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 17px;
	font-weight: bold;
	text-align: center;

}

.texwhite{
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.newsfeed a{
color:#FFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.newsfeed a:visited {
color:#FFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.texgray .article p a {
	color: #666;
}

.texgray .article p a:visited {
	color: #666;
}

.texgreen{
color:#a0ca28;
font-family:Arial, Helvetica, sans-serif;
font-size:17px;
}
.articles h1 {
	color: #a0ca28;
	text-align: center;
}


.news{
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
}
.news h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: -5px;
	color: #000 !important;
	text-align: left;
}
.news h2 a {
	color: #000;
}


H1{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: bold;
	text-align: left;
	text-transform: capitalize;
}

.h3 {
	margin: 0px;
	padding: 0px;
}

.whitepaper .article p img {
	padding-left: 1em;
	padding-right: 1em;
}

.articles  {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
}

.articles a {
	color: #a0ca28;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
}


.articles p {
	text-align: justify;
}

.articles h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: -5px;
	color: #000 !important;
	text-align: left;
	font-style: normal;
}


.articles a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: -5px;
	color: #000 !important;
	text-align: left;
}



.vision p {
	font-size: 12px;
	text-align: justify;
}

.articleend {
	text-align: center;
}

