@charset "utf-8";
/* CSS Document */
/* CSS f�r Links */
a:link,a:visited{
display 			:inline;
font-size			:1.0em;
color				:#cccccc;
font-weight			:normal;
text-decoration		:none;
text-transform		:none;
}
a:hover{
color				:#ffffff;
}
a.upper:link,a.upper:visited{
display 			:inline;
font-size			:1.0em;
color				:#000000;
font-weight			:normal;
text-decoration		:none;
text-transform		:none;
}
a.upper:hover{
color				:#cccccc;
}
a.printer:link,a.printer:visited{
float				:right;
font-family			:arial,verdana, Helvetica, sans-serif;
display 			:inline;
font-size			:1.0em;
color				:#b45195;
text-align			:right;
font-weight			:normal;
letter-spacing		:0.1em;
text-decoration		:none;
text-transform		:none;
background			:url(../images/print_off.gif) no-repeat;
margin				:0px 40px 3px 0px;
padding				:1px 0px 1px 16px;
}
a.printer:hover{
color				:#ffffff;
background			:url(../images/print_on.gif) no-repeat;
}

