/* text */
#textarea table td,  #textarea, h1, h2, .h2, .menu, .venti, .bottom, p, .select, .input, .header, .pr, th, ol, ul, .prom, td, input, textarea {
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	font-weight: 	normal;
	font-size: 		xx-small;
	color: 			#626262;
	line-height: 	135%;
}

.header {
	text-align:		left;
}

body {
	padding:		0px;
	margin:			0px;
	background:		#FFFFFF;
	width:			100%;
}

/* headers */
.select {
	width: 			150px;
	background: 	#FFFFFF;
	border: 		1px solid #DDDDDD;
	height: 		20px;
}
.text, input, textarea {
	width: 			100%;
	background: 	#FFFFFF;
	border: 		1px solid #DED3CE;
	height: 		17px;
}
textarea {
	height:			100px
}
form {
	padding:		0px;
	margin:			0px;
}
h1, h1 A, h1 A:visited {
	font-family:	Tahoma;
	text-decoration:none;
	font-size: 		small;
	font-weight: 	bold;
	color: 			#B59673;
	margin: 		0px;
}
h1 A:hover {
	color:			#294D6B;
	text-decoration:none
}
h2 {
	font-family:	Tahoma;
	text-decoration:none;
	font-size: 		x-small;
	font-weight: 	bold;
	color: 			#636363;
	margin: 		0px;
}
.h2 {
	text-decoration:none;
	font-size: 		x-small;
	font-weight: 	bold;
	color: 			#163A7F;
	margin: 		0px;
}


/* text area */

	/* ul&ol */
	ul, ol, ul li, ol li {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	ul li {
		margin: 0 0 0 -15;
	}
	ol li {
		margin: 0 0 0 -11;
	}
	ul li {
		list-style-image: url(grafika/li.gif);
	}
	
	
	/* tabela */
	td.tab1, table#tabela td {
		border-right: 1px solid #C6C6C6; 
		border-top: 1px solid #C6C6C6; 
		border-bottom: 1px solid #C6C6C6; 
		border-left: 1px solid #C6C6C6;
		padding: 3px;
		font-size:  xx-small;
		font-family: Tahoma;
	}
	td.tab1 {
		background-color: #F7F7F7;
	}
	table#tabela td p {
		font-size:  xx-small;
		font-family: Tahoma;
	}
	th {
		text-align: right;
		padding: 0 5px 0 0;
	}
	
	
	/* p */
	p {
		margin: 0px;
		padding: 0px;
	}
	
	/* other */
	#textarea hr {
		noshade;
		color: #8C8A8C;
		height: 1px;
	}
	.c {
		text-align:		center;
	}
	.r {
		text-align: 	right;
	}
	.pr {
		padding:		2px 5px 2px 5px;
	}

/* anchors */
A img {
	border: 0px;
}

A:visited {
	color:			#C0A587;
}
.menu A:visited {
	color:			#8C5921;
}
A, A:hover {
	color: 			#8C5921;
	text-decoration: underline;
}

A:hover, A:hover p {
	color: 			#214D63;
}