BODY{
	/*font-family:Arial;*/
	font-size:12pt;
}

A:link{
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

A:visited{
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #444444;
	text-decoration: none;
}

A:hover{
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: red;
	text-decoration: underline;
}

A:active{
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: green;
	text-decoration: none;
}

A.submenu:link{
	font-family: Arial;
	font-size: 9pt;
	font-weight: none;
	color: black;
	text-decoration: none;
}

A.submenu:visited{
	font-family: Arial;
	font-size: 9pt;
	font-weight: none;
	color: #444444;
	text-decoration: none;
}

A.submenu:hover{
	font-family: Arial;
	font-size: 9pt;
	font-weight: none;
	color: red;
	text-decoration: underline;
}

A.submenu:active{
	font-family: Arial;
	font-size: 9pt;
	font-weight: none;
	color: green;
	text-decoration: none;
}

TD.sidemenu{
	padding-top:10px;
}
TD.sidemenusub{
	padding-top:0px;
	padding-left:15px;
}

P.sisutekst{
	font-family: Arial;
	font-size:13pt;
	text-align:justify;
	padding: 5 100 5 5;
}

OL.sisutekst{
	text-align:justify;
	padding-right:100px;
}
UL.sisutekst{
	text-align:justify;
	padding-right:100px;
}



/* teadete nimekirja stiilid*/
#msg{
	margin: 0px;	border: 1px dotted pink;	padding: 0px;
	font-weight: bold;
}
LI.msg_msg{
	color: #0000FF;
}
LI.msg_error{
	color: #FF0000;
}
LI.msg_priv{
	color: #FF0000;
}

/* tekstisisestuskastid */
INPUT.textinput{
	width:550px;
}
TEXTAREA.textinput{
	width:550px;
	height:250px;
}

INPUT.addimg{
	width:300px;
}
TEXTAREA.addimg{
	width:300px;
	height:70px;
}
SELECT.addimg{
	width:300px;
}