.cursorHand {
cursor: hand;
}

.topimage {
font-family: "Arial";
font-size: 8pt;
text-decoration: none;
color: #EEEEEE;
text-align: center;
}

.footer {
font-family: "Arial";
font-size: 6pt;
text-decoration: none;
color: grey;
text-align: center;
}

ul.bulletsymbol {
	line-height: 17px;
    padding: 0px;
    /*margin-left: 10px;*/
	margin-top: 0;
	list-style-type: disc;
	list-style-position:inside;
}

ul.nosymbol {
	line-height: 17px;
    padding: 0px;
    /*margin-left: 10px;*/
	margin-top: 0;
	list-style-type: none;
	list-style-position:inside;
}
h1 {
font-family: "Arial";
font-size: 14pt;
text-decoration: none;
color: #BDD631;
text-align: left;
}

h2 {
font-family: "Arial";
font-size: 14pt;
text-decoration: none;
color: #BDD631;
text-align: center;
}

hr {
border: 0;
color: black;
background-color: black;
height: 2px;
}

body {
	background-color: darkgray;
	margin: 0;
	padding: 0;
}
table {
background-color: white;
font-family: "Arial";
font-size: 11pt;
text-align: left;
color: black;
}

table.inside {
width: 85%;
margin: auto;
padding-left: 25px;
}

td {
vertical-align: top;
padding: 8px;
background-color: white;
height: 100%;
}
td.padding {
padding:15px;
}
td.w500{
width: 500px;
}
td.w450{
width: 450px;
}
td.w400{
width: 400px;
}
a {
text-decoration: none;
}
