HTML,BODY,A:hover {
  cursor: url("/Pics/redrosecursor.cur"), url("/Pics/redrosecursor.gif"), auto;
}

body {
	background: red url("/Pics/rose-soft-red-tile2.jpg");
}


body, p, td {
	font-size:12.0pt;
	font-family: Times New Roman, Arial, "Monotype Corsiva";
	color:white;
}

UL LI {
	list-style-image: url(/Pics/animminirose20.gif);
}

.mtm_headline {
	margin-left: 10px;
	xbackground: url(/Pics/semitrans2.gif);
}

A {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
A {
        padding-right: 22px;
        background: url(/Pics/animminirose20.gif) right center no-repeat;
}

.mtm_headline A {
	color: #A00000;
	text-decoration: none;
	font-weight: bold;
}
A:hover {
	text-decoration: underline;
        padding-right: 22px;
        background: url(/Pics/animminirose21.gif) right center no-repeat;
}


A.rose {
        padding-left: 35px;
        background: url(/Pics/animminirose0.gif) left center no-repeat;
}
A.rose:hover {
        background: url(/Pics/animminirose1.gif) left center no-repeat;
	text-decoration: underline;
}

A.no, A.no:hover {
        padding-left: 0px;
        padding-right: 0px;
        background: none;
}

.doorzichtig {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	-moz-opacity:0.3;
/*	opacity:0.3; */
}

/* http://www.daltonlp.com/view/217 */
.trans_box2 {
	color: red;
	padding: 0px;
	margin: 0px;
	border: solid 1px #900;
	font-size: 14.0pt;
	/* font-size: 8.0pt; */
	text-align:  center;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/Pics/75p_white.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box2[class] {
	background-image:url(/Pics/75p_white.png);
}

/* * * * * * * * * * * * * * * * * * * * * * * * */
.popup
{
	position:absolute;
	display: none;
}
.subtle {
  margin: 0px;
  padding: 5px;
  border: 2px solid gray;
  font-size: x-small;
  background-color: #EEE;
  color: #444;
}

form.small input, form.small select, form.small.textarea {
  font-size: x-small;
}

td.label { text-align: right; color: #A00000; }

