/* CSS Document */

.c_border{
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
}
.MaliNaslov {
	font-size: 1.1em;
	font-weight: bold;
	color: #4085BD;
	text-align:center;
}
.PodNaslov {
	font-size: 1.5em;
	color: #000;
	font-weight: bold;
	text-align:center;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#CCCCCC;
}
.MaliText {
	font-size:.9em;
}
.V_Text {
	font-size:1.1em;
}
.Vest{
	padding:2px;
	margin: 3px;
	border-width:1px;
	border-style:dotted;
	border-color:#CCCCCC;
}
/*.Vest h2{*/
.MaliNaslov_Vest{
	padding:3px;
	font-size: 1.3em;
	font-weight: bold;
	color: #4085BD;
	background-color:#f0f0f0;
	text-align:center;
}