body {
		font-size:8pt;
		color:#43495c;
		font-family:sans-serif;
		}

a {
		color: #43495c;
		}

a:visited {
		color: #43495c;
		}

a:hover {
		color: #a20d2b;
		}

h1 {
		font-family:sans-serif;
		color:#ffffff;
		font-size:14pt;
		}

h2 {
		font-family:sans-serif;
		color:#43495c;
		font-size:14pt;
		}

.whitediv{
		background-color: #ffffff;
		border: #ffffff;
		border-style: solid;
		border-top-width: 2px;
		border-right-width: 2px;
		border-bottom-width: 2px;
		border-left-width: 2px
		}

.bluediv{
		background-color: #dfeff3;
		border: #dfeff3;
		border-style: solid;
		border-top-width: 2px;
		border-right-width: 2px;
		border-bottom-width: 2px;
		border-left-width: 2px
		}

.bluetexttable {
		font-size:8pt;
		color:#43495c;
		font-family:sans-serif;
		}

.biggerbluetexttable {
		font-size:10pt;
		color:#43495c;
		font-family:sans-serif;
		}

.whitetexttable {
		font-size:10pt;
		color:white;
		font-family:sans-serif;
		}

.buttonover{
		font-family: sans-serif;
		font-size: 10px;
		color: #ffffff;
		background-color: #004b8c;
		border: #ffffff;
		border-style: solid;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		width: 60px
		}

.button{
		font-family: sans-serif;
		font-size: 10px;
		color: #663398;
		background-color: #ffffff;
		width: 60px;
		border: #663398;
		border-style: solid;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px
		}
		
.smallbuttonover{
		font-family: sans-serif;
		font-size: 10px;
		color: #ffffff;
		background-color: #84a4bc;
		border: #004b8c;
		border-style: solid;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		width: 40px
		}

.smallbutton{
		font-family: sans-serif;
		font-size: 10px;
		color: #004b8c;
		background-color: #ffffff;
		width: 40px;
		border: #004b8c;
		border-style: solid;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px
		}