/* CSS Document */

body,td,th {
	color: #4D4D4D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 145%;
}

a:link {
	color: #336699;
}
a:visited {
	color: #336699;
}
a:hover {
	color: #6699CC;
}
a:active {
	color: #6699CC;
}
h1 {
	font-size: 1.5em;
	line-height: 130%;
	/*margin-top: 3em;
	margin-bottom: 1em;*/
	color: #333333;
	font-weight: normal;
}
h2 {
	font-size: 1.2em;
	line-height: 1.3em;
	/*margin-top: 2em;*/
	margin-bottom: 0.5em;
	color: #336699;
	font-weight: normal;
	border-left: solid 1px #336699;
	padding-left: 10px;
}
h3 {
	font-size: 1em;
	line-height: 1.3em;
	margin-top: 1.3em;
	margin-bottom: 0.5em;
	color: #333333;
	font-weight: normal;
}
p {
	margin-top: 0em;
	margin-bottom: 1em;

}
table {
	font-size: 1.4em;
}
ul {
	/*padding-right: 10px;
	margin-left: 0px;
	padding-left: 0px;*/
	margin-top: 0px;
}
li {
/*	padding-right: 10px;
	margin-left: 15px;
	padding-left: -2px;
*/	list-style-image: url(img/side_dot.gif);
}
.image_on_the_right {
	float: right;
	margin: 0.4em 0em 1em 1em;
}
.image_on_the_left {
	float: left;
	margin: 0.4em 1em 1em 0em;
}

.doc_file {
	background-image: url(img/ico_doc.gif);
	background-repeat: no-repeat;
	padding-left: 23px;
	padding-top: 2px;
	padding-bottom: 1px;
}
.pdf_file {
	background-image: url(img/ico_pdf.gif);
	background-repeat: no-repeat;
	padding-left: 23px;
	padding-top: 2px;
	padding-bottom: 1px;
}
.ppt_file {
	background-image: url(img/ico_ppt.gif);
	background-repeat: no-repeat;
	padding-left: 23px;
	padding-top: 2px;
	padding-bottom: 1px;
}
.xls_file {
	background-image: url(img/ico_xls.gif);
	background-repeat: no-repeat;
	padding-left: 23px;
	padding-top: 2px;
	padding-bottom: 1px;
}
.jpg_file {
	background-image: url(img/ico_jpg.gif);
	background-repeat: no-repeat;
	padding-left: 23px;
	padding-top: 2px;
	padding-bottom: 1px;
}
.zip_file {
	background-image: url(img/ico_zip.gif);
	background-repeat: no-repeat;
	padding-left: 23px;
	padding-top: 2px;
	padding-bottom: 1px;
}
.link {
	background-image: url(img/ico_www.gif);
	background-repeat: no-repeat;
	padding-left: 23px;
	padding-top: 2px;
	padding-bottom: 1px;
}
.folder {
	background-image: url(img/ico_loc.gif);
	background-repeat: no-repeat;
	padding-left: 23px;
	padding-top: 2px;
	padding-bottom: 1px;
}
