/*----------------- Aivalable to users --------------------*/
h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #2E2E2E;
	margin-bottom: 10px;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #2E2E2E;
	margin-bottom: 10px;
}
h3 {
	font-size: 1.0em;
	font-weight: bold;
	color: #2E2E2E;
	margin-bottom: 10px;
}
h4 {
	font-size: 1em;
	font-weight: normal;
	color: #2E2E2E;
	margin-bottom: 10px;
	font-style: italic;
}
.ListPDF {
	list-style-image: url(../images/smallicons/smallpdf.gif);
}
.ListPPT {
	list-style-image: url(../images/smallicons/smallppt.gif);
}
.ListDOC {
	list-style-image: url(../images/smallicons/smalldoc.gif);
}
.PictureRight {
	float: right;
	margin-left: 10px;
}
.PictureLeft {
	float: left;
	margin-right: 10px;
}
