@charset "ISO-8859-1";

html,body,table,tr,th,td {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px 0px 0px 0px;
	color: #133067;
	background-color: #ffffff;
}

body,textarea,input {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

a,a:link,a:visited,a:hover,a:active {
	text-decoration: underline;
	color: #133067;
}

p {
	text-align: justify;
}

h1,h2,h3 {
	color: #dfaf21;
	font-weight: normal;
	margin: 0px;
	padding: 30px 0px 0px 0px;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

img {
	border: 0px;
}

/******* CLASS *********/
.skip {
	display: none;
}

/******* ID ************/
#container {
	width: 100%;
}

#header {
	height: 0px;
	width: 0px;
	visibility: hidden;
}

#sections {
	height: 0px;
	width: 0px;
	visibility: hidden;
}

#main {
	width: 100%;
}

#breadcrumb {
	height: 0px;
	width: 0px;
	visibility: hidden;
}

#menu {
	height: 0px;
	width: 0px;
	visibility: hidden;
}

#footer {
	text-align: center;
	height: 56px;
}

#footer p {
	font-size: 90%;
	text-align: center;
	margin: 0px;
}

#footer img {
	display: block;
	vertical-align: middle;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#footer .links {
	height: 0px;
	width: 0px;
	visibility: hidden;
}