BODY { 
	margin-top: 12px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	background-color: #FFFFFF;
	/* NB: placed in page to allow relative path: */
	/* background-image: url(/images/.jpg); */
	/* background-repeat: repeat; */
}
H1, H2, H3, H4 {
	font-family: Arial, Helvetica, sans-serif;
}
/* TITLES - SPECIFIC */
H1 {
	color: #ff0033;
	text-align: center;
	font-size: 22px;
}
H2 {
	color: #333333;
	text-align: center;
	font-size: 18px;
}
H3 {
	font-weight: bold;
	color: #FF6600;
	font-size: 16px;
}
/* TITLES - SPECIAL */
.prog-h1 {
	margin: 0px;
	padding: 4px;
}
.prog-h2 {
	margin: 0px;
	padding: 4px;
}
.node-h2 {
	margin: 0px;
	padding: 4px;
	padding-left: 24px;
	text-align: left;
	color: #FF6600;
}
/* TEXT - GENERAL */
P, UL, OL {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px ;
}
/* TEXT - SPECIFIC */
UL, OL {
	text-align: justify;
	margin-right: 15px;
	line-height: 22px;
}
.justify {
	text-align: justify;
}
.justify2 {
	text-align: justify;
	margin-top: 4px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 8px;
	line-height: 26px;
}
.justify-note {
	font-size: 12px ;
	text-align: justify;
	margin-top: 4px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 8px;
	line-height: 24px;
}
.center {
	text-align: center;
}
.center-sml {
	text-align: center;
	font-size: 11px
}
.active {
	color: #6699CC ;
	font-weight: bold;
}
/* TEXT - LINKS */
a {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	color: #333399;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
/* TABLE FORMAT */
.boxed {
	border: 1px dotted #006699;
}
.lined {
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #006699;
}
.lmiddle {
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #006699;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CADFEE;
}
.lbottom {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: dashed;
	border-right-color: #CADFEE;
	border-bottom-color: #CADFEE;
	border-left-color: #006699;
}
.lright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CADFEE;
}
.first-synapse {
	background-image: url(../images/synapse.gif);
	background-repeat: no-repeat;
	background-position: bottom;

}
/* LIST FORMAT */
.elementlist {
	list-style-position: inside;
	list-style-image: url(../images/bullet-element.gif);
	text-align: center;
	line-height: 36px;

}
