/* CSS Document */

body{
	margin:0;
	background-color: #FFFFFF;
	background-image: url(grfx/bg_0.jpg);
	background-repeat: repeat-x; 
	background-attachment: scroll;
	
    scrollbar-face-color: #FBBD5F; 
    scrollbar-shadow-color: #aaaabb; 
    scrollbar-highlight-color: #ffffff; 
    scrollbar-3dlight-color: #9999aa; 
    scrollbar-darkshadow-color: #cccccc; 
    scrollbar-track-color: #D8D5D5; 
    scrollbar-arrow-color: #ffffff;
}
body,td,th,tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF9900;
	font-size: 11px;
	font-weight: bold;
}
a {
	font-size: 11px;
	color: #FF9900;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}

.tooltipHeadline {
	color: #000000;
}

.tooltipURL {
	color: rgb(43, 150, 191);
	font-weight: normal;
	font-size: 10px;
}
.tooltipURL A:LINK {color: rgb(43, 150, 191); text-decoration : none; font-weight: normal;}
.tooltipURL A:VISITED {color: rgb(43, 150, 191); text-decoration : none; font-weight: normal;}
.tooltipURL A:ACTIVE {color: rgb(43, 150, 191); text-decoration : none; font-weight: normal;}
.tooltipURL A:HOVER {color: #FF0000; text-decoration : none; font-weight: normal;}

.innerTable {
	margin:0;
	background-color: #DDDDDE;
	background-image: url(grfx/bg/bg_fade.gif);
	background-repeat: repeat-x; 
}

.droplist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	clear: left;
	float: none;
	width: 100px;
	color: #000000;
	background: #FAFAFA;
	/*background-color: #EFEFEF;
	background-image: url(bg_droplist_01.gif);
	background-repeat: no-repeat;	
*/
}

.ffMessage {
	color: #000000;
	font-size: 8pt;
	font-family: sans-serif;
    text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
.ffMessage A:LINK {color: #FF0000; text-decoration : none; font-weight: normal; color: #000000;}
.ffMessage A:VISITED {color: #FF0000; text-decoration : none; font-weight: normal; color: #000000;}
.ffMessage A:ACTIVE {color: #FF0000; text-decoration : none; font-weight: normal; color: #000000;}
.ffMessage A:HOVER {color: #FF0000; text-decoration : none; font-weight: normal; color: #000000;}


