.header {
    height: 147px;
    width: 100%;
    background: url(images/page_header_bg.png) no-repeat left top;
}

.footer {
    background-color: #e7e7e8;
    background-repeat: no-repeat;
    background-position: left top;
    height: 123px;
}

.footer td {
    color: #828081;
    font-size: 8pt;
    font-family: Tahoma, Arial, sans-serif;
}

.footer .title {
    color: #0054A4;
    font-size: 8pt;
    font-family: Tahoma, Arial, sans-serif;
    font-weight: bold;
}

.content {
    width: 100%;
}

.content_left {
    width: 253px;
}

.content_right {
    background: url(images/menu_content_bg.png) repeat-x left top;
}

.menus {
    font-family: Trebuchet MS, Tahoma, sans-serif;
    font-size: 10pt;
}

.menu {
    width: 170px;
  
}





.menu a {
    color: #4d4d4d;
    text-decoration: none;
}

.menu a.boldLink {
    color: #000000;
    text-decoration: none;
}

.menu a:hover {
    text-decoration: none;
    font-weight: bold;
}

.menu th {
    color: #fff;
    font-weight: normal;
}

.menu td {
    vertical-align: top;
    background: #ededed;
}

.menu th {
    height: 12px;
}

.m_pink th {
    background: #ce1f52;
}

.m_green th {
    background: #72bf44;
}

.m_orange th {
    background: #f6a03f;
}

.m_purple th {
    background: #8772b3;
}

.m_pink a:hover {
    color: #ce1f52;
}

.m_green a:hover {
    color: #72bf44;
}

.m_orange a:hover {
    color: #f6a03f;
}

.m_purple a:hover {
    color: #8772b3;
}

.vspace {
    height: 14px; font-size: 1px;
}

.hspace {
    height: 10px;
}

.m_pink .hspace {
    width: 10px;
}

.m_green .hspace {
    width: 10px;
}

.m_orange .hspace {
    width: 10px;
}

.m_purple .hspace {
    width: 10px;
}

.hilite {
    width: 3px;
}

.shadow_grey_lower {
    background: url(images/shadow_grey_lower.png) repeat-x top left !important;
}

.shadow_white_top_right {
    background: url(images/shadow_white_top_right.png) no-repeat top left !important;
    width: 4px;
    height: 12px;
    font-size: 1px;
}

.shadow_white_right {
    background: url(images/shadow_white_right.png) repeat-y top left !important;
    width: 4px;
    font-size: 1px;
}

.shadow_white_bottom {
    height: 3px;
    background: url(images/shadow_white_bottom.png) repeat-x top left !important;
    font-size: 1px;
}

.shadow_white_bottom_right {
    height: 3px;
    width: 4px;
    background: url(images/shadow_white_bottom_right.png) repeat-x top left !important;
    font-size: 1px;
}

.link {
	padding-left: 8px;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B5B8D9;
}

.lowerstrip {
    height: 3px !important;
    font-size: 3px !important;
}

.lang {
    width: 30px;
    height: 36px;
    vertical-align: bottom;
    padding-bottom: 5px;
    padding-right: 6px;
    text-align: right;
    font-family: Trebuchet MS, Tahoma, sans-serif;
    font-size: 10pt;
}

.lang a {
    color: #231f20;
    text-decoration: none;
}

.lang a:hover {
    font-weight: bold;
}

.bord {
    border-right: 1px solid #babbbd;
}