BODY
{
    font-size:14px;
    color: #9D0398;
    font-family: Tahoma, Arial;
    background-color: #FFE9FF;
    scrollbar-face-color: #FAD9FA;
	scrollbar-shadow-color: #900181;
	scrollbar-highlight-color: #900181;
	scrollbar-arrow-color: #900181;
}

A
{
    color:blue;
    font-weight:bold;
    font-size:x-small;
}

.menu_buttons {
    BORDER-RIGHT: #FA00FA 2px;
    BORDER-TOP: #FA00FA 2px;
    BORDER-BOTTOM: #FA00FA 2px;
    BORDER-LEFT: #FA00FA 2px;
    FONT-SIZE: 10pt;
    COLOR: black;
    FONT-FAMILY: Tahoma, Arial;
    font-weight:bold;
    BACKGROUND: #FFEAF8;
    border-style:outset;
    padding: 5px 10px 5px 10px;
}

.menu_buttons_small {
    BORDER-RIGHT: #FA00FA 2px;
    BORDER-TOP: #FA00FA 2px;
    BORDER-BOTTOM: #FA00FA 2px;
    BORDER-LEFT: #FA00FA 2px;
    FONT-SIZE: 12px;
    COLOR: black;
    FONT-FAMILY: Tahoma, Arial;
    BACKGROUND: #FFEAF8;
    border-style:outset;
}

.td_purple
{
    background-color: #ffeaf8;
}

.main_menu
{
    border-right: #fa00fa outset;
    padding-right: 10px;
    border-top: #fa00fa outset;
    padding-left: 10px;
    font-weight: bold;
    font-size: x-small;
    padding-bottom: 2px;
    border-left: #fa00fa outset;
    color: black;
    padding-top: 2px;
    border-bottom: #fa00fa outset;
}

.avs_table
{
    border-right: darkblue 2px solid;
    border-top: darkblue 2px solid;
    border-left: darkblue 2px solid;
    border-bottom: darkblue 2px solid;
}

.white_bg_table
{
    BORDER-RIGHT: black thin solid;
    PADDING-RIGHT: 1px; 
    BORDER-TOP: black thin solid; 
    PADDING-LEFT: 1px; 
    PADDING-BOTTOM: 1px; 
    BORDER-LEFT: black thin solid; 
    COLOR: #0000cc; 
    PADDING-TOP: 1px; 
    BORDER-BOTTOM: black thin solid; 
    BACKGROUND-COLOR: white  ;  
}

.text_large
{   font-size:large;
}

.text_medium
{   font-size:medium;
}

.text_small
{   font-size:small;
}

.text_xsmall
{   font-size:x-small;
}