h1	{ 
	font-family: Trebuchet MS, Trebuchet, Tahoma, Arial, Helvetica; 
	font-size: 18pt;
	color: #106fad;
}

h2	{
	font-family: Trebuchet MS, Trebuchet, Tahoma, Arial, Helvetica; 
	font-size: 16pt; 
	color: #106fad;
}

h3	{ 
	font-family: Trebuchet MS, Trebuchet, Tahoma, Arial, Helvetica; 
	font-size: 14pt;
	color: #106fad;
}

h4	{
	font-family: Trebuchet MS, Trebuchet, Tahoma, Arial, Helvetica; 
	font-size: 12pt; 
	color: #106fad;
}

.negyes		{font-family: Trebuchet MS, Trebuchet, Tahoma, Arial, Helvetica; font-size: 14pt; }
.harmas		{font-family: Trebuchet MS, Trebuchet, Tahoma, Arial, Helvetica; font-size: 12pt; }
.kettes		{font-family: Trebuchet MS, Trebuchet, Tahoma, Arial, Helvetica; font-size: 10pt; }
.egyes		{font-family: Trebuchet MS, Trebuchet, Tahoma, Arial, Helvetica; font-size: 8pt; }


a	{
	color: #5aa427;
	text-decoration: underline;
}

a:visited	{
	color: #5aa427;
	text-decoration: underline;
}

a:hover	{
	color: blue;
	text-decoration: underline;
}


/* doboz stilusok */


div.warning {
	background-color: yellow;
	text: black;
	font-family: Trebuchet MS, Trebuchet, Tahoma, Verdana, Arial, Helvetica;
	font-weight: bold; 
	font-size: 12pt;
	text-align: center;
	border: 2px solid red;
}

div.warning p {
	margin: 5px 5px 5px 5px;
}

div.warning h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: red;

}

div.leftbox {
	width: 200px;
	background-image: url(/data/images/lbox_bg.gif);
}

div.leftbox p {
	margin-left: 5px;
	margin-right: 5px;
}

div.leftbox a {
	color: #106fad;
	text-decoration: none;
}

div.leftbox a:hover {
	color: #5aa427;
	text-decoration: underline;
}

div.leftbox a:visited {
	color: #106fad;
	text-decoration: none;
}




div.centerbox {
	width: 710px;
	background-image: url(/data/images/cbox_bg.gif);
}

div.centerbox p {
	margin-left: 5px;
	margin-right: 5px;
}

div.centerbox a {
	color: #106fad;
	text-decoration: none;
}

div.centerbox a:hover {
	color: #5aa427;
	text-decoration: underline;
}

div.centerbox a:visited {
	color: #106fad;
	text-decoration: none;
}


div.maincontent td {
	font-family: Trebuchet MS, Trebuchet, Tahoma, Arial, Helvetica;
	font-size: 10pt; 
}



.button {
  font-family: Trebuchet MS, Trebuchet, Tahoma, Arial, Helvetica;
  font-weight: bold;
  font-size: 8pt; 
  color: white;
  background-color: #106fad;
}


div.framed_txt {
	border: 1px solid #5aa427;
	margin: 3px 3px 3px 3px;
}

div.framed_txt p {
	margin: 3px 3px 3px 3px;
	color: #5aa427;
	font-family: Trebuchet MS, Trebuchet, Tahoma, Arial, Helvetica;
	font-size: 8pt; 
}


div.framed_gallery {
	border: 1px solid #106fad;
	margin: 3px 3px 3px 3px;
	font-family: Trebuchet MS, Trebuchet, Tahoma, Arial, Helvetica;
	font-size: 8pt; 
	text-align: center;
	color: #106fad;
}

div.framed_gallery img {
	margin: 3px 3px 3px 3px;
}

div.framed_gallery a {
	color: #106fad;
	text-decoration: none;
}

div.framed_gallery a:hover {
	color: blue;
	text-decoration: none;
}

div.framed_gallery a:visited {
	color: #106fad;
	text-decoration: none;
}