/* CSS Document */

body {
font-family: "Times New Roman";
font-size: 12pt;
font-style: italic;
color: white;
}

td {
background-color: #52B8FF;
text-align: left;
vertical-align: top;
padding: 10px;
}

.layout_td {
background-color: #99ccff;
padding: 0px;
}

.layout_table {
background-color: #99ccff;
border-width: 3px;
border-style: solid;
border-color: #52B8FF;
}

.contact_table {
margin-top: 10px;
}

buttons {
text-align: center;
}

.navbar_top {
background-color: #52B8FF;
color: #A50C0C;
font-size: 12pt;
font-style: normal;
padding: 0px;
height: 50px;
border-top-width: 10px;
border-style: solid;
border-color: #99ccff;
text-align: center;
vertical-align: middle;
}

.info {
color: black;
text-align: center;
font-style: italic;
}

.contact {
color: black;
text-align: center;
}

.headline {
color: black;
text-align: center;
font-weight: bold;
font-size: 16pt;
font-style: normal;
margin-top: 10px;
}

a:link,a:visited,a:hover,a:active {
color: #034A84;
font-size : 12pt;
text-decoration: none;
font-style: italic;
font-weight: lighter;
}

.mail:link,.mail:visited {
color: white;
}

.highlight {
background-color: #41A3DF;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 5px;
padding-left: 5px;
}