@charset "utf-8";
/* CSS Document */

body{
	padding: 0px;
	margin: 0px;
	background-color:#eeeeee;
}

.top{
	background-image:url(images/manarat_01_02.jpg);
	}
	
.down {
	background-image:url(images/manarat_04_03.jpg);
	color:#FFFFFF;
	font-size:10px;
	font-family:Verdana;
	}

a{
	color:#FFFFFF;
	text-decoration:none;
	}
	
.text{
	color:#999;
	font-size:16px;
	font-family:Verdana;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #eee;
	}