A:link {
	text-decoration: none;
	color: #574325;
}
A:visited {
	text-decoration: none;
	color: #574325;
}
A:hover {
	text-decoration: underline;
	color: #934325;
}
A:active {
	text-decoration: none;
	color: #934325;
}

td {
	font-size: 12px; 
}

body {
	font-family: Verdana, sans-serif;
	margin-top: 15px;
	background-color: #E9E8E4;
}

body, td {
	color: #000000;
	line-height: 145%;
}


.number {
	color: #CC6633;
	font-family: Verdana, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

.page_navigator {
	color: #74807B;
	line-height: 145%;
}

.dot_line {
	border: dashed 1px #74807B;
}
.dot_line_table {
	border: 0px;
	width: 100%;
	margin: 2px 0px 5px 0px;
	padding: 0px;	
}

.text {
	color: #74807B;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 145%;
}
.filename {
	color: #B3B9B9;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 145%;
}
.title {
	color: #74807B;
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 145%;
}
.head {
	color: #74807B;
	font-family: Verdana, sans-serif;
	font-size: 32px;
	font-weight: bold;
	line-height: 145%;
}
.frame {
	border: dashed 1px #999;
}