body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/page01.jpg);
}

body, th, td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #727272;
}

form {
	margin: 0px;
	padding: 0px;
}

.input {
}

.align-justify {
	text-align: justify;
}

.text1 {
	color: #C8B3B3;
}

a {
	color: #;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	color: #;
	text-decoration: none;
}

a.link1:hover {
	text-decoration: underline;
}

a.link2 {
	color: #C8B3B3;
}

.bg1 {
	background-image: url(images/page02.jpg);
	background-repeat: repeat-x;
}

#box1 {
	overflow: auto;
	height: 200px;
}

#box2 {
	overflow: auto;
	height: 200px;
}

#box3 {
	overflow: auto;
	height: 480px;
}

