html, body{ 
 margin:0; 
 padding:0; 
 background-image: url(../images/patria_bg.png);
}

A {
	FONT-WEIGHT: normal; COLOR: #62ddec; TEXT-DECORATION: none
}
A:visited {
	FONT-WEIGHT: normal; COLOR: #62ddec; TEXT-DECORATION: none
}
A:active {
	FONT-WEIGHT: normal; COLOR: #62ddec; TEXT-DECORATION: none
}
A:hover {
	FONT-WEIGHT: normal; COLOR: #ffffff; TEXT-DECORATION:none
}


table { 
 border: none; border-collapse: collapse; 
}
img.bank { 
 border: #0066ff solid 1px; 
}
img.bank:hover { 
 border: #ff0000 solid 1px; 
}
p { 
text-align: justify; 
}
p.hitel { 
text-align: left; font-size: 11px; 
}
p.hitel2 { 
text-align: center; font-size: 11px; 
}

INPUT {
	BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; FONT-SIZE: 12px; BORDER-LEFT: #000000 1px solid; COLOR: #000000; BORDER-BOTTOM: #000000 1px solid; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #fff
}

def{
 font-family: verdana, sans-serif; 
 color: #ffffff; 
 font-weight: normal; 
 font-size:12px; 

}

h1{
font-size:14px; 
color:#084755;
font-weight:normal;
margin:0;
FONT-FAMILY: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
}

h1_s{
text-align:center; 
font-size:14px; 
color:#ffffff;
font-weight:normal;
margin:0;
FONT-FAMILY: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
text-shadow: 1px 1px 2px #000000;
filter: dropshadow(color=#000000, offx=1, offy=1);

}

h2{
font-size:14px; 
color:#0c436d;
font-weight:normal;
margin:0;
}
h3{
font-size:14px; 
color:#ffffff;
font-weight:normal;
margin:0;
FONT-FAMILY: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
}
#menu {

 background-image: url(../images/menu_bg.png);
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {

	float: left;
	font: 72% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0%;
}
#menu a {
 background-image: url(../images/menu_bg.png) url("../images/seperator.gif") bottom right no-repeat;
	color: #000;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 7px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #fff url("../images/hover2.png") bottom center no-repeat;
	color: #084755;
	padding-bottom: 8px;
	} 
