/* style sheet for Loops '11 webpage */

/*OVERALL STYLE*/
body{   
    color: black;
    background-color: white;
    font-family: Times New Roman;
    font-size: 14px;
    margin: 10px;
}

.in_table{
    font-family: Times New Roman;
    font-size: 14px;
    background-color: #e5e5e5;  
}

a{
    font-family: Times New Roman;
    font-family: Times New Roman;
    color: #336666;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

/*FRONTPAGE*/
.frontpage{
    font-family: Helvetica, Arial, Arial CE;
    font-size: 22px;
}
.frontpage_title{
    color: white;
    font-family: Helvetica, Arial, Arial CE;
    font-size: 40px;
    text-transform: uppercase;
}
.frontpage_slogan{
    color: #CCCCCC;
    font-family: Helvetica, Arial, Arial CE;
    font-size: 14px;
}
.frontpage_info{
    color: white;
    font-family: Helvetica, Arial, Arial CE;
    font-size: 20px;
}

/*MENU*/
.menu{
    font-family: Helvetica, Arial;      
    text-transform: uppercase;
}
.menu_item, .menu_separator{
    font-family: Helvetica, Arial;      
    text-transform: uppercase;
    font-size: 13px;
    color: #555555;
}

/*ADDRESSES*/
.addresses{
    font-family: Helvetica, Arial;    
    font-size: 14px;
    color: black;  
}


/*SECTION*/

.section{
    font-family: Helvetica, Arial;
    font-size: 19px;
    color: #333366;
	text-transform: uppercase;
    text-align: left;
}
.jumps{
    font-family: Helvetica, Arial;
    font-size: 11px;
    color: #555555;
    text-transform: uppercase;
}
.subsection{
    font-family: Helvetica, Arial;
    font-size: 15px;
    color: #333366;
    text-transform: uppercase;
    text-decoration: underline;
}
.subsubsection{
    font-family: Helvetica, Arial;
    font-size: 	14px;
    text-transform: uppercase;
}

/*FORM*/
.form{
    background-color: #dddddd;
    font-size: 14px;
}

.form_text{
    font-style: normal;
}
.form_part{
    text-transform: uppercase;
}
.form_label{
    font-weight: bold;
}

/*ABSTRACT*/
.abs_title{
   color: #134C49;
   font-weight: bold;
}

.abs_speaker{
   color: #336C69;
   font-weight: bold;
	
}
