@charset "UTF-8";
/* CSS Document */

.body { 
	background-color: purple;
	
}

.bluetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: normal;
	color: #083A81;
	font-weight: normal;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #083A81;
}

.repinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 11pt;
	color: #083A81;
}

.purl {
	font-size: 16pt;
	font-weight: bold;
	color: #083A81;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: none;
	border-style: none;
	text-decoration: none;
}

a {
	border: none;
	border-style: none;
	text-decoration: none;
}

.repinfoBOLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 11pt;
	color: #083A81;
	font-weight: bold;
}
	
.whitepurl {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22pt;
	color: #FFFFFF;
}

.whitetext {
	font-size: 12pt;
	color: #ECECEC;
	font-family: Arial, Helvetica, sans-serif;
}

.bluetextCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	color: #083A81;
}

.textinginfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 11pt;
	color: #083A81;
}

.blacktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	color: #000000;
}

.form {
	background-color: #E0E6EE;
	border: 1px solid #083A81;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #083A81;
}

.name {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	color: #083A81;
}

a#applyButton {
	width: 157px;
	height: 97px;
	background: url(images/applyNowButton.gif);
	background-repeat: no-repeat;
	display: block;
}

a#applyButton:hover {
	width: 157px;
	height: 97px;
	background: url(images/applyNowButton.gif);
	background-position: -158px 0;
	background-repeat: no-repeat;
}

a#joinUsButton {
	width: 157px;
	height: 123px;
	background: url(images/joinUsButton.gif);
	background-repeat: no-repeat;
	display:block;
}

a#joinUsButton:hover {
	width: 157px;
	height: 123px;
	background: url(images/joinUsButton.gif);
	background-position: -158px 0;
	background-repeat: no-repeat;
}

a#learnMoreButton {
	width: 157px;
	height: 99px;
	background: url(images/learnMoreButton.gif);
	background-repeat: no-repeat;
	display:block;
}

a#learnMoreButton:hover {
	width: 157px;
	height: 99px;
	background: url(images/learnMoreButton.gif);
	background-position: -158px 0;
	background-repeat: no-repeat;
}

#findYourselfButton {
	width: 157px;
	height: 153px;
	background: url(images/findYourselfButton.gif);
	background-repeat: no-repeat;
	display:block;
        border:none;
        text-decoration:none;
        border-style:none;
        cursor:pointer;
}

#findYourselfButton:hover {
	width: 157px;
	height: 153px;
	background: url(images/findYourselfButton.gif);
	background-position: -158px 0;
	background-repeat: no-repeat;
}

a#shareThisButton {
	width: 157px;
	height: 66px;
	background: url(images/shareThisButton.gif);
	background-repeat: no-repeat;
	display:block;
}

a#shareThisButton:hover {
	width: 157px;
	height: 66px;
	background: url(images/shareThisButton.gif);
	background-position: -158px 0;
	background-repeat: no-repeat;
}