@charset "iso-8859-2";
/* CSS Document */
body {
	background: #ffffff;
}
td, body, table, tbody, tr {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #49433e;
	line-height: 16px;
	text-align: left;
}

a:link, a, a:visited {
	color: #F94DAF;
	text-decoration: underline;
}

a:hover:, a:visited:hover {
	text-decoration: none;
}

a.menu:link {
    color: #49433e;
    text-decoration: none;
}

A.menu:visited {
    color: #49433e;
    text-decoration: none;
}

A.menu:active {
    color: #49433e;
    text-decoration: none;
}

A.menu:hover {
    color: #49433e;
    text-decoration: underline;
}

p {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #49433e;
	line-height: 16px;
	text-align: left;
	text-indent: 15px;
}

h1 { 
	padding-top: 0px;
	margin-top: 0px;
}
ul { 
	padding-top: 5px;
	margin-top: 5px;
}

