@charset "ISO-8859-1";
img { border: none; 
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif, Calibri;
	font-size: 12px;
	line-height: 20px;
}
.cms_legend {
	background-color: #99cccc;
	font-weight: bold;
	color: #666666;
	padding: 7px;
	font-size: 15px;
}
.cms_fieldset {
	background-color: #ECECEC;
	text-align: justify;
	vertical-align: top;
	padding: 25px;
	border: 1px dotted #333333;
	margin-top: 5%;
	margin-right: 5%;
	margin-left: 5%;
}
.cms_fieldset_credit {
	background-color: #FFFFFF;
	text-align: justify;
	vertical-align: top;
	padding: 25px;
	border: 1px dotted #333333;
	margin-top: 20px;
	margin-right: 5%;
	margin-left: 5%;
}
a:link {
	color: #666666;
	text-decoration: none;
	background-color: #99cccc;
	padding: 2px;
}
a:visited {
	text-decoration: none;
	color: #666666;
	background-color: #99cccc;
	padding: 2px;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #666666;
	padding: 2px;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #666666;
	padding: 2px;
}
a.linknobox {
	text-decoration:none;
	background-color: #FFFFFF;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.linknobox a:link {
	text-decoration:none;
	background-color: #FFFFFF;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.linknobox a:visited {
	text-decoration:none;
	background-color: #FFFFFF;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.linknobox a:hover {
	text-decoration:none;
	color:#ffffff;
	font-weight: normal;
	background-color: #FFFFFF;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.linknobox a:active {
	text-decoration:none;
	background-color: #FFFFFF;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.cms_message_success {
	font-family: Arial, Helvetica, sans-serif, Calibri;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #66CC66;
	padding: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
	margin-top: 25px;
	margin-bottom: 10px;
}
.cms_message_error {
	font-family: Arial, Helvetica, sans-serif, Calibri;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CCCC66;
	padding: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
	margin-top: 25px;
	margin-bottom: 10px;
}
