/* CSS Document */

a:link, a:visited {
	color: #1A1A1A; 
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}


.biglink, .biglink:link, .biglink:visited {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	color: #0A534C;
	font-weight: bold;
	text-decoration:none;
}
.biglink:hover{
	text-decoration:underline;
}


.box1 {
		font-family: Verdana, Arial, Helvetica, Sans Serif;
		font-size: 13px;
		font-weight: bold;
    margin: 0px; /* use to position the box */ 
    background: transparent url(hu/img/box1.gif) no-repeat top left; 
    width:615px;
    height:30px;
		display: table-cell; 
		padding: 10px 0px 0px 45px; 
		color:white;

}

.box2 {
		font-size: 12px;
	 	text-align: justify;
		font-family: Verdana, Arial, Helvetica, Sans Serif; 	   
    background: url(hu/img/box2.gif) repeat-y; 
    padding: 10px 30px 0px 30px; 
}


.box3 {
    margin: 0px; /* use to position the box */ 
		font-size: 13px;
    background: transparent url(hu/img/box3.gif) no-repeat top left; 
    width:615px;
    height:20px;

}

.small {
	text-align: left;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	color: #ffffff;
	font-weight: bold;
}


td {
	font-size: 12px;
  font-family: Verdana, Arial, Helvetica, Sans Serif;
	line-height: 120%;
	color: #000000;
}

.button {
	font-size: 12px;
	width: 200px;
	height: 21px;
  font-family: Verdana, Arial, Helvetica, Sans Serif;
	line-height: 120%;
	color: #000000;
	border: 1px solid #000000;
	background-color: white;
	font-weight: bold;	
}

.input {
	font-size: 12px;
  font-family: Verdana, Arial, Helvetica, Sans Serif;
	line-height: 120%;
	color: #000000;
	border: 1px solid #000000;
	background-color: white;
	font-weight: normal;	
}

/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
    background: transparent url(hu/img/box.gif) no-repeat bottom right; 
} 
.cssbox { 
    width: 600px !important; /* intended total box width - padding-right(next) */
    width: 575px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: 0px auto; /* use to position the box */ 
  	text-align: left;
} 

/* set the top-right image */ 
.cssbox_head { 
    background-position: top right; margin-right: -15px; /* pull the right image over on top of border */
    padding-right: 30px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.cssbox_head h2 { 
		font-size: 13px;
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 15px 0 5px 40px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; height: 1%; /* IE Holly Hack */ 
} 

/* set the lower-left corner image */ 
.cssbox_body { 
    background-position: bottom left; 
    margin-right: 5px; /* interior-padding right */ 
    padding: 5px 0 5px 40px; /* mirror .cssbox_head right/left */ 
} 




body {
	scrollbar-face-color:#6C989B;
	scrollbar-highlight-color:#202B25;
	scrollbar-3dlight-color:#40585A;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#0B2919;
	scrollbar-arrow-color:#202B25;
	scrollbar-track-color:#202B25;
	background-color: white;	
}


/*


html {
	height: 100%;
}



ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
background-image: url(../img/arrow.png);
background-repeat: no-repeat;
background-position: 0px 5px;
}




.footer {
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	color: #000000;
}


h3,h2,h1 {
	text-align: left;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	color: #000000;
	font-weight: bold;
}





*/

