html,body {
	font-family: verdana, arial, helvetica, sans serif;
	font-size: 12px;
	color: black;
}

blockquote,body,div,fieldset,form,h4,h5,h6,html,input,li,ol,p,pre,table,td,th,ul,img,a,address,#title
	{
	margin: 0;
	padding: 0;
	font-style: normal;
	border: none;
}

h1 {
	font-size: 1.5em;
	line-height:1.5em;
	padding: 0;
	margin: 15px 0 20px 0;
	color: #e72522;
}

h2 {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 15px 0 2px 0;
	padding: 0 0 5px 0;
	color: #e72522;
}

h3 {
	font-size: 1em;
	line-height:1em;
	font-style: italic;
	padding: 0 0 2px 0;
	margin: 15px 0 2px 0;
	color: black;
}

em {
	font-style: italic;
}

strong,th {
	font-weight: bold;
}

div.header {
	padding: 10px 0;
	z-index: 2;
	overflow: hidden;
}

div.header #title {
	color: #e72522;
	font-size: 24px;
}

div.header img {
	display: none;
}

div.menu {
	display: none;
}

div.content {
	background-color: white;
	padding-left: 0;
}

#languages {
	display: none;
}

div.wrapper {
	margin: 0;
	padding: 0;
	display: block;
}

.contentwrapper {
	display: block;
}

div.footer {
	display: none;
}

h1 {
	font-size: 20px;
	padding: 0;
	margin: 20px 0 25px 0;
	color: #e72522;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 2px 0;
	padding: 0 0 5px 0;
	color: #e72522;
	font-family: arial;
}

h3 {
	font-size: 13px;
	font-style: italic;
	padding: 0 0 2px 0;
	margin: 15px 0 2px 0;
	color: black;
}

p,address {
	margin: 0 0 12px 0;
	line-height: 20px;
}

p {
	text-align: justify;
}

a {
	color: black;
	text-decoration: none;
}

ol,ul {
	list-style-type: square;
	list-style-position: outside;
	padding-left: 20px;
}

.content li {
	list-style-position: inside;
	list-style-type: square;
	line-height: 20px;
}

.content img {
	border-style: solid;
	border-width: 1px;
	border-color: #D64700;
	padding: 3px;
	text-align: center;
}

.left {
	float: left;
	margin-right: 15px;
	margin-left: 10px;
}

.right {
	float: right;
	margin-left: 15px;
	margin-right: 10px;
}

.group .left {
	margin-right: 0;
}

.group .right {
	margin-left: 0;
}

.center {
	display: block;
	text-align: center;
}

.holder img {
	border: none;
	padding: 0;
}

.center .holder {
	margin-left: auto;
	margin-right: auto;
}

.holder {
	border-style: solid;
	border-width: 1px;
	border-color: #e72522;
	padding: 3px;
	text-align: center;
	background: url('images/image-background.png') #898989;
	background-repeat: repeat-x;
}

.holder p {
	text-align: center;
	font-style: italic;
	margin: 3px 0 3px 0;
	padding: 0;
}

p,img.left,img.right,h1,h2,h3,.content ul,address {
	padding-left: 10px;
	padding-right: 10px;
}

#welcome #intro {
	display: block;
}

#welcome .background {
	display: none;
}