BODY, TABLE {
    font-family: Verdana;
    font-size: 10pt;
}
BODY {
    background-color: #F0F8FF;
}
H1 {
    font-size: 16pt;
    margin: 14px 0px;
}
H2 {
    font-size: 14pt;
}
H3 {
    font-size: 12pt;
}

.logo {
    color: #FFFFFF;
    font-family: Tahoma;
    font-size: 14pt;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
}
.logo_sub {
    color: #CCDDFF;
    font-family: Tahoma;
    font-size: 7pt;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    margin-left:35px;
}

.top_button_1 {
    display: block;
    text-align: left;
    color: #000033;
 	font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
	margin-left: 0px;
	padding-left: 4px;
}
.top_button_1:hover {
    color: #ffeedd;
	background-color: #6c8ab6;
}
.top_button_2, A.button_1 {
    display: block;
    text-align: left;
    color: #000033;
 	font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
	margin-left: 10px;
	padding-left: 4px;
}
.top_button_2:hover {
    color: #ffeedd;
	background-color: #6c8ab6;
}
.current_menu_item {
    color: red;
}

.button_1, .button_2{
}


.edit_link {
    color: #FFFFFF;
}