/*
        Copyright:  fresh frames GmbH & Co. KG
                    http://www.freshframes.com/
    
        Seite:      EEBA
                    European Eye Bank Association
    
        Autor:      Stefanovski Alexander
                    stefanovski@freshframes.com
                    http://www.freshframes.com/

        Version: $Id: eeba_stage.css 197 2009-07-20 13:53:03Z schnix $
                                                    */
			/* Container:Column:Stage:Text */
				#stage_txt {
					line-height: 1.4em;
				}
				
				#stage_txt h1 {
					font-size: 16px;
					font-weight: bold;
					color: #000659;
					margin: 0 0 10px 0;
				}
				
				#stage_txt h2 {
					font-size: 12px;
					font-weight: bold;
					color: #000659;
					margin: 0 0 5px 0;
				}
				
				#stage_txt p {
					font-size: 12px;
					font-weight: normal;
					color: #000659;
					margin: 0 0 5px 0;
				}
				
				#stage_txt a {
					color: #F70000;
					text-decoration: underline;
				}
				
					#stage_txt a img {
						border: 0;
					}

				#stage_txt a:hover {
					text-decoration: none;
				}
				
				#stage_txt img {
					margin: 0 5px 0 5px;
				}
				
				#stage_txt #articleModerate img {
                    margin: 0;
                }
				
				#stage_txt table {
					border-collapse: collapse;
				}
                
                #stage_txt table tr td {
                    padding: 3px;
                    /*border: 1px solid #000659;*/
                }

                #stage_txt #articleModerate table tr td {
                    padding: 0;
                    border: 0;
                }