a:visited, a:link, .red{
	text-decoration: none;
	color: red;
}
.menu a:visited, .menu a:link{	text-decoration: none;	color: #1A3785;
}
a:hover, .menu a:hover{
	text-decoration: underline;
}
#menu{	margin: 5px;
}
#menu ul{ /* for firefox */	padding: 0px;
}
body{	margin: 10px;	background-color: white;
}
body, div, p, td, input, select, textarea{
	font-family: Verdana, MS Sans Serif, Tahoma, Helvetica;
	font-size: 8pt;
	color: #1A3785;
}
ul{
	list-style-type: square;
	margin: 0 0 0 16;
}
li{
	margin-top: 3px;
	margin-bottom: 3px;
}
hr{
	height: 1px;
	color: #EDB818;
}
.arrow{
	font-family: MS Sans Serif, Tahoma, Helvetica;
	font-size: 7pt;
	font-weight: bold;
}
.section{
	color: #FA6C07;
	font-weight: bold;
}
.font01{
	color: white;
}
.ramka{	border: #FE9900 2px solid;
}
.button01{
	font-size: 8pt;
	font-weight: bold;
	background-color: #F4CA4A;
}