@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #666;
	line-height: 20px;
}
body {
	background-color: #FFF;
}
a:link {
	color: #C90;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C90;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #C90;
}
h1 {
	font-size: 24px;
	color: #547617;
	font-weight: bold;
	font-variant: normal;
	line-height: 24pt;	
}
h2 {
	font-size: 18px;
	color: #663;
	
}
h3 {
	font-size: 16px;
	color: #663;
}

.center-text {
	text-align: center;
}
.text-size16 {
	font-size: 16px;
	line-height: 24px;
}
.text-size18 {
	font-size: 18px;
	line-height: 26px;
}

.text-size {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
