header {
    height: 134px;
    background: white;
    position: fixed;
    top: 0;
}

footer {
    height: 70px;
    background: white;
    position: fixed;
    bottom: 0;
    text-align: center;
}

#content {
    padding: 154px 0;
//    margin-left: 60px;
//    margin-right: 60px;
}

body {
    font-size: 14pt;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    	
    background-color: white;
    line-height: 1.5em;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
   }

a {
	text-decoration: none;
	color: #55A4F2;
}


.header {
	font-size: 22pt;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    color: #444444;
    text-align: right;
    padding: 0;
}

.selected {
	color: #444444;
}

.title {
	font-size: 26pt;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    color: #444444;
    text-align: left;
    padding: 0px;
    width:100%;
    border: 0px solid;
	}

h1 {
    font-size: 22pt;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    color: #444444;
    text-align: left;
    padding: 0;
   }

h2 {
    font-size: 16pt;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    color: #444444;
    text-align: left;
    padding: 0;
   }
   
input {
	font-size: 14pt;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #444444;
	border: 2px solid #444444;
	background: white;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 2px 10px;
    cursor: pointer;
}

button {
	font-size: 14pt;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #444444;
	border: 2px solid #444444;
	background: white;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 2px 10px;
    cursor: pointer;
}

textarea {
	font-size: 14pt;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #444444;
	border: 2px solid #444444;
	background: white;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 2px 10px;
    cursor: pointer;
    resize: none;
}

label {
	cursor: pointer;
}

.box {
	color: #444444;
	border: 2px solid #444444;
	background: white;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
//    -webkit-appearance: none;
    border-radius: 5px;
    padding: 2px 10px;
}

.circle {
	color: #444444;
	border: 2px solid #444444;
	background: white;
    width: 210px;
    height: 210px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; 
}
	
select {
	font-size: 14pt;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #444444;
	border: 2px solid #444444;
	background: white;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
//    -webkit-appearance: none;
    border-radius: 5px;
    padding: 2px 10px;
    cursor: pointer;
}

.formImageButton {
	border: 0px solid #AAAAAA;
}

		.checkered {

			background-image: linear-gradient(45deg, #EEE 25%, transparent 25%, transparent),
							  linear-gradient(-45deg, #EEE 25%, transparent 25%, transparent),
							  linear-gradient(45deg, transparent 75%, #EEE 75%),
			  				  linear-gradient(-45deg, transparent 75%, #EEE 75%);
		}
		
