@CHARSET "ISO-8859-1";

body {
	background-image: url(../images/layout/bg.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.editor {
	background-image: none;
}
a img {
	border: 0px;
}
a:link {
	text-decoration: none;
	color: #cc3300;
}
a:visited {
	text-decoration: none;
	color: #cc3300;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.unav {
	font-size: 10px;
	color: #454545;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 6px;
}
.unav a:link {
	color: #000099;
}
.unav a:visited {
	color: #000099;
}
h1, h2, h3, h4 {
	color: #cc3300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 13px;
}
h4 {
	font-size: 12px;
}
.required {
	color: #D70303;
}
.validation {
	display: none;
}
.error {
	font-weight: bold;
	color: #D70303;
}
div.error {
	margin-bottom: 12px;
}
.error p, p.error{
	margin-top: 0px;
	margin-bottom: 4px;
}
.parList{margin-left:25px;}
.parGrey{ color:#666; font-weight:600;}