* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}

h1 {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: black;
	margin-top: 15px;
	margin-bottom: 8px;
}

h2 {
	font-family: Tahoma;
	font-size: 14px;
	font-variant: small-caps;
	color: black;
	margin-top: 10px;
	margin-bottom: 5px;
}

a {
	color: black;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px solid transparent;
}


/* COMMONLY USED */

.properties label {
	color: black;
	font-weight: bold;
}

/* LAYOUT */

.layout-main {
	background: none;
}
.layout-header, .layout-top-left, .layout-top-right, .layout-footer, .layout-left, .layout-header-menu {
	background: none;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: none;
}

