@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}
html, body {
	background-image: url(nav/bg01.png);
	height: 100%;
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.container-page {
	background-image: url(nav/bg02.png);
	margin: 0 auto;
	width: 100%;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	background-color: #A2DBFF;
	text-align: left;
}
.container-content {
	background-image: url(nav/bg01.png);
	width: 100%;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.divBottom {
	background-image: url(nav/bg02.png);
	padding-top: 15px;
	padding-bottom: 30px;
	width: 100%;
}
.loginButton {
	padding-top: 10px;
}
.header {
	padding-top: 40px;
}
.notes {
	padding-top: 35px;
}
.slogan {
	padding-bottom: 19px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.improve {
	padding-left: 86px;
}
.collage {
	padding-top: 40px;
	padding-right: 20px;
}
.textBottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DFF9FF;
}
.textNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5B6271;
}
.textNormalPlus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5B6271;
}
.textError {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF0000;
	font-weight: bold;
}
.linkBottom {
	color: #FFFFFF;
	text-decoration: none;
}
.linkBottom2 {
	color: #5B6271;
}
.linkBottom2:hover {
	color: #5B6271;
}
.linkBottom:hover {
	color: #A2DBFF;
	text-decoration: none;
}
.tablePad5px {
	padding: 5px;
}
a {
	color: #222939;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #222939;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5B6271;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	color: #5B6271;
	font-size: 11px;
	list-style-type: decimal;
	list-style-position: inside;
	font-variant: normal;
	padding-top: 11px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #222939;
}

