body {
	background-image: url('design/cell.png');
	background-repeat: repeat-y;
	background-color: white;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color : black;
}

img {
	border: 0;
}

a {
	font-family: Verdana;
	font-size: 8pt;
	color: white;
	text-decoration: none;
}

a:visited, a:link, a:active {
	font-family: Verdana;
	font-size: 8pt;
	color: #660000;
	text-decoration: underline;
}

.pages {
	font-family: Verdana;
	font-size: 8pt;
	color : #660000;
	text-decoration: underline;
}

td {
	font-family: Verdana;
	font-size: 8pt;
	color : #660000;
}

input {
	font-family: Verdana;
	font-size: 8pt;
	color : #660000;
}

button {
	font-family: Verdana;
	font-size: 8pt;
	color : #660000;
}

select {
	font-family: Verdana;
	font-size: 8pt;
	color : #660000;
}

textarea {
	font-family: Verdana;
	font-size: 8pt;
	color : #660000;
}

p {
	font-family: Verdana;
	font-size: 8pt;
	color : #660000;
	font-weight: normal;
}

.title {
	font-family: Verdana;
	font-size: 10pt;
	color : #660000;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

.text {
	font-family: Verdana;
	font-size: 8pt;
	color : #660000;
	font-weight: normal;
	text-align: justify;
}