.*{
   margin: 0px;
   padding: 0px;
}

.top_menu_bg{
    width: 760px;
    height: 42px;
    background-image: url("images/menu-bg.jpg"); 
}

.top_menu{
    font-family: Arial, Verdana;
    font-size: 10pt;
    color: #FFFAF7;
    text-decoration: none;
}

.body_text{
    font-family: Verdana;
    font-size: 08pt;
    color: #444444;
    text-decoration: none;
    padding-bottom: 20px;
}

.search_text{
    font-family: Verdana;
    font-size: 08pt;
    color: #444444;
    text-decoration: none;
    padding: 4px;	
}

.body_text_editor{
    font-family: Verdana;
    font-size: 08pt;
    color: #444444;
    text-decoration: none;
}

.body_text_large{
    font-family: Verdana;
    font-size: 10pt;
    color: #3285d1;
    text-decoration: none;
    padding-bottom: 20px;
}

.news_text{
    font-family: Verdana;
    font-size: 08pt;
    color: #444444;
    text-decoration: none;
    padding-top: 10px;
}


.editor_head{
    font-family: Verdana;
    font-size: 11pt;
    color: #f9b023;
    font-weight: bold;	
    text-decoration: none;
}


.news_link{
    font-family: Verdana;
    font-size: 08pt;
    color: #f9b023;
    font-weight: bold;	
    text-decoration: none;
}

.news_link:hover{
    font-family: Verdana;
    font-size: 08pt;
    font-weight: bold;
    color: #f9b023;
    text-decoration: underline;
}

.heading{
    margin-top: 15px;	
    margin-bottom: 20px;
    font-family: Arial;
    font-size: 14pt;
    font-weight: none;	
    color: #444444;
    text-decoration: none;
}


.news_heading{
    margin-top: 0px;	
    margin-bottom: 10px;
    font-family: Arial;
    font-size: 14pt;
    font-weight: none;	
    color: #3285d1;
    text-decoration: none;
}

.news_bg{
    width: 250px;
    height: 230px;
    background-image: url("images/news_bg.jpg"); 
    padding: 15px;		
}

.bottom_link{
    font-family: Verdana;
    font-size: 08pt;
    color: #3285d1;
    font-weight: none;	
    text-decoration: none;
}

.bottom_link:hover{
    font-family: Verdana;
    font-size: 08pt;
    font-weight: none;
    color: #3285d1;
    text-decoration: underline;
}

.menu_links{
     font-family: Verdana;
     font-size: 10pt;
     color: #f9b023;
     text-decoration: none;
    font-weight: bold;

}

.menu_links:hover{
     font-family: Verdana;
     font-size: 10pt;
     color: #f9b023;
     text-decoration: underline;
    font-weight: bold;

}

.error_text{
    font-family: Arial;
    font-size: 11pt;
    color: #cc0000;
    font-weight: bold;
    padding-left: 0px;
}

