﻿/*--------------------------------------------------------------------
basic elements
----------------------------------------------------------------------*/

body {
    margin: 0px;
    padding: 0px;
   
}

p{
	color: #000000;
	font-size: 11px;
    font-family: Arial, Verdana, Trebuchet MS, Sans-Serif;
	margin: 0px;
    padding: 0px;
}

span.ntext{
    color: #767676;
    font-size: 11px;
    font-family: Arial, Verdana, Trebuchet MS, Sans-Serif;
}

span.footernote{
    color: #8c8e91;
    font-size: 11px;
    font-family: Arial, Verdana, Trebuchet MS, Sans-Serif;
	
}

a.nlink{
	color: #767676;
    font-size: 11px;
    font-family: Arial, Verdana, Trebuchet MS, Sans-Serif;
	font-style: italic;
	text-decoration: none;
}

a.nlink:visited{
	color: #767676;
    font-size: 11px;
    font-family: Arial, Verdana, Trebuchet MS, Sans-Serif;
	font-style: italic;
	text-decoration: none;
}

a.nlink:hover{
	color: #f64715;
    font-size: 11px;
    font-family: Arial, Verdana, Trebuchet MS, Sans-Serif;
	font-style: italic;
	text-decoration: none;
}

/*--------------------------------------------------------------------
table elements
----------------------------------------------------------------------*/

table.main{
    width: 667px;
}

td.main_header{
    height: 106px;
    vertical-align: bottom;
    background-image: url("../Gfx/topbg.jpg");
    background-repeat: no-repeat;
}

td.main_banner{
   height: 168px; 
   background-image: url("../Gfx/mellembg.jpg");
}

td.main_content{

    background-image: url("../Gfx/mellembg.jpg");
}

td.main_footer{
    height: 30px;
    background-image: url("../Gfx/bundbg.jpg");
    background-repeat: no-repeat;
vertical-align: top;
}

/*--------------------------------------------------------------------*/

table.footer{
    height: 25px;
background-image: url("../Gfx/dotted.jpg");
    background-repeat: repeat-x;
	
	
}

td.footer_left{
    width: 390px;
}

td.footer_right{
    width: 244px;
}

/*--------------------------------------------------------------------*/

table.fp{
    width: 600px;
	padding: 15px 0px 15px 0px;
}

td.fp_content{
    vertical-align: top;
}

/*--------------------------------------------------------------------*/

table.page{
    
	
}

td.page_menu{
    width: 120px;
	vertical-align: top;
	padding-top: 5px;
}

td.page_content{
 	vertical-align: top;
	width: 480px;
	padding: 15px;
	background-image: url("../Gfx/dotted2.jpg");
    background-repeat: repeat-y;
	background-position: top left;
	
}

/*--------------------------------------------------------------------
div elements
----------------------------------------------------------------------*/

div#logobox{
    width: 390px;
    height: 90px;
    text-align: right;
    border-width: 0px;
    border-color: #000000;
    border-style: solid;
}


div#menubox{
    width: 500px;
    height: 20px;
	float: right;
    border-width: 0px;
    border-color: #000000;
    border-style: solid;
}

div#banner_1{
   width: 635px;
   height: 168px;
   text-align: right;
   border-width: 0px;
   border-color: #000000;
   border-style: solid;
   background-image: url("../Gfx/banner/1.jpg");
   background-repeat: no-repeat; 
}

div#banner_2{
   width: 635px;
   height: 168px;
   text-align: right;
   border-width: 0px;
   border-color: #000000;
   border-style: solid;
   background-image: url("../Gfx/banner/2.jpg");
   background-repeat: no-repeat; 
}

div#banner_3{
   width: 635px;
   height: 168px;
   text-align: right;
   border-width: 0px;
   border-color: #000000;
   border-style: solid;
   background-image: url("../Gfx/banner/3.jpg");
   background-repeat: no-repeat; 
}

div#banner_4{
   width: 635px;
   height: 168px;
   text-align: right;
   border-width: 0px;
   border-color: #000000;
   border-style: solid;
   background-image: url("../Gfx/banner/4.jpg");
   background-repeat: no-repeat; 
}

div#banner_5{
   width: 635px;
   height: 168px;
   text-align: right;
   border-width: 0px;
   border-color: #000000;
   border-style: solid;
   background-image: url("../Gfx/banner/5.jpg");
   background-repeat: no-repeat; 
}

div#banner_6{
   width: 635px;
   height: 168px;
   text-align: right;
   border-width: 0px;
   border-color: #000000;
   border-style: solid;
   background-image: url("../Gfx/banner/6.jpg");
   background-repeat: no-repeat; 
}

div#banner_7{
   width: 635px;
   height: 168px;
   text-align: right;
   border-width: 0px;
   border-color: #000000;
   border-style: solid;
   background-image: url("../Gfx/banner/7.jpg");
   background-repeat: no-repeat; 
}

        