<style type = "text/css" >
.text1 {
	font-family:Arial;
	font-size:10px;
	color: #666;
	text-decoration: none;
}

.text2 {
	font-family:Arial;
	font-size:12px;
	color: #666;
	text-decoration: none;
	text-align: justify;
}

.text3 {
	font-family:Arial;
	font-size:11.5px;
	color: #666;
	text-decoration: none;
}
.title {
	font-family:Arial;
	font-size:12px;
	color: #000;
	text-decoration: none;
	font-weight:bold;
}

.title2 {
	font-family:Arial;
	font-size:13px;
	color: #d5ac4c;
	text-decoration: none;
	font-weight:bold;
}
.gold_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #d5ac4c;
	text-decoration: none;
	font-weight:none;
}

a {
	color: #333;
	text-decoration: underline; 
}

a:visited{
}

a:hover, a:active, a:focus { 
	text-decoration: none;
}

/**pages**/
.pages {
	height:28px;
	/*margin-bottom:15px;*/
	padding-top:12px;
	text-align:center;
}

.pages a:link, .pages a:visited {
	background-color:#FFFFFF;
	border:1px solid #CDCDCD;
	color:#666666;
}

.pages a {
	background-color:#FFFFFF;
	border:1px solid #CDCDCD;
	color:#666666;
	margin-left:3px;
	padding:3px 5px;
	text-decoration:none;
}

.pages a:hover{
	background-color:#ccc;
	color:#fff;
	border-color:#aaa;
}
