body {
    background-color: #0D374B;
}
body,td,div,th {
	color: #207AAB;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
th {
    text-align: left;
    font-size: 11px;
}

h4 {
    margin: 10px 0 0 0;
    padding: 0;
    font-weight: bold;
    font-size: 14px;
}

h1.hidden {
    display: none;
}

.smaller {
	color: #AB4420;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    font-weight: normal;
}

a {
	color: #207AAB;
	text-decoration: underline;
}

a:hover {
	color: #C1CDD3;
	text-decoration: underline;
}
a.buttonesque {
    border: 1px solid #C1CDD3;
    padding: 1px;
    background: #eee;
	text-decoration: none;
}
a.buttonesque:hover {
	color: #209aca;
	text-decoration: none;
}

.dekHomeTab {
    float: left;
    padding: 3px;
    border-top: 1px solid #C1CDD3;
    border-left: 1px solid #C1CDD3;
    border-right: 1px solid #C1CDD3;
    margin-right: 5px;
    background: #dedede;
}
.dekHomeTab a {
    text-decoration: none;
	color: #207AAB;
}
.dekHomeTab a:hover {
    text-decoration: none;
	color: #207AAB;
}
.dekHomeTabOn {
    background: #fff;
    position: relative;
    top: 1px;
}
