@charset "utf-8";
/* TextStyles - definicije textStylov, ki so uporabljeni po celi spletni strani */

body {
	background-color: #000000;
}

body, div, td {
	font-size: 13px;
/*	font-family: Trebuchet MS, Times New Roman, Helvetica, sans-serif;	*/
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.Small {
	font-size: 11px;
}
.Mini, .MiniDark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.Mini {
	color: #CCCCCC;
}
.MiniDark {
	color: #000033;
}

ul, ul.light {
	list-style-position: outside;
	margin: 4px 10px 4px 32px;
}
ul {
	list-style-image: url(/img/bullet.gif);
}
ul.light {
	list-style-image: url(/img/bullet-l.gif);
}
ul.blue {
	list-style-image: url(/img/bullet-blue.gif);
}

strong.so {
	font-weight:normal;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #00FFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFF00;
}

a.white {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.white:hover {
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;
}

