body {

    scrollbar-face-color: #7b84bd;
    scrollbar-shadow-color: #000000;
    scrollbar-highlight-color: #000000;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #000000;
    scrollbar-track-color: #3e4678;
    scrollbar-arrow-color: #000033;
      
    background-image: url(../images/bg.gif);
    background-repeat: repeat;
    
    margin:0px 0px 0px 0px;
    border-width: 0;
    background-color: 14395D;
  
}

p.normal {

    text-align: justify;
	margin-left: 0px;
	margin-top: 14px;
	margin-right: 10px;
	margin-bottom: 8px
    
}

p.small {

    text-align: justify;
	margin-left: 12px;
	margin-top: 14px;
	margin-right: 10px;
	margin-bottom: 8px
    
}


TD {
    font-weight: normal;
    font-size: 11px;
    line-height: 15px;
	color: #000000;
	font-family:"Verdana","MS Sans Serif","sans-serif";
}

A {
	font-weight: bold;
	color: #7b84bd;
	font-size:11px; 
	font-family:"Verdana","MS Sans Serif","sans-serif";
	text-decoration: underline
}

A:hover {
	font-weight: bold;
	color: #3e4678;
	font-size:11px; 
	font-family:"Verdana","MS Sans Serif","sans-serif";
	text-decoration: none
}

.bottomMenu {
	font-weight: normal;
	color: #7b84bd;
	font-size:10px; 
	font-family:"Verdana","MS Sans Serif","sans-serif";
	text-decoration: underline
}

.bottomMenu:hover {
	font-weight: normal;
	color: #3e4678;
	font-size:10px; 
	font-family:"Verdana","MS Sans Serif","sans-serif";
	text-decoration: none
}

.whiteMenu {
	font-weight: bold;
	color: #FFFFFF;
	font-size:11px; 
	font-family:"Verdana","MS Sans Serif","sans-serif";
	text-decoration: underline
}

.whiteMenu:hover {
	font-weight: bold;
	color: #FFFFFF;
	font-size:11px; 
	font-family:"Verdana","MS Sans Serif","sans-serif";
	text-decoration: underline
}    

.smallText {
	font-weight: normal;
	color: #000000;
	font-size:10px; 
	font-family:"Arial","MS Sans Serif","sans-serif";
	text-decoration: none
} 

.greyText {
	color:#808080;
	font-weight:bold;
}      

.textTitle {
	font-weight: bold;
	color: #475193;
	font-size:16px; 
	font-family:"Arial","MS Sans Serif","sans-serif";
	text-decoration: none
}   

.tableHeaderText {
	color: #2B4C6E;
	padding-left: 28px;
	font-weight: bold;  
    font-size: 12px;
    font-family:"Arial","MS Sans Serif","sans-serif";
}

.imageBorder {
	margin-right: 8px;
	margin-top: 8px;
}

.tableBorderHeader {
	height: 27;
	background-color: #DCDBBD;
	padding-left: 5px;
}

.tableBorder {
	border: solid 1px #C4C4C4;
	background-color: #FFFFFF;
}

.tableHeader {
	background-color: #f6d494;
	padding-left: 8px;
	height: 26;
}

.tableDataDark {
	background-color: #fff5e1;
	padding-left: 8px;
	height: 28;
}

.tableDataLight {
	background-color: #fff9ed;
	padding-left: 8px;
	height: 28;
}

.tableColor {
	background-color: #FDF2DD;

}


/* title_images */


.shortTitel {
	background-image: url(../images/shorttitle.gif);
    background-repeat: no-repeat;
    width: 315px;
    height: 26px;
    margin-left:2px;
}

.longTitel {
	background-image: url(../images/longtitle.gif);
    background-repeat: no-repeat;
    width: 634px;
    height: 26px;
    margin-left:2px;
}


