@CHARSET "UTF-8";

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;
}
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;
	border-spacing: 0;
}



/* ------------------------------------------------------------------- */

body { background: #d3d3d3 url('../images/bg_body.png') repeat; color: #595959; padding: 10px 0 20px 0; border:1}
#content {width: 700px; margin: 0px auto; background: #ffffff; padding: 35px 35px 0 35px;
            font-family: Arial, Helvetica, sans-serif; font-size: 15px; line-height: 18px; color: #8c8c8c;
            border-radius: 20px 20px 0 0;
            
            }
p.web_in_process { color: #00529f; line-height: 34px}

a.logo {text-decoration: none;}

h1 {font-weight: bold; line-height: 34px;}
h1.red {color: #de1010; }
h1.green {color: #92b22c; }
h1.blue {color: #00529f; }

div#document {margin-top: 20px;}
.clear {clear: both;}

#right {float: right; width: 250px; padding-left: 100px;}
#left {float: left; width: 350px;}
#left2 {float: left; width: 350px;}
#right2 {float: right; width: 250px;}
.sub {width: 700px; margin-left: 0px;}

#bottom_block {margin-top: 20px;}
#footer {width: 770px; height: 24px; background: #d3d3d3; color: #5d5d5d; margin: 0px auto;
text-align: center; line-height: 24px; font-size: 13px}

a {color: #92b22c;}