/* FONTS STYLE */

body {font-family: Helvetica, arial, sans-serif; font-size: 13px; color: #878787; font-weight: normal;}

h1 {font-family: Helvetica, arial, sans-serif; font-size: 24px; color: #8dc63f; font-weight: normal;}
h2 {font-family: Helvetica, arial, sans-serif; font-size: 18px; color: #676767; font-weight: normal;}
h3 {font-family: Helvetica, arial, sans-serif; font-size: 14px; color: #676767; font-weight: bold;}

p.greenheader {font-family: Helvetica, arial, sans-serif; font-size: 15px; color: #8dc63f; font-weight: normal;}
p.largegreenheader {font-family: Helvetica, arial, sans-serif; font-size: 20px; color: #8dc63f; font-weight: normal; margin-bottom: 10px;}

p.introtext {font-family: Helvetica, arial, sans-serif; font-size: 14px; color: #878787; font-weight: bold;}

p {font-family: Helvetica, arial, sans-serif; font-size: 13px; color: #676767;}

a:link {text-decoration: none; color: #4b63ae;}
a:visited {text-decoration: none; color: #4b63ae;}
a:hover {text-decoration: underline; color: #304589;}
a:active {text-decoration: none; color: #4b63ae;}

ul.copy {margin-left:30px; margin-bottom:10px;font-family: Helvetica, arial, sans-serif; font-size: 13px; color: #878787; font-weight: normal;}
li.copy {margin-top:5px;margin-right:10px; font-family: Helvetica, arial, sans-serif; font-size: 13px; color: #878787; font-weight: normal;}

/* COLORS */
.ysi-green {
	color: #8dc63f;
}

.ysi-blue {
	color: #4b63ae;
}

.ysi-orange {
	color: #f7911e;
}

.ysi-black {
	color: #000000;
}

.ext-ultradarkgray {
	color: #333333;
}
.ext-darkgray {
	color: #676767;
}
