/* CSS Document */

.topmenu { font-weight: bold; font-family: arial, helvetica; font-size: 9pt; color: white; text-decoration: none; }

A.topmenu:ACTIVE { color: red; }
A.topmenu:VISITED { color: #DDDDDD; text-decoration: none; }
A.topmenu:LINK { color: white; text-decoration: none; }
A.topmenu:HOVER { color: white; text-decoration: underline; }

A.artilces:ACTIVE { color: red; }
A.artilces:VISITED { color: navy; }
A.artilces:LINK { color: blue; }
A.artilces:HOVER { color: red; text-decoration: underline}

A:ACTIVE { color: red; }
A:VISITED { color: navy; }
A:LINK { color: blue; }
A:HOVER { color: red; text-decoration: underline}

A.botlinks:ACTIVE { color: red; }
A.botlinks:VISITED { color: #DDDDDD; text-decoration: none; }
A.botlinks:LINK { color: white; text-decoration: none; }
A.botlinks:HOVER { color: white; text-decoration: underline; }

.sidemenu { font-weight: bold; font-family: arial, helvetica; font-size: 10pt; color: white; text-decoration: none; }

A.sidemenu:ACTIVE { color: red; }
A.sidemenu:VISITED { color: #EEEEEE; }
A.sidemenu:LINK { color: white; }
A.sidemenu:HOVER { color: white; text-decoration: underline; }

A.frfeatures:ACTIVE { color: red; text-decoration: none; }
A.frfeatures:VISITED { color: #EEEEEE; text-decoration: none; }
A.frfeatures:LINK { color: white; text-decoration: none; }
A.frfeatures:HOVER { color: white; text-decoration: underline; }

h1 { font-weight: bold; font-family: arial, helvetica; font-size: 12pt; color: white; text-decoration: none; }

.body { font-family: arial, helvetica; font-size: 9pt; color: black; }
.bodyb { font-family: arial, helvetica; font-size: 9pt; color: black; font-weight: bold; }
.article { font-family: arial, helvetica; font-size: 10pt; color: black; }
.articleb { font-family: arial, helvetica; font-size: 10pt; color: black; font-weight:bold }
.subarticle { font-family: arial, helvetica; font-size: 10pt; color: white; }
.subarticleb { font-family: arial, helvetica; font-size: 10pt; color: white; font-weight:bold }
.bodyrev { font-family: arial, helvetica; font-size: 9pt; color: white; }
.bodyrevb { font-family: arial, helvetica; font-size: 9pt; color: white; font-weight: bold; }
.news { font-family: arial, helvetica; font-size: 12pt; color: white; }
.newsb { font-family: arial, helvetica; font-size: 12pt; color: white; font-weight: bold; }
.newsrev { font-family: arial, helvetica; font-size: 12pt; color: black; }
.newsrevb { font-family: arial, helvetica; font-size: 12pt; color: black; font-weight: bold; }
.header { font-family: arial, helvetica; font-size: 16pt; color: black; }
.headerrev { font-family: arial, helvetica; font-size: 16pt; color: white; }
.menutext { font-family: arial, helvetica; font-size: 8pt; color: black; }
.tiny { font-family: arial, helvetica; font-size: 7pt; color: white; }
.tinyrev { font-family: arial, helvetica; font-size: 7pt; color: black; }
.input { font-size: 8pt; background-color: white; }
.button { font-family: arial, helvetica; font-size: 9pt; background-color: black; font-weight: bold; color: white; }


.linker { border-color: black; }

.tableL { font-family: arial, helvetica; font-size: 9pt; background-color: #1B396A; color: white; font-weight: bold; vertical-align: middle; text-align: right;}
.tableR { font-family: arial, helvetica; font-size: 9pt; background-color: #EEEEEE; color: black; font-weight: normal; vertical-align: middle; text-align: left; }
.tableB { background-color: #cccccc; color: black; font-weight: normal; vertical-align: middle; text-align: center; }
.tabletopper { background-color: #1B396A; }

table.automatic {
	border-width: 1px;
	border-spacing: ;
	border-style: outset;
	border-color: #000000;
	border-collapse: separate;
	background-color: #ffffff;
}
table.automatic th {
	border-width: 0px;
	border-style: inset;
	border-color: #000000;
	-moz-border-radius: ;
}
table.automatic td {
	border-width: 0px;
	border-style: inset;
	border-color: #000000;
	-moz-border-radius: ;
}

table.echogram {
	border-width: 1px;
	border-spacing: ;
	border-style: outset;
	border-color: black;
	border-collapse: separate;
}
table.echogram th {
	border-width: 0px;
	border-style: inset;
	border-color: black;
	-moz-border-radius: ;
}
table.echogram td {
	border-width: 0px;
	border-style: inset;
	border-color: black;
	-moz-border-radius: ;
}