body {
padding: 0;
background: #dddddd none repeat scroll 0% 50%;
color: black;
font-family: calibri;
font-size: 12pt;
line-height:12pt;

}

p, dd {
color: black;
font-family: calibri;
font-size: 12pt;
}

dt {
font-weight: bold;
}

ul {
font-size: 12pt;
line-height: 12pt;
}

h1, h2, h3 {
margin: 0.25em 0;
padding: 0.25em 0;
font-weight: bold;
}

a, a:link, a:active, a:visited {
	color: #ed2190;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #b5b5b5;
}

a img, a img.preview {
border: none;
text-decoration: none;
}

a:link img, a:visited img, a:hover img {
border: none;
text-decoration: none;
}

blockquote {
	margin: 1em 3em;
	padding: 1em;
    line-height: 1.4em;
	background: #dddddd;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -khtml-border-radius: 0.5em;
}

input, textarea, select {
	color: black;
        background: #FFFFFF;
	font-size: 1.2em;
	border: 1px solid #DDDDDD;
}

.top {
vertical-align: bottom;
text-align: left;
}

.up {
float: left;
margin-left: 490px;
margin-top: -250px;
padding: 10px;
text-align: right;
font-size: 16pt;
height: 200px;
color: #addee2;
font-family: futura, helvetica neue, tahoma, sans-serif;
width: 300px;
}

div.up h1 {
font-weight: bold;
color: black;
font-family: futura, helveitca neue, tahoma, sans-serif;
font-size: 24pt;
font-variant: small-caps;
line-height: 10pt;
}

div.up h2 {
 font-weight: bold;
 color: #b5b5b5;
 font-size: 16pt;
 }

.grey {
background: #b5b5b5 none repeat scroll 0% 50%;
}

.button {
background: #d091ff none repeat scroll 0% 50%;
width: 150px;
text-align: center;
color: white;
height: 25px;
font-size: 16pt;
font-family: calibri;
}


a.button, a.button:link, a.button:active, a.button:visited{
font-size: 16pt;
font-family: calibri;
text-align: center;
color: white;
text-decoration: none;
background: transparent;
}

a.button:hover{
text-decoration: none;
background: transparent;
}

td.button:hover {
background: #d8ecd5 none repeat scroll 0% 50%;
}

.centerdiv {
 width: 800px;
 padding: 10px;
 background: white;
}

.footer {
 padding-left: 10px;
 color: #999999;
 font-size: 8pt;
 text-align: center;
}

.footer a {color: #2020FF;}

.dropbutton {
background: #d091ff none repeat scroll 0% 50%;
width: 150px;
text-align: center;
color: white;
height: 25px;
font-size: 16pt;
font-family: calibri;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  text-align: center;
  background-color: #d091ff;
  width: 150px;
  font-size: 12pt;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: white;
  padding: 6px 8px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #d8ecd5}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbutton {
  background-color: #d8ecd5;
}

