@CHARSET "UTF-8";
/*	(c) koli@koli.sk
*	General Style Settings
*	-aplicated to all subsites
*/
/*#99CCFF,#00FF33*/
/* actual colors blue-#6090FF green-#00FF00 */
/*BODY,UL,LI,A,DIV,IMG,TABLE,H1,H2,H3,H4,H5 {*/
* {
	margin: 0px;    
	padding: 0px;    
}
HTML,BODY,FRAMESET,FRAME {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

BODY,INPUT,SELECT {
	color:#000000;
	background-color:#AAAAAA;
	font-family:Arial;
	font-size: 12px;
}
BODY {
	text-align: center;	
}
UL,LI {
	list-style: none;
}
DIV,IMG {
	border: none;
}
A {
	color:#000000;
	font-weight: bold;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
A:active {
	outline: none;
}
TABLE {
	margin: auto;
	border-collapse: collapse;
	border: none;
}
TH {
}
TD {
	text-align: left;
	vertical-align: middle;
}
H1 {font-size: 20px;}
H2 {font-size: 14px;}
H3 {font-size: 12px;}
.button {
	width: auto;
	line-height:17px;
	padding: 2px 5px;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	color: #FFFFFF;
	background-color:#0080FF; 
	border-style: outset;
	border-width: 2px;
	border-color: #00FF00;
	float: left;
	cursor: pointer;
}
.button:hover {
	border-style: inset;
	text-decoration: none;
}
:-moz-any-link:focus {
	outline: none;
}
:active {
	outline: none;
}

