/* 
    Document   : style
    Created on : 16/03/2009, 12:16:38 ã
    Author     : salah1.com
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

html, body, div, span, applet, object, iframe,
            h1, h2, h3, h4, h5, h6, p, blockquote, pre,
            a, abbr, acronym, address, big, cite, code,
            del, dfn, em, font, img, ins, kbd, q, s, samp,
            small, strike, strong, sub, sup, tt, var,
            b, u, i, center,
            dl, dt, dd, ol, ul, li,
            fieldset, form, label, legend,
            table, caption, tbody, tfoot, thead, tr, th, td {
                margin: 0;
                padding: 0;
                border: 0;
                /*outline: 0;*/
                font-size: 100%;
                vertical-align: baseline;
                background: transparent;
            }
            body {
                line-height: 1;
            }
            ol, ul {
	list-style: none;
	position: relative;
            }
            /*blockquote, q {
                quotes: none;
            }*/
            blockquote:before, blockquote:after,
            /*q:before, q:after {
                content: '';
                content: none;
            }*/

            /* remember to define focus styles! */
            :focus {
                /*outline: 0;*/
            }

            /* remember to highlight inserts somehow! */
            ins {
                text-decoration: none;
            }
            del {
                text-decoration: line-through;
            }

            /* tables still need 'cellspacing="0"' in the markup */
            table {
                border-collapse: collapse;
            }

            body{
                margin:0px;
                padding:0px;
            }
			body,table{
				font-family:Tahoma, Geneva, sans-serif;
				font-size:12px;
				color:#5f5f5f;
				line-height:16px;
				direction:ltr;
				
			}
			body{
				background-color:#FFF;
			
			}
			a{
				text-decoration:none;
			}
			h1 a{
				color:#995a49;
				font-size:16px;				
				line-height:22px;
			}
            .spacer{
                clear:both;
                line-height:0px !important;
                height:0px !important;
                margin: 0px !important;
                font-size: 0px !important;
                padding:0px !important;
                border:0px none !important;
            }
