body {
	margin: 0px;
	padding: 0px;
}
.bgImage {
	background-image: url(images/bgMain1.gif);
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.marginTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006699;
}
.menu a {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.menu a:hover {
	color: #006699;
	text-decoration: underline;
}
.margin4Black {
	border: 1px solid #333333;
}
.bodyBg1 {
	background-image: url(images/bg1.gif);
}
.menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.menu td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.menu a:hover {
	background-color: #E9F0FE;
}
.loghi a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.loghi a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF7100;
	text-decoration: underline;
	font-weight: bold;
}
.table1 td {
	font-family: Tahoma;
	font-size: 10px;
}
.table1 a {
	font-family: Tahoma;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.table1 img {
	border: 2px solid #999999;
}

/*********************/

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

