body {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 200px;
	margin-left: 0px;
	text-align: justify;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


html {
	overflow: scroll;
}


a {
	outline:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	color: #0D98C4;
}

a:visited {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:active {
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.regularlinks {
	color: #666;
	text-decoration: underline;
}
.regularlinks:hover {
	color: #333;
	text-decoration: underline;
}
.regularlinks:visited {
	color: #333;
	text-decoration: underline;
}

.regularlinks:active {
	color: #333;
	text-decoration: underline;
}

ul {
	list-style-image: url(../images/dot.jpg);
	margin-top: 0px;
	margin-bottom: 0px;
}




img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


h1 {
	background-image: url(../images/wave_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #666;
	padding-bottom: 8px;
	margin-bottom: 10px;
	margin-top: 5px;
	padding-top: 0px;
	width: auto;
	font-size: 16px;
	font-weight: normal;
}
h2 {
	color: #666;
	padding-bottom: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-top: 0px;
	width: auto;
	font-size: 12px;
	font-weight: bold;
}
h3 {
	margin-bottom: 15px;
	color: #666;
	margin-top: 0px;
	font-size: 16px;
	font-weight: normal;
}



#wrapperDiv {
	height: 600px;
	width: 800px;
	margin-left: -400px;
	left: 50%;
	top: 0px;
	position: absolute;
}
#headerDiv {
	width: 800px;
	height: 152px;
	position: absolute;
	top: 0px;
	background-image: url(../images/header/line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	left: 0px;
	background-color: #FFF;
}
#logoDiv {
	width: auto;
	position: absolute;
	height: auto;
	left: 0px;
	top: 0px;
}
td {

}

#languageMenuDiv {
	position: absolute;
	height: auto;
	width: auto;
	right: 0px;
	text-align: right;
	top: 10px;
}

#navigationMenuDiv {
	position: absolute;
	height: 16px;
	width: 669px;
	right: -2px;
	bottom: 0px;
	text-align: right;
	z-index: 5;
}
#copyrightDiv {
	position: fixed;
	z-index: 50;
	height: auto;
	width: auto;
	bottom: 15px;
	color: #999;
	right: 15px;
}
#contentWrapperDiv {
	height: 300px;
	width: 800px;
	position: absolute;
	left: 0px;
	top: 150px;
}

.form_fields {
	width: 200px;
	margin-bottom: 5px;
	color: #0D98C4;
	border: 1px solid #8E8E8E;
	overflow: hidden;
	font-size: 11px;
}
.from_button {
}

