        html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, small {
            margin: 0;
            padding: 0;
            border: 0;
            font-weight: inherit;
            font-style: inherit;
            font-size: 100%;
            font-family: inherit;
            line-height: inherit;
            vertical-align: baseline;
        }
        
        table, tbody, tfoot, thead, tr, th, td {
            vertical-align: top;
        }
        
        /* Body ---------------------------------------------------- */
        body {
            margin: 0;
            padding: 0;
            background: #fff;
            font: 14px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Tahoma, Verdana, sans-serif;
            background: #989898;
            line-height: 145%;
            color: #333;
        }
        
        /* Headings ---------------------------------------------------- */
        h1, h2, h3 {
            font-weight: bold;
            color: #002E5D;
        }
        
        h1 {
            margin-bottom: 20px;
            font-size: 18px;
            line-height: 1;
        }
        
        h2 {
            margin-bottom: 8px;
            font-size: 16px;
        }
        
        h3 {
            margin-bottom: 7px;
            font-size: 14px;
            line-height: 1;
        }
        
        p {
            font-size: 12px;
        }
        
        a {
            color: #002E5D;
            text-decoration: none;
            font-weight: bold;
        }
        
        a:hover {
            text-decoration: underline;
        }
        
        div.content {
            background: #E3E3E3;
            padding: 10px;
            margin-bottom: 10px;

        }
		.left .content {
			width: 540px;
		} 
        
        .right div.content h3 {
            background: #002E5D;
            color: #fff;
            margin: -10px -10px 10px -10px;
            padding: 5px 10px;
            font-size: 14px;
        }
        
        .footer a {
            font-size: 11px;
            color: #fff;
            font-weight: normal;
        }
        
        .footer p {
            font-size: 11px;
            color: #fff;
        }
        
        .navi a {
            font-size: 11px;
            font-weight: normal;
            color: #333;
        }
        
        .navi p {
            font-size: 11px;
            color: #333;
        }
small {
font-size:0.8em;

color:#555;}


/**
* Contact Form
*/

label {
	display:block;
	float:left;
	width:75px;
}

input {
	padding:3px;
	width:173px;
}

textarea {
	padding:3px;
	width:530px;
	height:125px;
}

select {
	width:185px;
	padding:3px;
}

#formularBlock p {
	line-height:2em;
	margin-bottom:5px;
}

#formLeft, #formRight {
	float:left;
	width:260px;
}

#formLeft {
	margin-right:20px;
}

#content #formularBlock p {
	line-height:2em;
	padding:0;
	background:none;
}


