@CHARSET "UTF-8";
body { font-family: Arial, Helvetica, sans-serif; font-size: 14px; }
fieldset, form, p, div { margin: 0; padding: 0; }
fieldset, img { border: 0; }
.b { font-weight: bold; }
.c { text-align: center; }
.fc { clear:both; display:block; height:0px; }
.fl { display: inline; float: left; }
.fr { display: inline; float: right; }
.i { font-style: italic; }
.r { text-align: right; }
.vb { vertical-align: bottom; }
.vt { vertical-align: top; }
.u { text-decoration: underline; }
.w100 { width: 100%; }
.w50 { width: 50%; }
/**
 * Link settings
 */
.contact { background: url(/images/icons/contact.png) no-repeat left  center; padding-left: 20px; }
.file-pdf { background: transparent url(/images/icons/pdf.gif) no-repeat left center; padding: 0 0 0 20px; }
.home { background: transparent url(/images/icons/go-home.png) no-repeat left center; padding: 0 0 0 20px; }
.mail { background: url(/images/icons/mail.png) no-repeat left center; padding-left: 20px; }
.skype { background:transparent url(http://download.skype.com/share/skypebuttons/buttons/call_green_transparent_70x23.png) no-repeat left center; padding:5px 0 5px 75px; line-height:25px; height:25px; text-decoration:none; }
.previous { background: transparent url(/images/icons/go-previous.png) no-repeat left center; padding: 0 0 0 20px; }

#navig-bottom { margin:0; padding:5px; border-bottom:solid #393 1px; }
#navig-bottom  li { display:inline; margin:0; padding:0 10px 0 0; }

#messages { margin:10px 0; }
#messages .error { background: #ffdede url(/images/icons/error.png) no-repeat left center; border-top: 1px solid #cc3300; border-bottom: 1px solid #cc3300; margin-top: 5px; padding: 5px 0 5px 40px; }
#messages .success { background: #deffde url(/images/icons/success.png) no-repeat left center; border-top: 1px solid #00b200; border-bottom: 1px solid #00b200; margin-top: 5px; padding: 5px 0 5px 40px; }
#messages .information { background: #ffffde url(/images/icons/information.png) no-repeat left center; border-top: 1px solid #6699cc; border-bottom: 1px solid #6699cc; margin-top: 5px; padding: 5px 0 5px 40px; }
#messages .warning { background: #ffe5de url(/images/icons/warning.png) no-repeat left center; border-top: 1px solid #9f0000; border-bottom: 1px solid #9f0000; margin-top: 5px; padding: 5px 0 5px 40px; }

/**
 * 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 {
	padding-left: 20px;
}
ol {
	padding-left: 20px;
}

/**
 * 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
 */
div.head {
	background-color: #FFCC00;
	padding: 5px 0;
}

table.head01 a:link,table.head01 a:visited,table.head01 a:link :hover {
	text-decoration: none;
	clear: both;
	display: block;
}

table.head01 a:hover {
	background-color: #FFFF66;
	padding: 2px 10px;
	margin: -2px -10px;
}

table.head01 td {
	background-color: #FFFFCC;
	text-align: Center;
	font-weight: Bold;
	padding: 2px 10px;
}

table.head02 {
	width: 150px;
}
table.head02 td {
	background-color: #F0F0F0;
	font-weight: Bold;
	padding: 2px 0;
}
td.head00 {
	padding-left: 10px;
	padding-right: 10px;
}
td.head05 {
	font-size: 180%;
	text-align: Center;
}
td.LeftMenu {
	background-color: #f5f7f7;
	vertical-align: top;
	padding-left: 10px;
	padding-top: 5px;
	width: 190px;
}
td.Center {
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	vertical-align: top;
}

 
#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;
}
.Menu {
	background:#fafaf0;
	width:190px;
}
.Menu ul {
	list-style:none;
	padding: 0;
}
div.Menu {
	position:relative;
}
.Menu ul:first-child {
	border-top: 1px solid #000;
}
.Menu a {
	border-bottom: 1px solid #000;
	padding: 5px 0 5px 10px;
	clear: both;
	display: block;	
}
.Menu a:hover {
	background:#faf0f0;
	text-decoration:none;
	display:block;
}