a:link 
{
color: black;
}

a:visited 
{
color: black;
}

a:active 
{
color: red;
}

a:hover 
{
text-decoration: none; 
color: #f02424;
outline: thin dashed #f02424; 
}


.main_caption
{
color: white;
}          

.p_org
{
display: inline ; 
font-weight: bold;
clear: both;
color: #ff430f;
}

.b_date
{
color: #3b72e4;
}

.p_text 
{
text-indent: 2em; 
}

.main_table 
{
/*border-spacing: 10pt;*/
}

.main_td 
{
vertical-align: top;
text-align: left;
}

.menu_td 
{
width: 20%;
vertical-align: top;
}


.table_caption 
{
background-color: black; 
width: 100%;
}

.table_content 
{
width: 100%;
padding-top: 1.5em;
}


