.body_editor {
	padding: 20;
}

ul {
	list-style-type: square;
	list-style-image: url('/images/page/bullet-arrow-frame.gif');
	margin-top:-5;
	margin-left: 25;
	padding:0;
}

li {
	margin-bottom:5px;
	padding-left: 3;
} 

ul ul {
	margin: 10px 0 15px 15px;
	padding:0;
	list-style-image: url('/images/page/bullet-arrow.gif');
}

li li {
	margin-bottom:5px;
} 

.gray {
	color:#9EA6B3;
}

.black {
	color:#000000;
}

.red {
	color: #DA0000;
}

h1 {
	font-size: 180%;
	font-weight: normal;
}

h2 {
	font-size: 150%;
	font-family: verdana,arial,tahoma, sans-serif;
	font-weight: normal;
	/*margin:0px 10px 1em 0px;*/
}

h3 {
	font-size:120%;
	/*margin:0px 10px 1em 0px;*/
}

p {
	margin: 1em 0 1em 0;
}

#welcome p {
	margin: 0 0 1em 0;
}

hr {
	color:#DBE4E8;
	height:1px;
	margin:0.5em 0 0.7em 0;
	background-color:#DBE4E8;
	border:none;
}

.line-gor {
	background:url('/images/page/line-thick.gif') repeat-x;
}

.line-gor-1px {
	background:url('/images/page/pixel-gr.gif') repeat-x;
}

.line-ver-1px {
	background:url('/images/page/pixel-gr.gif')  repeat-y;
}


#tablePictures {
	position:relative;
	top:-17px;
	left:27px;
}


th {
	background: #D9E4E9;
	border-left: 1px solid #ffffff;
	font-size: 80%;
	text-align:left;
	
}

