/*
Author: Attila
Date: 07/03/01
Style Sheets
	a.menu = menu link style
	a.submenu = submenu lint style at the bottom of the page
	td.menu = link menu's cell style
	td.title = title cell
	td.text = details
	td.pdflink = pdflinks' style
*/
 


A.menu:link {
font: 11.9pt arial;
text-decoration: none;
color: #FFFFFF;
}

A.menu:visited {
font: 11.9pt arial;
text-decoration: none;
color: #FFFFFF;
}

A.menu:active {
font: 11.9pt arial;
text-decoration: none;
color: #FFFFFF;
}

A.menu:hover {
font: 11.9pt arial;
text-decoration: none;
color: #CC0033;
}

td.menu {
text-align: center;
}

td.title {
font: 11pt arial;
color: #CC0033;
background: #FFFFFF;
text-align: center;
font-weight: bold;
}

td.text {
	font: 11pt arial;
	color: #000000;
	background: #FFFFFF;
	text-align: justify;
	padding-left : 10px;
	padding-right : 10px;
}

td.pdf {
font: 8pt arial;
padding-left: 10px;
}

A.pdflink:link {
font: 11pt arial;
text-decoration: none;
color: #006699;
}

A.pdflink:visited {
font: 11pt arial;
text-decoration: none;
color: #006699;
}

A.pdflink:active {
font: 11pt arial;
text-decoration: none;
color: #006699;
}

A.pdflink:hover {
font: 11pt arial;
text-decoration: none;
color: #CC0033;
}

td.submenu {
	text-align : center;
	color : #FFFFFF;
}

A.submenu:link {
font: 10pt arial;
text-decoration: none;
color: #FFFFFF;
}

A.submenu:visited {
font: 10pt arial;
text-decoration: none;
color: #FFFFFF;
}

A.submenu:active {
font: 10pt arial;
text-decoration: none;
color: #FFFFFF;
}

A.submenu:hover {
font: 10pt arial;
text-decoration: none;
color: #CC0033;
}

p.text {
	font: 11pt arial;
	color: #000000;
	background: #FFFFFF;
	text-align: justify;
	padding-left : 10px;
	padding-right : 30px;
}

p.pdf {
font: 8pt arial;
padding-left: 10px;
}
