@font-face {
font-family: 'helveticaneuelt';
src: url('../fonts/helveticaneueltstd-th.eot');
src: url('../fonts/helveticaneueltstd-th.eot?#iefix') format('embedded-opentype'),
     url('../fonts/helveticaneueltstd-th.woff2') format('woff2'),
     url('../fonts/helveticaneueltstd-th.woff') format('woff'),
     url('../fonts/helveticaneueltstd-th.ttf') format('truetype'),
     url('../fonts/helveticaneueltstd-th.svg#great_vibesregular') format('svg');
font-weight: normal;
font-style: normal;

}
body {
    margin: 0;
    padding:0;
    width:100%;
    border-top: 3px solid #1aafcc;
    font-family: helveticaneuelt;	
	color: #555555;
} 

.main-content {    
    width:1000px;
    margin: 0 auto;   
}  
.heading {
    margin-top:30px;
}
.content {
    width:1000px;
    margin-top: 20px;
}
#main_table {
    width:1000px;
    margin-bottom: 20px;
}
#generatePDF {
    background:#1aafcc;
    color:#fff;
    border:none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding:10px 20px;
    font-size:18px;
    font-weight:normal;
    cursor:pointer;
    font-family: helveticaneuelt;
    position: relative;
    right: 155px;
}
.bottom-blurb {
    text-align:center;
}
a {
	text-decoration: none;
	color: #555555;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #555555;
	font-weight: bold;
}
.corner {
	background: #eeeeee;
	padding: 10px;
}