/* GENERAL SETTINGS -------------------------------------------------- */
body {
	margin: 0 0 0 0;
	background-color: white;
/*	background-image: url(images/bg_logo.gif);
	background-attachment: fixed;
	background-position: 300px 180px;
	background-repeat : no-repeat;		*/
}

p, ol, ul, div, h1, h2, h3, h3, h4, h5, h6, tabel, tr, td {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 13px;
}

p {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

a {
	color: darkgray;
	text-decoration: none;
}

a:hover {
	color: red;
}

table {
	margin-top: 20px;
}

table.sm_level0content {
	margin: 10px 0px 2px 0px;
}

table.sm_level1content {
	margin: 5px 10px 2px 10px;
}

.sm_level0, .sm_level1 {
	color: white;
	font-size: 10px;
	background-color: #c0c0c0;
}

.sm_level2, .sm_level3 {
	font-size: 10px;
}

