html {
    height: 100%;
}

    body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #E1F0CA;
}
	
    #all {
        width: 100%;
        height: 100%;
    }
    
        #all td {
            text-align: center;
            vertical-align: middle;
        }
        
        #frame {
            width: 708px;
            height: 425px;
            margin: 0 auto;
            border: solid 1px #FFF;
            background: #FFF;
            text-align: center;
            font-family: Arial, Tahoma, Verdana;
            color: #000;
        }
        
        p {
            margin: 0;
            padding: 0px;
            font-size: 10px;
            font-weight: normal;
            line-height: 18px;
        }
		 p.first {
            margin: 0;
            padding: 0px;
            font-size: 11px;
            font-weight: normal;
			color: #799F39;
            line-height: 12px;
        }
		 a.first {
           text-decoration: none;
           color: #799F39;
		   margin: 0;
            padding: 0px;
            font-size: 10px;
            font-weight: normal;
            line-height: 18px;
        }
		 a.second {
           text-decoration: none;
           color: #799F39;
		   margin: 0;
            padding: 0px;
            font-size: 10px;
            font-weight: normal;
            line-height: 12px;
        }
		 h1 {
            margin: 0;
            padding: 0px;
            font-size: 10px;
            font-weight: bold;
            line-height: 12px;
        }
		
		
        
            .xl, .l, .m, .s {
                line-height: 24px !important;
                letter-spacing: 3px;
            }
            
            .xl {
                font-size: 13px;
            }
			.2lines {
            line-height: 12px !important;
		   
            }
            
            .l {
                font-size: 10px;
            }
            
            .m {
                font-size: 10px;
            }
            
            .s {
                font-size: 9px;
            }
            
            .xs {
                font-size: 9px;
            }
            
        a {
            text-decoration: none;
            color: #000;
        }
        
            a:hover {
                color: #95C051;
            }
			.text_workshops_bold {
	margin: 0;
    padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
}
.text_workshops {
margin: 0;
            padding: 0px;
            font-size: 10px;
            font-weight: normal;
            line-height: 18px;

