/**
*   @version $Id: main.css 18 2008-01-29 14:17:35Z piotrj $
*/
* {
	font-family: arial, helvetica;
	font-size: 12px;
	padding: 0px;
	border: 0px;
	line-height: 150%;
	color: #5c5757;
}

html {
	width: 100%;
	height: 100%;
}

body {
	background-color: #f1f1f1;
	margin: 0px;
	text-align: center;
}

img {
	margin: 0px;
}

form {
	margin: 0px;
}

table {
	vertical-align: top;
}

tr {
	margin: 0px;
	vertical-align: top;
}

td {
	margin: 0px;
	vertical-align: top;
}

div {
	margin: 0px;
	/*display: block;*/
}

textarea {
	color: #857979;
	background-color: #ffffff;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-bottom: 1px solid #d4d0c8;
	border-right: 1px solid #d4d0c8;
	border-style: inset;
	margin: 0px;
}

input {
	height: 18px;
	color: #857979;
	background-color: #ffffff;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-bottom: 1px solid #d4d0c8;
	border-right: 1px solid #d4d0c8;
	border-style: inset;
	margin: 0px;
}

select {
	font-size: 11px;
	height: 19px;
	color: #857979;
	background-color: #ffffff;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-bottom: 1px solid #d4d0c8;
	border-right: 1px solid #d4d0c8;
	border-style: inset;
	margin: 0px;
	z-index: 2;
	visibility: visible;
}

option {
	color: #857979;
	padding: 1px;
}

span {
	margin: 0px;
}

ul {
	list-style-image: url( "/images/default/ico_list.gif" );
	list-style-type: square;
	margin: 0px;
}

li {
	margin-left: 20px;
}

hr {
	border-top: 3px solid #f1f1f1;
}

font {}

p {
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

strong {
	color: inherit;
}

p.test { color: #990000; font-size: 11px; text-align: left; font-family: comic sans ms; }
P.test:first-letter { color: #006633; font-family: times new roman; font-size: 150%; font-style: italic; line-height: 100%; }
P.test:first-line { color: #003366; font-family: tahoma; font-size: 150%; font-weight: bold; line-height: 100%; }

