#nmvtisHome body{
	background-color: white;
}

#nmvtisHome h2{
    font-size: 26px;
    line-height: 36px;
    margin-top: 10px;
    font-weight: 500;
   
}

#nmvtisHome h3,h4{
    font-size: 16px;
    line-height: 18px;
    font-weight:bold;
}
#nmvtisHome .nmvtis-signin{
	font-size: 22px;
    line-height: 24px;
    font-weight:500;
}

#nmvtisHome .nmvtisHelpBackground{
	background-color: #eee;
}

#nmvtishelp .nmvtishelp-mainContent {
	width: 100%;
	margin-top: 80px;
	margin-bottom: 40px;
	margin-right: auto;
    margin-left: auto;
	padding-bottom: 60px;
	padding-top: 25px;
}

#nmvtishelp h1{
	font-size: 26px;
    line-height: 36px;
    font-weight: 500;
}

#nmvtishelp h2{
	font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 0px;
}

#nmvtishelp p{
	font-size: 16px;
    line-height: 22px;
}
#nmvtishelp ul.dashed {
  list-style-type: none;
}

#nmvtishelp ul.dashed > li:before {
  content: "-";
  margin-right:3px;
}