/* Link settings. */
A:link { 
	color: #25aa49; 
	text-decoration: none 
}

A:visited { 
	color: #25aa49; 
	text-decoration: none 
}

A:hover { 
	color: #b21b0e; 
	text-decoration: none 
}

/* Standard settings for all tables. */
TD { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12; 
	font-color: #000000 
}

/* A completely solid border */
.solid_border { 
	border-top-style: solid; 
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-color: black; 
	border-width: 1px
}

/* A solid border with a dotted right-border */
.border_special { 
	border-top-style: solid; 
	border-right-style: dotted;
	border-left-style: solid;
	border-bottom-style: solid;
	border-color: black; 
	border-width: 1px
}

/* Solid border without bottom- and left-border */
.border_bottom { 
	border-top-style: solid; 
	border-right-style: solid;
	border-left-style: none;
	border-bottom-style: none;
	border-color: black; 
	border-width: 1px
}

/* A solid border without a left-border */
.border_last {
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: none;
	border-bottom-style: solid;
	border-color: black;
	border-width: 1px
}

/* Solid border without without a bottom-border */
.border_left { 
	border-top-style: solid; 
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: none;
	border-color: black; 
	border-width: 1px
}

/* Class for all headlines */
.headline { 
	font-family: arial, helvetica, sans-serif; 
	font-size: 20; 
	color: #b21b0e
}

/* Class for all headlines */
.tiny_headline { 
	font-family: arial, helvetica, sans-serif; 
	font-size: 12; 
	color: #b21b0e
}
