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


p{
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #4e5a50;
	line-height: 18px;
}


.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: lighter;
	color: #4e5a50;
}


.smalltext {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #4e5a50;
}

.italic {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #4e5a50;
	font-style: italic;
}


.bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #4e5a50;
}


.link{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #669999;
}

.link:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #933c06;
}

.link:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #97908c;
}

.copywright {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	line-height: 11px;
	font-weight: normal;
	color: #4e5a50;
}
