/* Properties of a normal link */
a:link
{
    color: #0096df;
    text-decoration:underline;
    font-weight:normal;
}
a:visited
{
    color: #0096df;
    text-decoration:underline;
    font-weight:normal;
}
a:hover
{
    color: #0096df;
    text-decoration:underline;
    font-weight:normal;
}


body
{
    text-align: center;
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0px;
    border: 0px;
}

div#container
{
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
div#header
{
    width: 968px;
    height: 108px;
 	background-image: url('DesignImages/Top.png');
	background-repeat: no-repeat;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0px;
	display: none;

}

div#menu
{
	display: none;
}
.menu_link
{
    display: none;
}

.menu_link a:link
{
    display: none;
}

.menu_link a:visited
{
    display: none;
}

.menu_link a:hover
{
    display: none;
}

div#content
{


}
div#contentCOPY
{
    width: 610px;
    height: 460px;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    overflow: auto;
    SCROLLBAR-FACE-COLOR: #0096df;
    scrollbar-base-color:#d9f2ff;
}

div#news
{
    display: none;
}

div#activities
{
   display: none;
}

div#footer_spacer
{
    display: none;
}

div#footer
{
   display: none;
}

div#footer_updated
{
display: none;
}
div#footer_counter
{
display: none;
}

div#footer_webmaster
{
display: none;
}

.box_headline
{
display: none;
}

div#box_news_container
{
    display: none;
}

div#box_activities_container
{
    display: none;
}

.box_content
{           
display: none;
}

.box_content_headline
{
  display: none;
}

div#box_news_footer
{
 display: none;
}

div#box_activities_footer
{
display: none;
}

.content_headline
{
    font-weight:bold;
    color:#000000;
    font-size:16px;
    font-family:Verdana;
}

.content_small_headline
{
    font-weight:bold;
    color:#000000;
    font-size:14px;
    font-family:Verdana;
}

.content_text
{
    font-weight:normal;
    color:#000000;
    font-size:12px;
    font-family:"Verdana";
    margin-right: 6cm;
    margin-left: 0cm;
}

.content_text_note
{
    font-weight:normal;
    font-style: oblique
    color:#000000;
    font-size:10px;
    font-family:"Verdana";
}


.content_text_small
{
    font-weight:normal;
    color:#000000;
    font-size:10px;
    font-family:"Verdana";
}

.content_selection_page
{
    text-align: center;
    font-weight:normal;
    color:#000000;
    font-size:12px;
    font-family:"Verdana";

}

.content_text_center
{
    align: center;
    font-weight:normal;
    color:#000000;
    font-size:12px;
    font-family:"Verdana";
}

.tbl_activity
{
display: none;
}

.td_activity_topheadline
{
display: none;
}

.td_activity_headline
{
 display: none;
}

.td_activity
{
display: none;
}

.selection_link
{
    text-align: center;
    font-weight:normal;
    color:#000000;
    font-size:12px;
    font-family:"Verdana";
}

.selection_link a:link
{
    color: #0096df;
    font-size:20px;
    font-family:"Verdana";
    text-decoration:none;
    font-weight:bold;
}

.selection_link a:visited
{
    color: #0096df;
    font-size:20px;
    font-family:"Verdana";
    text-decoration:none;
    font-weight:bold;
}

.selection_link a:hover
{
    color: #0096df;
    font-size:20px;
    font-family:"Verdana";
    text-decoration:none;
    font-weight:bold;
}

.tbl_shows
{
    margin: 3px; 
    padding: 0px; 
    border: 10px;
    background-color: #c0c0c0; 
    border-width: 1px;
    border-color: purple;
}

.td_shows_topheadline
{
    margin: 0px; padding: 0px; border: 0px;
    text-align: center;
    font-size:14px;
    font-weight:bold;
    background-color: #808080;
    color: #c0c0c0;
}

.td_shows_headline
{
    margin: 0px;
    padding: 1px;
    border: 0px;
    text-align: left;
    font-size:12px;
    font-weight:bold;
    background-color: #808080;
    color: #c0c0c0;
}

.td_shows
{
    margin: 0px; padding: 0px; border: 0px;
    text-align: left;
    font-size:12px;
    font-weight:normal;
    color: #404040;
    background-color: #e0e0e0;
    padding-left: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
}

div#headline
{
	display: none;
}

