@charset "utf-8";

/* ---------- common ---------- */
html {
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	text-align: justify;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 15px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 5px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	font-style: normal;
	margin: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	text-align: left;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}



p {
	margin-top: 5px;
	margin-bottom: 5px;
}
ul {
	margin-top: 5px;
	margin-bottom: 5px;


}
form {
	margin: 0px;
}


#main  {
	width: 750px;
	margin: 0px;
	padding: 0px;
}
.seperator  {
	color: #CBD9F3;
	height: 1px;
}
a:link {
	color: #0000CC;
}
a:visited {
	color: #551A8B;
}
a:active {
	color: #FF0000;
}

/* ---------- header ---------- */
#header {
	clear: both;
}
#header    #langselect {
	margin-bottom: 5px;
}
#header #navbar  .provider {
	margin-right: 5px;
	font-weight: bold;
}

#header #navbar .tag {
	margin-left: 5px;
	margin-right: 5px;
}
#footer {
	clear: both;
}

/* ---------- footer ---------- */
#footer  #declare {
	font-size: 13px;
	color: #808080;
}
#footer #declare a, #footer #declare a:visited {
	color: #333333;
}
