/**
*   @version $Id: main.css 187 2007-08-29 09:19:57Z piotrj $
*/
* {
	font-family: Arial, Helvetica, Times New Roman;
	font-size: 12px;
	padding: 0px;
	border: 0px;
	line-height: 150%;
	color: #000000;
}

html {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}

body {
	background-color: #ffffff;
	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: #999999;
	border-top: 1px solid #D5D4C0;
	border-left: 1px solid #D5D4C0;
	border-bottom: 1px solid #F2F2E8;
	border-right: 1px solid #F2F2E8;
	background-color: #ffffff;
	margin: 0px;
}

input {
	margin: 0px;
	height: 17px;
	color: #000000;
	border: 0px;
	background: none;
	vertical-align: top;
}

select {
	color: #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #ffffff;
	margin: 0px;
	z-index: 2;
	visibility: visible;
}

option {
	color: #999999;
	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: 1px dotted #f2f2e8;
}

font {}

p {
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

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%; }

h2 {
	font-family: Arial, Helvetica, Times New Roman;
	font-size: 12px;
	padding: 0px;
	border: 0px;
	margin: 0px;
	line-height: 150%;
	color: #000000;
	font-weight: normal;
}

