<style>
@import url('https://fonts.googleapis.com/css?family=Montserrat');
</style> 

root { 
    display: block;
}

body{
    
    
    /*font-family: "Trebuchet MS", Arial, "Lucida Console", sans-serif;  */
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
   line-height: 22.85px;
    /*font-size: 10pt;  */
    font-size: 16px;
}

a {
	color: #4982a7;
	/*font-family: 'Trebuchet MS','Lucida Sans Unicode',sans-serif;
	font-size: 10pt; */
font-family: 'Montserrat',sans-serif;
    font-weight: normal;
    font-style: normal;
    /*font-size: 10pt;  */
    font-size: 16px;
}

table{
    width: 700px;
    border-spacing: 1px;
    background-color: #ffffff;
    font-family: 'Montserrat',sans-serif;
    font-weight: normal;
    font-style: normal;
    /*font-size: 10pt;  */
    font-size: 16px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}


td {
    width: 173px;
    border-color: #c0c0c0;
    border-width: 1px;
    color: #000000;
    margin: 0px;
    padding: 2px;
    text-align: left;
    text-decoration: none;
    font-family: 'Montserrat',sans-serif;
    font-weight: normal;
    font-style: normal;
    /*font-size: 10pt;  */
    font-size: 16px;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
}

.tbheader {
font-family: 'Montserrat',sans-serif;
    font-weight: normal;
    font-style: normal;
    /*font-size: 10pt;  */
    font-size: 16px;
          background-color: #eeeeee;
          font-weight: bold;
}

#modtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 14pt;    
    color: #335a74;
}

#modsubtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 12pt;  
}

input {        
    font-family: "Trebuchet MS", Arial, "Lucida Console", sans-serif;
    font-size: 10pt;
    font-style: italic;
    color: #999999;
}

h3 {
        color: #335a74;
	font-family: 'Montserrat', sans-serif;
	font-size: 14pt;
    
}