P {
	font-family: Verdana, Arial, Sans Serif;
	font-size: 14pt;
	color: #004080;
}
body {
	 background: url("/images/pi_page_bg.jpg");
    background-size: 100% 2000px;
    background-repeat: no-repeat;
}
.main {
	font-family: Verdana, Arial, Sans Serif;
	font-size: 12px;
	color: #004F5F;
}
.main2 {
	font-family: Verdana, Arial, Sans Serif;
	font-size: 12px;
	color: #174053;
}
.title {
	font-family: Verdana, Arial, Sans Serif;
	font-size: 18px;
	color: #004F5F;
	font-style:italic;
	text-align:left
}
.title1i {
	font-family: Verdana, Arial, Sans Serif;
	font-size: 18px;
	color: #004F5F;
	font-style:italic;
	text-align:left;
	line-height:1.5
}
.title1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	color: #004F5F;
	text-align:left;
	font-weight:bold;
	line-height:1.5
}
.credits {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #004F5F;
	text-align:left;
	font-weight:bold;
	line-height:1.2
}
.titleC {
	font-family: Verdana, Arial, Sans Serif;
	font-size: 18px;
	color: #004F5F;
	font-style:italic;
	text-align:center
}

A.creditslink:link {  font-family: Verdana, Arial, Sans Serif; font-size: 18px; color: #004F5F; text-decoration: none; text-align:center}
A.creditslink:visited {  font-family: Verdana, Arial, Sans Serif; font-size: 18px; color: #004F5F; text-decoration: none; text-align:center}
A.creditslink:hover {  font-family: Verdana, Arial, Sans Serif; font-size: 18px; color: #004F5F; text-decoration: underline;text-align:center}

A.bottomlink:link {  font-family: Verdana, Arial, Sans Serif; font-size: 14px; color: #004F5F; text-decoration: none; text-align:center}
A.bottomlink:visited {  font-family: Verdana, Arial, Sans Serif; font-size: 14px; color: #004F5F; text-decoration: none; text-align:center}
A.bottomlink:hover {  font-family: Verdana, Arial, Sans Serif; font-size: 14px; color: #004F5F; text-decoration: underline;text-align:center}

A.articlelink:link {  font-family: Verdana, Arial, Sans Serif; font-size: 14pt; color: #004F5F; text-decoration: none; text-align:center}
A.articlelink:visited {  font-family: Verdana, Arial, Sans Serif; font-size: 14pt; color: #004F5F; text-decoration: none; text-align:center}
A.articlelink:hover {  font-family: Verdana, Arial, Sans Serif; font-size: 14pt; color: #004F5F; text-decoration: underline;text-align:center}

A.purplelink:link {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold;}

.purpletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #641070;
}
.purpletext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #800080;
	font-weight: bold;

}
.teal1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bolder;
	color: #004080;
}
.teal2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #004080;
}
.float_right_image { float: right; margin: 10px 10px 10px 30px;}
.float_left_image { float: left; margin: 10px 30px 10px 10px; clear:left;}
.title {font-size:30pt;line-height: 30%;}
.subtitle {font-size:24pt;}
.subtitle18b {font-size:18pt; font-weight:bold;}
.subtitle14 {font-size:14pt;}
.subtitle14b {font-size:14pt;font-weight:bold;}
.subtitle12 {font-size:12pt; text-align:justify}
.subtitle10 {font-size:10pt;}
.footer {font-size:14pt; text-align:center;} 

.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.button2 {
	-moz-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	box-shadow:inset 0px 1px 0px 0px #cae3fc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #00b6b1), color-stop(1, #00c7ad) );
	background:-moz-linear-gradient( center top, #00b6b1 5%, #00c7ad 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
	background-color:#79bbff;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #469df5;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:37px;
	line-height:37px;
	width:200px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #287ace;
	margin-right:20px;
}
.button2:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4197ee), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #4197ee 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
	background-color:#4197ee;
}.button2:active {
	position:relative;
	top:1px;
}

.button3 {
	-moz-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	box-shadow:inset 0px 1px 0px 0px #cae3fc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #00b6b1), color-stop(1, #00c7ad) );
	background:-moz-linear-gradient( center top, #00b6b1 5%, #00c7ad 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
	background-color:#00b6b1;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #469df5;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:47px;
	line-height:47px;
	width:400px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #287ace;
}