body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Black;
	text-align : left;
	background-color : #4B4848;
	margin : 0px;
	padding : 0px;
	background-image : url(images/bg.gif);
}

.menu {
	background-color : #4B4848;
	border : 0px;
	color : Black;
	font-size : 8pt;
	font-weight : bold;
}

.center {
	text-align : center;
}

a.tab {
	color : black;
	font-weight : bold;
	text-decoration : none;
	font-size : 8pt;
}
a.tab:hover  {
	text-decoration : none;
	color : white;
	font-weight : bold;
}

.border {
	border-style : solid;
	border-color : #4B4848;
	border-width : 1px;
	background-color : #FCE4DC;
}

.small {
    font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

h3 {
	font-size : 14pt;
}

h4 {
	font-size: 12pt;
}

p, ul {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-align : justify;
	list-style-type : square;
}

a {
	color : black;
	text-decoration : underline;
	font-size : 10pt;
}
a:hover, a:active {
	text-decoration : none;
	color : gray;
}

.inputfield {
	border : 1px solid Black;
	background-color : White;
}

.submit {
	border : 1px solid Black;
	background-color : #EE4A15;
	color : White;
	font-weight : bold;
}

.white {
	color : White;
	font-size : 12pt;
	font-weight : bold;
}

.paticka {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : White;
}

