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

	list-style-image: url(../images/smallicons/smallxls.gif);
}
