@CHARSET "UTF-8";
/**
 * Main settings
 */
body, p, td, ul, li, form {
	font: normal 16px Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
}
body {
	background:#ffffff;
	margin:0 8px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
a:link, a:active {
	color:#044e8e;
	text-decoration:none;
}
a:visited {
	color:#6f7887;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
img {
	border:0;
}
ul {
	list-style:none;
}
/**
 * Message Boxes
 */
.messageError {
	background: #ffb3b5;
	border-top: 1px solid #cc3300;
	border-bottom: 1px solid #cc3300;
	margin-top: 5px;
	padding: 2px 2px 0 40px;
}
.messageSuccess {
	background: #99ff00;
	border-top: 1px solid #669900;
	border-bottom: 1px solid #669900;
	margin-top: 5px;
	padding: 2px 10px;
}
.messageNote {
	background: #ffffcc;
	border-top: 1px solid #ff9900;
	border-bottom: 1px solid #ff9900;
	margin-top: 5px;
	padding: 2px 10px;
}
/**
 * Page settings
 */
#idFooter {
	background:#fff;
	font-size:11px;
	text-align:left;
	border-top:1px solid #d5dade;
	margin:0 auto;
	padding:7px 5px 15px 5px;
	clear:both;
	position:relative;
}
#idFooter .copyright {
	color:#252525;
	text-decoration: none;
	margin-right:2px;
	padding:0px;
	float:right;
}
#idFooter .copyright a:link, #idFooter .copyright a:visited, #idFooter .copyright a:hover {
	color:#252525;
	font-weight: bold;
	text-decoration:none;
	padding:0px;
}
#idFooter .copyright a:hover {
	text-decoration:underline;
}
/**
 * Others settings
 */
.BackArrow {
	padding: 5px 0;
}
.BackArrow a {
	background:#ffffff url(/images/backarrow.gif) no-repeat left center;
	padding-left: 20px;
}