/* MRServer style */

body {
	background-color:	#000000;
	color:	#00ff00;
	font-size:	12px;
}

a:link {
	color: #ffff00;
}
a:visited {
	color: #00ffff;
}
a:active {
	color: #999999;
}

a.greentext {
	color:	#00ff00;
}
.greentext a:visited {
	color: #009900;
}
div.greentext  {
	background-color:	#ccffcc;
	color:	#006600;
	padding:	9px;
	border-width: 7px;
	border-color:	#00ff00;
	border-style:	solid;
	font-family:	'Lucida Grande', Verdana, Sans-Serif;
	text-align:	justify;
	font-weight:	normal;
	font-size:	14px;
}

a.yellowtext {
	color:	#ffff00;
}
.yellowtext a:visited {
	color: #999900;
}
div.yellowtext  {
	background-color:	#ffffcc;
	color:	#663300;
	padding:	9px;
	border-width: 7px;
	border-color:	#ffff00;
	border-style:	solid;
	font-family:	'Lucida Grande', Verdana, Sans-Serif;
	text-align:	justify;
	font-weight:	normal;
	font-size:	14px;
}


a.bluetext {
	color:	#0099ff;
}
.bluetext a:visited {
	color: #003399;
}
div.bluetext  {
	background-color:	#ccccff;
	color:	#003366;
	padding:	9px;
	border-width: 7px;
	border-color:	#00ffff;
	border-style:	solid;
	font-family:	'Lucida Grande', Verdana, Sans-Serif;
	text-align:	justify;
	font-weight:	normal;
	font-size:	14px;
}


table.plans {
	font-size:	10pt;
	background-color:	#000000;
	color:	#ffff00;
	border-width:	1px;
	border-color:	yellow;
}
td.planfeature {
	vertical-align:	middle;
	text-align:	right;
	font-weight:	normal;
	color:	#00ccff;
}
td.planhead {
	vertical-align:	middle;
	text-align:	center;
	font-weight:	bold;
}
td.plan {
	vertical-align:	middle;
	text-align:	center;
	font-weight:	bold;
}
td.plancost {
	vertical-align:	middle;
	text-align:	center;
	font-weight:	bold;
	color:	#00ff00;
}
td.plannada {
	vertical-align:	middle;
	text-align:	center;
	font-weight:	bold;
	color:	#00ccff;
}
