@charset "utf-8";
/* CSS Document */

Body{
	background:url(../Images/bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	margin:0px;
}

.dot-line{
	background-image:url(../Images/dot-line.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:1px;
}

.text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#333333;
	text-align:center;
	line-height:20px;
}

a.link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#333333;
	text-decoration:underline;
}


a.link:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#333333;
	text-decoration:none;
}















