
#events_table
{
 background-color: rgb(255,255,255);
 color: rgb(0,0,100); 
 font-size: 70%;
 font-family: arial, sans-serif;
 text-align: left;
}

#events_table td
{ 
 font-family: Arial, sans-serif; 
 padding: 10px;
 padding-left: 10px;
 padding-right; 10px;

 border: solid 2px rgb(255,255,255);
} 


.table_header
{
 background-color: rgb(42,75,165);
 color: rgb(255,255,255);
 font-weight: bold;
}


#background_div
{
 background-color: rgb(255,255,255);
}

td.highlighted
{
 font-weight: bold;
}


#top_paragraph
{
 padding-top: 0px;
 padding-bottom: 20px;
}

#bottom_paragraph
{
 padding-top: 0px;
 padding-bottom: 20px;
}

.normaltext
{
 color: white;
 font-size: 10pt;
 font-family: arial, sans-serif;
}

.download
{
 margin: 0;
 margin-right: 10px;
 margin-left: 10px;
 float: left;
 text-align: center;
}

.first_table_color
{
 background-color: rgb(255,255,255); 
}

.second_table_color
{
 background-color: rgb(200,210,239);
}
