
body {
	font-style : normal;
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #ffffff;
}

p {
	font-style : normal;
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-size : 14pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006600;
}

td {
	font-style : normal;
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: normal;
}
a:active {	font-style : normal;
			font-size : 9pt;
			font-family : Arial, Helvetica, sans-serif;
			font-weight: normal;
			color: #BADB9C;
}

a:visited { font-style : normal;
			font-size : 9pt;
			font-family : Arial, Helvetica, sans-serif;
			font-weight: normal;
			color: #006600;
}

a:link { font-style : normal;
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #006600;
}

a:hover {	font-style : normal;
			font-size : 9pt;
			font-family : Arial, Helvetica, sans-serif;
			font-weight: normal;
			color: #009900;
}

#jobtitle {
	font-size : 12pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;

	color: #006600;
}

.button {
    background-color: 006600;
    border-bottom: #003300 2px solid;
    border-left: #009900 2px solid;
    border-right: #003300 2px solid;
    border-top: #009900 2px solid;
    color: #ffffff;
    cursor: hand;
    font-family: arial, helvetica, sans-serif;
    font-size: 9pt;
	font-weight: bold;
}

.adminbox {border:#006600 1px dashed;  padding:4px 4px 4px 4px; width:200px;}
