/* CSS Document */

body {
background: #000000;
margin: 0px;
}

td {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #FFFFFF;
}

.layout {
border-right: solid 1px #384656;
border-left: solid 1px #384656;
padding: 3px;
margin-left: 1px;
margin-right: 1px;
}

.bigger {
font-size: 11pt;
font-weight: bold;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 14pt;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 11pt;
}

a:link {
font-weight: bold;
text-decoration: underline;
color: #FFFFFF;
}

a:hover {
color: #B5C4DA;
}

a:visited {
color: #7090A0;
font-weight: bold;
}

li {
padding-bottom: 5px;
}

.rightShift {
text-align: right;
}