a.button:link, a.button:visited {
	color: #000000;
	text-decoration: none;
}
a.button:hover {
	color: #000000;
	text-decoration: underline;
}

a.help:link, a.help:visited {
	color: #ff0000;
	text-decoration: none;
}
a.help:hover {
	color: #0080ff;
	text-decoration: none;
	cursor: help;
}

a.menu:link, a.menu:visited {
	color: #ffffff;
	text-decoration: none;
}
a.menu:hover {
	color: #ffff00;
	text-decoration: none;
}

body {
	background-color: #cfdfef;
	background-image: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

body.cmrg {
	background-color: #ffffff;
	background-image: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

body.mycmrg {
	background-color: #e8f0f0;
	background-image: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

.box {
	background-color: #ffffff;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	padding: 12px;
	text-align: left;
	width: 650px;
}

input.button {
	background-color: #ffffdf;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: x-small;
	font-weight: bold;
	height: 1.9em;
	padding-bottom: 2px;
	padding-left: 1em;
	padding-right: 1em;
}

span.cmrgtitle {
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 21px;
}
span.error {
	color: #e60000;
	font-weight: bold;
}
span.header {
	font-family: Times New Roman,Times,serif;
	font-size: x-large;
	font-variant: small-caps;
}

span.title {
	font-family: Times New Roman,Times,serif;
	font-size: xx-large;
	font-weight: bold;
}