<!--
/* 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: 10pt;	
	font-weight: bold;
	color: #339933;}
}

/* Sisselogimise stiilid */
.Login {
	text-decoration: none;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
}

.LoginBtn {
	text-decoration: none;
	font-family: Arial;
	color: #339933;
	background-color: #FFFFCC;
	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: #003333;
	font-size: 9pt;
	font-weight: normal;
}

.CommInp  {
	text-decoration: none;
	font-family: Arial;
	color: #003333;
	background-color: #FFFFCC;
	font-size: 9pt;
	font-weight: normal;
}

.CommInf  {
	text-decoration: none;
	font-family: Arial;
	color: #003333;
	font-size: 8pt;
	font-weight: normal;
}

.CommTitle  {
	text-decoration: none;
	font-family: Arial;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
}

.CommLink  {
	text-decoration: underline;
	font-family: Arial;
	color: #003333;
	font-size: 9pt;
	font-weight: normal;
}

.CommLink:A  {
	text-decoration: underline;
	font-family: Arial;
	color: #003333;
	font-size: 9pt;
	font-weight: normal;
}

.CommLink:HOVER  {
	text-decoration: underline;
	font-family: Arial;
	color: #003333;
	font-size: 9pt;
	font-weight: normal;
}

/* Otsingu vormi stiilid */
.Otsi  {
	text-decoration: none;
	font-family: Arial;
	color: #FF9933;
	font-size: 9pt;
	font-weight: normal;
}

.OtsiBtn  {
	text-decoration: none;
	font-family: Arial;
	color: #FF9933;
	background-color: #FFFFCC;
	font-size: 9pt;
	font-weight: normal;
}

/* Likide osa stiilid */
.Link {
	text-decoration: none;
	font-family: Arial;
	color: #339933;
	font-size: 9pt;
	font-weight: normal;
}


.Link:A {
	text-decoration: none;
	font-family: Arial;
	color: #339933;
	font-size: 9pt;
	font-weight: normal;
}

.Link:HOVER {
	text-decoration: bold;
	font-family: Arial;
	color:#006600;
	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: #339933;}
}

.Nmenu:A {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;	
	font-weight: bold;
	color: #339933;}
}

.Nmenu:HOVER {
                text-decoration: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;	
	font-weight: bold;
	color: #006600;}
}

.Nmenu:ACTIVE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;	
	font-weight: bold;
	color: #339933;}
}

.Nmenu:VISITED {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;	
	font-weight: bold;
	color: #339933;}
}

/* Dokumendiloend parempoolses menüüs*/
.Doklist {
	text-decoration: none;
	font-family: Arial;
	color: #339933;
	font-size: 8pt;
	font-weight: Normal;
}

/* Dokumendiloend avalehel*/
.DokLoend {
	text-decoration: none;
	font-family: Arial;
	color: #339933;
	font-size: 10pt;
	font-weight: Bold;
}	

/* Sisukord*/
.content {
	text-decoration: none;
	font-family: Arial;
	color: #339933;
	font-size: 9pt;
	font-weight: normal;
}	

/* lehe põhikomponentide stiilid, miilseid ei ole kirjeldatud ülalpool */
BODY,P,DIV,SPAN,TH,TD {
	font-family:Arial;
	font-size: 10pt;
}

a:link {
	color: #339933;
	text-decoration: none;
}
a:hover {
	color: #006600;
                text-decoration: bold;
}

-->