@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	background-position: center;
	background-color: #FFFFFF;
}
a:link {
	text-decoration: underline;
	color: #0000FF;
	font-style: italic;
	font-size: large;
}
a:hover {
	color: #999999;
	font-style: italic;
	font-size: large;
}
a:visited {
	text-decoration: underline;
	color: #0000FF;
	font-style: italic;
	font-size: large;
}
a:active {
	color: #999999;
	font-style: italic;
	font-size: large;
}
h1 {
	font-size: 12px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}
.title {
	font-size: 24px;
	font-weight: bolder;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	color: #333333;
	margin-bottom: 5px;
}
.subtitle {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	font-weight: normal;
}
#wrapper {
	width: 1049px;
	text-align: left;
	border-right-width: medium;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#logo {
	margin-top: 0px;
	margin-bottom: 0px;
	height: 131px;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
	background-position: center;
	text-align: center;
}
#descrip {
	text-align: justify;
	margin-right: 10px;
}
#descrip li {
	display: block;
	margin-bottom: 20px;
	list-style-image: none;
	list-style-type: none;
}

#footer {
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	font-weight: bolder;
}
.design {
	font-size: 9px;
	font-weight: bolder;
	color: #999999;
	margin-bottom: 5px;
}

