.menu
{
    padding-left:   105px;
    padding-top:    50px; 
}
.language_selection
{  
    text-align:         right;    
    padding-left:       560px;
    padding-top:        26px;
    padding-right:      2px;
}
.td_header
{
    background: url(../images/header.jpg) no-repeat; 
    position:   absolute;
    height:     151px;
    width:      750px;    
}
.td_footer
{
    background:     url(../images/footer.jpg) no-repeat; 
    height:         22px;
    width:          750px;    
    padding-left:   15px;
    padding-top:    0px;
}
body, table, div, p 
{
	font-family:    Verdana, Arial, Helvetica, sans-serif;
	font-size:      11px;
    color:          #555555;
    cursor:         default;
}

/* normal web links */
a:link, a:visited, a:active 
{
	color:           #770877;
    text-decoration: none;
}
a:hover 
{
	background:      #770877;
    color:           #FFFFFF;
    text-decoration: none;
}
/* normal web links */

a.menu_link:link, a.menu_link:visited, a.menu_link:active 
{
	color:           #555555;
    text-decoration: none;
    background:      none;
}
a.menu_link:hover 
{
	color:           #770877;
    text-decoration: none;
    background:      none;
    
}
hr
{
	background:      #770877;
    color:           #770877;
    height:          1px;
    border:          none;
}

.iframe_stats
{
    visibility: hidden;
}

.td_content
{
    position:       static;
    
    border-left:    1px solid #9C9A9C;
    border-right:   1px solid #9C9A9C;
    
    padding-left:   6px;
    padding-right:  6px;
    padding-top:    150px;
    padding-bottom: 15px;   
}
h1
{
    font-size:      17px;
    font-weight:    bold;
    color:          #770877;
}
h2
{
    font-size:      16px;
    font-weight:    bold;
    color:          #770877;
}
h3
{
    font-size:      14px;
    font-weight:    bold;
    color:          #770877;
}

input, textarea, select
{
	font-family:    Verdana, Arial, Helvetica, sans-serif;
	font-size:      11px;
    color:          #555555;
}