@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(background/tsunami-main_background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #070707;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	color: #1F1F1F;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #333333;
	text-align: justify;
	text-indent: 10px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #252525;
	padding-right: 25px;
	padding-left: 10px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #252525;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #252525;
}

#bottom h6 a {
	color:#FFFFFF;
	font-size:12px;
	padding-right:5px;
	padding-left:5px;
}