body {
	background: url(../_images/bg.png) repeat;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333;
	font-size: 12px;
	margin: 0;
	padding: 5px 0 20px 0;
}

h1, h2, h3, h4 { line-height: 1.2em; }
h1 { color: #333; padding: 0 15px 4px 15px; margin: 0 10px 16px 0; font-size: 16px; background: url(../_images/underline_y.gif) 0 10px no-repeat; }
h1.news { background: url(../_images/underline_news_y.gif) 0 9px no-repeat; }
h2 { padding: 0; margin: 0; font-size: 14px; }
h3 { padding: 2px; margin: 2px 1px; font-size: 12px; }
h4 { padding: 2px; margin: 2px 1px; font-size: 11px; }

p { margin: 0 0 8px 0; padding: 0 }

table { text-align: left; margin: 0; padding: 0 }
th { text-align: left; vertical-align: top; }
td { text-align: left; vertical-align: top; }

img { margin: 0; padding: 0; border: none; }

/*
a { color: #3366cc; text-decoration: none; }
a:active { color: #3366cc; text-decoration: none; }
a:visited { color: #3366cc; text-decoration: none; }
a:hover { color: #3399FF; text-decoration: underline; }
a img { border: none }
*/
a { color: #333; text-decoration: underline; }
a:active { color: #333; text-decoration: underline; }
a:visited { color: #333; text-decoration: underline; }
a:hover { color: #3399FF; text-decoration: underline; }
a img { border: none }

a strong, strong a { font-size: 98%; }

form { margin: 0; padding: 0 }
input, select, textarea { margin: 0; vertical-align: middle; font-size: 12px; }
input.shortest { width: 20px }
input.short { width: 60px }
input.medium { width: 150px }
input.long { width: 220px }
input.longest { width: 280px }
textarea.medium { width: 150px }
textarea.long { width: 220px }
textarea.longest { width: 280px }

ul { margin: 0 5px 20px 25px; padding: 0; }
li { list-style-type: square; margin: 0; padding: 0; }

hr { height: 1px; border-top: 1px solid #CCCCCC; border-bottom: none; }

dt { font-weight: bold; padding: 0 0 4px 0; background: url(../_images/under_y.gif) 0 14px no-repeat; }
dt.g { background: url(../_images/under_b.gif) 0 14px no-repeat; }
dt.o { background: url(../_images/under_o.gif) 0 14px no-repeat; }
dd { margin: 5px 0 15px 10px; }

.skryty { display: none; }
.break { clear: both; font-size: 1px; height: 1px; visibility: hidden }
.downintend { margin: 0 0 10px 0; padding: 0 }
.noborder { border: none }
.left { float: left }
.right { float: right }
.txtl { text-align: left !important;}
.txtr { text-align: right !important; }
.txtc { text-align: center !important; }
.bold { font-weight: bold; }
.nb {	border: 0 !important; }

.bb { font-size: 115%; }
.b { font-size: 105%; }
.s { font-size: 95% }
.ss { font-size: 85%; }

.ml20 { margin-left: 20px; }

img.left { float: left; margin: 0 10px 8px 0; }
img.right {	float: right; margin: 0 0 8px 10px; }
img.mleft { float: left; margin: 0 10px 8px 0; border: 1px solid black; } 
img.mright {	float: right; margin: 0 0 8px 10px; border: 1px solid black; }
