body { background-color: #FFFFFF; }
body, td, th, input, select, textarea {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #000000;
}
input, textarea, select {
	background-color:#FFFFFF;
}

a:link {
	text-decoration: underline;
	color: #000033;
	font-weight: bold;
}
a:visited {
	text-decoration: underline;
	color: #000033;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #0000FF;
	font-weight: bold;
}
a:active {
	text-decoration: underline;
	color: #000066
	font-weight: bold;
}

.topTable {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #CCCCCC;
}

.properties {
	background-color:#EEEEEE;
	border-top: 1px solid #999999;
 	border-bottom: 1px solid #999999;
}

.small {
	font-size: 11px;
}
.pageName {
	font-size: 20px;
	font-weight: bold;
}
.bottom {
	border-top: 1px solid #999999;
	background-color: #EEEEEE;
}
.error {
	color:#FF0000;
	font-weight:bold;
	font-size:11px;
}
