body.main {
	margin: 0px; 
	padding: 0px; 
	height:100%;
	background-color:#fffeed;
	background-image: url('../gfx/bg_body.gif');
	background-repeat: repeat-y;
	overflow: auto;
}

body.index {
	margin: 0px; 
	padding: 0px; 
	height:100%;
	background-color:#fffeed;
	overflow: auto;
}

.head {
	font-family: Times New Roman, serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
}

.text {
	font-family: Times New Roman, serif;
	font-size: 14px;
	padding-left: 10px;
}

a:link, a:visited {
	font-family: Times New Roman, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

a:active, a:hover {
	text-decoration: underline;
	font-weight: bold;
}