body,td,p,li {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000000;
}
body.bg {
	background : url("/graphics/bg.gif");
	background-repeat : repeat-x;
}

#header {
	width:850px;
	height:135px;
	background: url("/graphics/header_phone.jpg") no-repeat;
	margin: 0 auto 0 auto;
}

a {
	color: #406899;
	text-decoration: none;
}
a:hover {
	color: #C93131;
	text-decoration: underline;
}
a.adv {
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}
a.adv:hover {
	color: #f5c770;
	text-decoration: underline;
}
td.menuu {
	background : url("/graphics/menu_fade3.gif") #000066;
	background-repeat : no-repeat;
}
a.menu {
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height:23px;	
	padding-left:6px;
	padding-right:12px;
	color: #ffffff;
	text-decoration: none;
}
a.menu:hover {
	color: #f5c770;
	text-decoration: none;
}
a.imedia {
	color: #000000;
	text-decoration: underline;
}
a.imedia:hover {
	color: #9E0B0B;
	text-decoration: underline;
}
a.catalog {
	color: #485098;
	text-decoration: none;
}
a.catalog:hover {
	color: #3362CD;
	text-decoration: none;
}
td.catalog {
	color: #7DAA9F;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}
input, select {
	font-family: arial, sans-serif;
	font-size: 11px;
}
.dialog {
 width:100%;
 margin:0px auto;
 min-width:20em;
 color:#000000;
}

.dialog .hd .c,
.dialog .ft .c {
 font-size:1px; /* ensure minimum height */
 height:13px;
}
.dialog .ft .c {
 height:14px;
}
.dialog .hd {
 background:transparent url(/graphics/c_tl.gif) no-repeat 0px 0px;
}
.dialog .hd .c {
 background:transparent url(/graphics/c_tr.gif) no-repeat right 0px;
}
.dialog .bd {
 background:transparent url(/graphics/c_ml.gif) repeat-y 0px 0px;
}
.dialog .bd .c {
 background:transparent url(/graphics/c_mr.gif) repeat-y right 0px;
}
.dialog .bd .c .s {
 margin:0px 8px 0px 4px;
 background:#dedfee url(/graphics/c_ms.gif) repeat-y 0px 0px;
 padding-left:1em;
 padding-bottom:.5em;
}
.dialog .ft {
 background:transparent url(/graphics/c_bl.gif) no-repeat 0px 0px;
}
.dialog .ft .c {
 background:transparent url(/graphics/c_br.gif) no-repeat right 0px;
}

/* content-specific */
.dialog h1 {
 /* header */
 font-size:2em;
 margin:0px;
 padding:0px;
}
.dialog p {
 margin:0em 0px 0px 0px;
 padding:0px;
 font:0.95em/1.5em arial,tahoma,"sans serif";
}
html>body .dialog pre {
 font-size:1.1em;
}