body {
	padding: 0;
	margin: 0;
	background: #a2dff5;
	overflow-x: hidden;
}

form {
    margin: 0;
    padding: 0;
}

body, p, div, textarea {
	font-family: helvetica, arial, sans-serif;
    font-size: 14px;
    color: #303030;
}

img {
	border: none;
	padding: 0;
	margin: 0;
}

h1 {
    font-size: 18px;
    color: #333333;
}

li {
	list-style-image: url("/images/bullet.png");
	color: #333333;
    padding-top: 5px;
    padding-bottom: 5px;
}

ol {
    x-list-style-type: lower-roman;
}

ol li {
    list-style-image: none;
}



.center {
    text-align: center;
}

/* the background cloud div */

#background {
	position: absolute;
	width: 1900px;
	height: 298px;
	background-image: url("/images/background.png");
	background-repeat: no-repeat;
	top: 0px;
	left: 50%;
	margin-left: -950px;
	z-index: -1;
}


a {
    color: #19495a;
}

a:visited {
    color: #19495a;
}

.links {
	text-align: center;
	padding-top: 8px;
}

.links a {
	color: #19495a;
	font-size: 13px;
	font-weight: bold;
	padding: 0px 8px 0px 8px;
	text-decoration: none;
}

.links a:hover {
	text-decoration: underline;
}

.links a:visited {
	color: #19495a;
}

.copyright {
	color: #19495a;
	font-size: 9px;
	text-align: center;
	padding-top: 9px;
	padding-bottom: 9px;
}

.notice {
    border: 1px dashed #00c1f4;
    padding: 30px;
    margin: 30px;
    text-align: center;
    font-size: 12pt;
    font-family: helvetica, arial, sans-serif;

}

.notice a {
    font-weight: normal;
    font-family: helvetica, arial, sans-serif;

}

.notice a:visited {
    font-weight: normal;
}


.red {
    color: red;
}