.blacktextcustom {		
	font-size: 12px;
	font-style: normal;
	text-decoration: none;	
}
.blacktext {
	font-family: Verdana, Geneva;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.blacktext:hover {
	font-family: Verdana, Geneva;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.blacktextpencils {
	font-family: Verdana, Geneva;
	font-size: 12px;        
        text-align: justify;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
.blacktextplain {
	font-family: Verdana, Geneva;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
.bluetext {
	font-family: Verdana, Geneva;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
}
.splbluetext {
	font-family: helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0a5785;
	text-decoration: none;
}
.whitetext {
	font-family: Verdana, Geneva;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.bluelink {
	font-family: Verdana, Geneva;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
}
.splbluelink {
	font-family: helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0a5785;
	text-decoration: none;
}
.bluelink:hover {
	font-family: Verdana, Geneva;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0000CC;
	text-decoration: underline;
}
.largeblue {
	font-family: Verdana, Geneva;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
}
.largeblue2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
}
.redtext {
	font-family: Verdana, Geneva;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.bluetextsmall {
	font-family: Verdana, Geneva;
	font-size: 10px;
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
}
.bluetextsmall:hover {
	font-family: Verdana, Geneva;
	font-size: 10px;
	font-weight: bold;
	color: #0000CC;
	text-decoration: underline;
}
.border {
	border: 1px solid #0000CC;
}
.bordercustom {
        border: 1px solid #A9A9A9;
        display:block;                
}
.blacktextsmall {
	font-family: Verdana, Geneva;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
.blacktextsmall:hover {
	font-family: Verdana, Geneva;
	font-size: 10px;
	font-style: normal;
	color: #0000CC;
	text-decoration: underline;
}
.lightblue {
	font-family: Verdana, Geneva;
	font-size: 12px;
	font-weight: bold;
	color: #3366FF;
	text-decoration: none;
}
.dropbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0000CC;
}
.pencilyellow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}
.pencilblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.redtextheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.blacktextheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.submit-btn {
	width: 100%!important;
	text-align: left;
	border: none;
	color: #3D4961;
	padding-top: .6rem;
	padding-bottom: .6rem;
	background-color: white;
	padding-left: 1rem;
	padding-right: 1rem;
}
.submit-btn:hover {
	color: #FF4B34 !important;
	text-shadow: 0 0 0.01px #3D4961;
	background-color: #FFEDEB;
}