/* CSS Document */
body {
	font: 70%/130% Verdana, Tahoma, Arial, sans-serif;
	background: #CCCCCC;
	margin: 0px;
	padding: 0px;
}

p {
	margin: 5px 0px;
}
a:link {
	color: #910000;
}
a:visited {
	color: #910000;
}
a:active {
	color: #910000;
}
li {
	list-style: square;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -20px;
}
h1 {
	font: normal 175%/normal Tahoma, Arial, Verdana;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
}
h2 {
	font: bold 12px/normal Arial, Verdana;
	margin-bottom: 0.2em;
	margin-top: 1em;
}
ul {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.fill {
	background: #CCCCCC url(/img/fill.jpg) repeat-x;
}
.underline {
	border-bottom: 1px solid #CACACA;
	display: block;
	width: auto;
	color: #333333;
	font-family: Tahoma;
	margin-top: 0px;
	padding: 0px 4px 3px;
}
a.underline {
	border-bottom: 1px solid #CACACA;
	display: block;
	width: auto;
	padding-left: 4px;
	padding-bottom: 3px;
	color: #910000;
	font-family: Tahoma;
	text-decoration: none;
}
a.underline:hover {
	border-bottom: 1px solid #CACACA;
	display: block;
	width: auto;
	padding-left: 4px;
	padding-bottom: 3px;
	color: #FFFFFF;
	font-family: Tahoma;
	text-decoration: none;
	background: #910000;
}
.graylink {
	display: block;
	width: auto;
	color: #333333;
	font-family: Tahoma;
	margin-top: 2px;
	padding: 3px 4px;
}
a.graylink {
	display: block;
	width: auto;
	color: #910000;
	font-family: Tahoma;
	margin-top: 0px;
	padding: 0px 3px 3px;
	text-decoration: none;
}
a.graylink:hover {
	display: block;
	width: auto;
	color: #FFFFFF;
	font-family: Tahoma;
	margin-top: 0px;
	padding: 0px 3px 3px;
	text-decoration: none;
	background: #999999;
}
.tab_adres {
	font-size: 90%;
	display: block;
	border-left: 5px solid #B07002;
	padding-left: 10px;
}
a.underline:active {
	border-bottom: 1px solid #CACACA;
	display: block;
	width: auto;
	padding-left: 4px;
	padding-bottom: 3px;
	color: #FFFFFF;
	font-family: Tahoma;
	text-decoration: none;
	background: #D69016;
}
.small {
	font-size: 90%;
}
