.links {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.links:hover {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color:#FFFF66;
	text-decoration: none;
}
.normal{
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color:#333333;
	text-decoration: none;
	line-height: 16px;
}
.normal:hover{
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color:#333333;
	text-decoration: underline;
	line-height: 16px;
}
.normal-10{
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color:#333333;
	text-decoration: none;
}
.h1 {
	font-family: arial;
	font-size: 16px;
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
}
.pg-link {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color:#990000;
	text-decoration: none;
}
.pg-link:hover {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color:#660066;
	text-decoration: underline;
}
.pg-link-exsiting {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color:#000033;
	text-decoration: underline;
}.border {
	color: #333333;
	border: 1px dotted;
	margin: 3px;
}

