body, html {
  padding: 0px;
  margin: 0px;
  border: 0px none;
  width: 100%;
  height: 100%;
  font-family: "AGaramond-Regular",Times,serif;
}

body {
	background:#000000;
}

table {
	padding-left: 40px;
  padding-right: 40px;
  padding-top: 18px;
  padding-bottom: 18px;
}

table.mainsft {
	background:#f7ff5e;
	border-spacing: 0px;
	width: 100%;
	padding-top: 18px;
	padding-bottom: 18px;
}

table.headsft {
        background:#f7ff5e;
        border-spacing: 0px;
        width: 100%;
        padding-top: 18px;
        padding-bottom: 0px;
}

td.mainsft {
	background: #ffffff;
	padding-left: 18px;
  padding-right: 18px;
  padding-top: 10px;
  padding-bottom: 18px;
	border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  vertical-align:top;
}

table.mainfooter {
	border-spacing: 0px;
	width: 100%;
	}

td.mainfooter {
	font-family: Apercu-Regular, Helvetica, Arial, sans-serif;
	font-size: 14px;
}

table.mainheader {
	background: #FFFFFF;
	border-spacing: 0px;
	border: 0px;
	padding: 0px;
	border: 0px none;
	padding-left: 40px;
	padding-top: 10px;
	width: 100%;
}

table.admin {
	padding: 0px;
	padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  border: 0px;
  width: 100%;
  border-spacing: 0px;
}

table.sft {
	padding: 0px;
	padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  border: 0px;
  width: 100%;
  border-spacing: 0px;
}

tr.sft > td {
  padding-bottom: 5px;
}

tr.sftbutton > td {
  padding-top: 15px;
}

span.text1 {
	color: #000000;
    font-family: "AGaramond-Regular",Times,serif,Arial,Calibri,Candara,Segoe,"Segoe UI",Optima,sans-serif;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
}

span.text2 {
    color: #000000;
    font-family: "AGaramond-Regular",Times,serif,Arial,Calibri,Candara,Segoe,"Segoe UI",Optima,sans-serif;
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;
}

tr,td {
	font-size: 17.1px;
    color: #000000;
  font-family: "AGaramond-Regular",Times,serif;
    line-height: 29.7px;
	font-weight:	400;
	font-style:	normal;	
	font-size-adjust:	none;
	hyphens:	none;
}

a, p, ul, li, h3, h4, h5, h6, label, dl, dt, dd, table {
    color: #000000;
    font-family: "AGaramond-Regular",Times,serif,Arial,Calibri,Candara,Segoe,"Segoe UI",Optima,sans-serif;
    line-height: 16pt;
    font-size: 12px;
}

h1.headerh1 {
    color: #000000;
    font-family: "AGaramond-Regular",Times,serif,Arial,Calibri,Candara,Segoe,"Segoe UI",Optima,sans-serif;
    font-size: 41.8px;
    line-height: 40px;
    font-style: normal;
    font-weight:        300;
	 margin-bottom: 0;
}

h1 {
    color: #000000;
    font-family: "AGaramond-Regular",Times,serif,Arial,Calibri,Candara,Segoe,"Segoe UI",Optima,sans-serif;
    font-size: 0px;
    line-height: 0px;
    font-style: normal;
    font-weight:	300;

}

h2 {
    color: #000000;
    font-family: "AGaramond-Regular",Times,serif,Arial,Calibri,Candara,Segoe,"Segoe UI",Optima,sans-serif;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
}

h3 {
    color: #000000;
    font-family: "AGaramond-Regular",Times,serif,Arial,Calibri,Candara,Segoe,"Segoe UI",Optima,sans-serif;
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;
}

.form-item, .form-actions {
    margin-bottom: 1em;
    margin-top: 1em;
}

div.upload
{
    position:relative;
    overflow:hidden;
    padding: 0px;
  	margin: 0px;
  	line-height: 16px;
	height: 25px;
}

div.upload button
{
    position: absolute;
    width: 220px;
}

div.upload input
{
    opacity: 0; /* this will make it transparent */
    filter: alpha(opacity=0); /* transparency for Internet Explorer */
    position: absolute;  /* making it absolute with z-index:1 will place it on top of the button */
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 220px;
    height: 25px;
    padding:0;
    margin: 0;
    font-size: 17.1px;
}

textarea.msgarea
{
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

hr.thin
{
  height: 1px;
  color: #000000;
  background-color: #000000;
  border: none; 
}

hr.thick
{
  height: 2px;
  color: #000000;
  background-color: #000000;
  border: none;
}

table.sftfiles {
  padding: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  border: 0px;
  width: 100%;
  border-spacing: 0px;
}

tr.sftfiles > td {
  padding-bottom: 2px;
}

.nwp {
	white-space: nowrap;
}

.table-style1 {
	border-collapse: collapse;
	border-style: none;
	border-width: 0px;
  border-bottom: 1px solid;
	padding-right: 8px;
}




