@charset "UTF-8";
/* ------------------------------------------------------------------------------------------------------------------------------ */
/* -------------------------- Global CSS - General styles for all types of Media ------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------ */

/* General styles for the whole document */
html {
	width: 100%;
	min-height: 100%;
}
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.bold {
	font-weight: bold;
}
.bold a {
	text-decoration: none;
}
.notbold {
	font-weight: normal;
}
.displaynone {
	display: none;
}
.imgLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	-moz-box-shadow: 0px 0px 2px #000;
	-webkit-box-shadow: 0px 0px 2px #000;
	box-shadow: 0px 0px 2px #000;
	max-width: 800px;
}
.padding {
	padding: 10px;
}
.margin {
	margin: 5px;
}
.clear {
	clear: both;
}