<!--
/* Weebil kasutatvad stiilid */

/* kella aja ja kuupeva stiil */
.aeg {
	text-decoration: none;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
}


.ArtInfo {
	text-decoration: none;
	font-family: Courier;
	font-size: 9pt;
	font-weight: normal;
}

.ArtTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;	
	font-weight: bold;
	color: #4D2800;
}

.ArtTitle:A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;	
	font-weight: bold;
	color: #4D2800;
}
.ArtTitle:Visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;	
	font-weight: bold;
	color: #FFECB3;
}

/* Sisselogimise stiilid */
.Login {
	text-decoration: none;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
}

.LoginInp {
	text-decoration: none;
	font-family: Arial;
	color: #4D2800;
	background-color: #FFFFE5;
	font-size: 8pt;
	font-weight: normal;
}

.LoginBtn {
	text-decoration: none;
	font-family: Arial;
	color: #4D2800;
	background-color: #FFFFE5;
	font-size: 8pt;
	font-weight: normal;
}

.Login:A {
	text-decoration: none;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
}

.Login:Hover {
	text-decoration: none;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
}

/* Kommentaaride vormi stiilid */
.CommText  {
	text-decoration: none;
	font-family: Arial;
	color: #4D2800;
	font-size: 9pt;
	font-weight: normal;
}

.CommInp  {
	text-decoration: none;
	font-family: Arial;
	color: #4D2800;
	background-color: #FFF5EB;
	font-size: 9pt;
	font-weight: normal;
}

.CommInf  {
	text-decoration: none;
	font-family: Arial;
	color: #4D2800;
	font-size: 8pt;
	font-weight: normal;
}

.CommTitle  {
	text-decoration: none;
	font-family: Arial;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
}

.CommLink  {
	text-decoration: bold;
	font-family: Arial;
	color: #4D2800;
	font-size: 9pt;
	font-weight: normal;
}

.CommLink:A  {
	text-decoration: bold;
	font-family: Arial;
	color: #4D2800;
	font-size: 9pt;
	font-weight: normal;
}

.CommLink:HOVER  {
	text-decoration: bold;
	font-family: Arial;
	color: #4D2800;
	font-size: 9pt;
	font-weight: normal;
}

/* Otsingu vormi stiilid */
.Otsi  {
	text-decoration: none;
	font-family: Arial;
	color: #4D2800;
	font-size: 9pt;
	font-weight: normal;
}

.OtsiBtn  {
	text-decoration: none;
	font-family: Arial;
	color: #4D2800;
	background-color: #FFFFCC;
	font-size: 9pt;
	font-weight: normal;
}

/* Likide osa stiilid */
.Link {
	text-decoration: none;
	font-family: Arial;
	color: #4D2800;
	font-size: 9pt;
	font-weight: normal;
}


.Link:A {
	text-decoration: none;
	font-family: Arial;
	color: #4D2800;
	font-size: 9pt;
	font-weight: normal;
}

.Link:HOVER {
	text-decoration: bold;
	font-family: Arial;
	color: #8A4700;
	font-size: 9pt;
	font-weight: bold;
}

/* .Link:VISITED { */
/* 	text-decoration: none; */
/* 	font-family: Arial; */
/* 	color: #4D2800; */
/* 	font-size: 9pt; */
/* 	font-weight: normal; */
/* }

/* Navigatsioonimenüü stiilid */
.Nmenu {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;	
	font-weight: bold;
	color: #4D2800;
}

.Nmenu:A {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;	
	font-weight: bold;
	color: #4D2800;
}

.Nmenu:HOVER {
                text-decoration: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;	
	font-weight: bold;
	color: #8A4700;
}

.Nmenu:ACTIVE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;	
	font-weight: bold;
	color: #4D2800;
}

.Nmenu:VISITED {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;	
	font-weight: bold;
	color: #4D2800;
}

/* Dokumendiloend parempoolses menüüs*/
.Doklist {
	text-decoration: none;
	font-family: Arial;
	color: #4D2800;
	font-size: 8pt;
	font-weight: Normal;
}

/* Dokumendiloend avalehel*/
.DokLoend {
	text-decoration: none;
	font-family: Arial;
	color: #4D2800;
	font-size: 10pt;
	font-weight: Bold;
}	

.content {
	text-decoration: none;
	font-family:Arial;
	font-size: 9pt;
	text-decoration: none;
}

/* lehe põhikomponentide stiilid, miilseid ei ole kirjeldatud ülalpool */
BODY,P,DIV,SPAN,TH,TD {
	font-family:Arial;
	font-size: 10pt;
	text-decoration: none;
}

a:link {
	color: #4D2800;
	text-decoration: none;
}

a:hover {
	color: #8A4700;
	text-decoration: bold;
}

a:visited {
	color: #8A4700;
	text-decoration: none;
}


-->