/******* GENERAL LINKS *******/
A {
    font-family: Garamond;
    font-size: 12px;
    font-weight: bold;
    cursor: hand;
    /*text-decoration: none;*/
    color: #2062AF;
}

/******* LEFT MENU ********/

.left_menu {
	width:144px;
	display:block;
}

.left_menu_bg {
    background-color: #10245A;
}

A.left_menu_link {
	font-family: Garamond;
    font-size: 14px;
    font-weight: bold;
    cursor: hand;
    text-decoration: none;
    color: #CFC08E;
	padding: 8px 0px 8px 10px;  /* Top - Right - Bottom - Left */
	display:block;
}

A.left_menu_link:hover {
    font-family: Garamond;
    font-size: 14px;
    font-weight: bold;
    font-variant: normal;
    color: #A5865A;
}

/******** TITLES **********/

.logo_title {
    font-family: Garamond;
    font-size: 12px;
    font-weight: bold;
    color: #003366;
    text-align: right;
    padding: 0px 60px 0px 0px;
}

.titles {
    font-size: 24px;
    color: #A5865A;
}

.subtitles {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

.inbox_titles {
    font-family: Garamond;
    font-size: 14px;
    color: #2062AF;
    font-weight: bold;
    text-decoration: underline;
}

/******** SCROLL DIV ************/
DIV.submenu {
    /*position:relative;*/
    width:535px;
    height:550px;
    overflow:auto;
    scrollbar-face-color: #CFC08E;
    scrollbar-shadow-color: #F7EFE7;
    scrollbar-highlight-color: #F7EFE7;
    scrollbar-3dlight-color: #F7EFE7;
    scrollbar-darkshadow-color: #F7EFE7;
    scrollbar-track-color: #F7EFE7;
    scrollbar-arrow-color: #10245A;
    /*left: -1px;
    top:5px;
    margin-top:10px;
    margin-left:5px;
    margin-right:0px;*/
    }

/******** TEXT ************/
.standard_text {
    font-family: Garamond;
    font-size: 14px;
    color: #2062AF;
}

/******** MAIN PAGES *********/
.main_page {
    background-color: #F7EFE7;
}

.main {
	margin-right: 10px;
}

