/* CSS Document */

.page {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #000000;
	background-image: url(../layout/papertile.jpg);
	margin: 0px;
	padding: 0px;
	font-size: small;
	position: relative;
	background-repeat: repeat;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	background-image: url(../layout/papertile.jpg);
	text-align: center;
}

.nav_type{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
}

a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;

}
