body {
    background-color: #FFFFFF;
    font-family: Helvetica, sans-serif;
    font-size: 12px;
}

.error {
	font-weight: bold;
	color: red;
}

td {
    font-family: Helvetica, sans-serif;
    font-size: 12px;
}

td.footer {
    font-family: Helvetica, sans-serif;
    font-size: 10px;
}

.statusbar {
	font-weight: bold;
}

.lightson {
    background-color: #FFFFFF;
}

.lightsoff {
    background-color: #888888;
}

.descriptionText {
	font-size: 13px;
}

.smalltext {
	font-size: 10px;
}

.navigation {
	cursor: hand;
	cursor: pointer;
}

img.thumbnail {
	cursor: hand;
	cursor: pointer;
	padding-left: 1px;
}

img.navigation {
	cursor: hand;
	cursor: pointer;
	padding-left: 3px;
	padding-right: 3px;
}

.tag0 {
	font-size: 10px;
}
.tag1 {
	font-size: 13px;
}
.tag2 {
	font-size: 16px;
}
.tag3 {
	font-size: 18px;
}
.tag4 {
	font-size: 20px;
}

/******* Link styles *******/

a {
	text-decoration: none;
}

a:link {
    color:#000000;
}

a:visited {
    color:#000000;
}

a:active {
    color:#FF0000
}

a:hover {
    color:#FF0000;
}
