/* beegetett stilus */
#doc a:link, #doc a:visited, #doc a:active {
	color: #007cc9;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
#doc a:hover {
	color: #80c900;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

/* sablonban alap szin */
#doc td {
	font-size: 11px;
	padding: 5px;
}
#doc hr {
	height: 1px;
}

/* ha nem valaszt ez az alap */
.document {
	font-size: 11px;
}

/* valaszthato stilusok */
.focim {
	color: #2b6c91;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.tartfont {
	font-weight: normal;
	font-size: 11px;
}

.kekfont {
	color: #2b6c91;
	font-weight: normal;
	font-size: 11px;
}
.narancsfont {
	color: #fd7b3f;
	font-size: 11px;
}

.alcim {
	color: #2b6c91;
	font-size: 12px;
	font-weight: bold;
}

.datum {
	font-size: 11px;
}


