body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px;
	padding: 10px;
	background-image: url(elements/cloudback.jpg);
	background-color: #BEC5CB;
}
a:link {
	text-decoration: none;
}
a:visited{
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
.centertext {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}
.center {
	text-align: center;
	text-indent: 0px;
}
.maintext {
	font-size: 12px;
	text-align: left;
	text-indent: 15px;
}
.error {
	color: #E92D25;
}
.errorborder {
	background-color: #990000;
	border: 1px solid #E92D25;
	color: #FFFFFF;
}
.success {
	color: #0066CC;
}
.successborder {
	background-color: #DDDDDD;
	border: 1px solid #0066CC;
	color: #0066CC;
}
.errortext {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #990000;
}
.successtext {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #006600;
}
.bluetext {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #000099;
}
.listtext {
	font-size: 14px;
	color: #000066;
	text-align: right;
}
.tinytext {

	font-size: 10px;
}
.bigtext {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #000000;
}
.formnorm {
	font-size: 14px;
	color: #000099;
	font-weight: bold;
}
.printbody {
	background-color: #FFFFFF;
	padding: 2px;
	border: 2px solid #000000;
}
.printcell {
	border: 1px solid #999999;
	text-align: center;
	padding: 2px;
}
.printhead {
	background-color: #EEEEEE;
	border: 2px solid #000000;
	text-align: center;
	font-weight: bold;
	padding: 2px;
}
.menucell {
	font-weight: bold;
	color: #FBF4EC;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3E4F61;
}

.menucell a:link{
	color: #0000FF;
	text-decoration: none;
}
.menucell a:visited{
	color: #0000FF;
	text-decoration: none;
}
.menucell a:hover {
	text-decoration: underline;
	color: #FF0000;
}
.menucell a:active {
	color: #FF0000;
	text-decoration: underline;
}
.blankback {
	background-color: #FFFFFF;
	background-image: none;
}


.notice {
	font-size: 15px;
}
.pad {
	padding: 4px;
}
.pad2 {
	padding: 8px;
}
.colpad {
	padding-bottom: 8px;
}
