.links {
	font-family: verdana;
	font-size: 10pt;
	color: cccccc;
	text-decoration: none;
	font-weight: bold;
	}
a.links:hover {
	font-family: verdana;
	font-size: 10pt;
	color: FFFFCC;
	text-decoration: underline;
	font-weight: bold;
}
.copyright {
	font-family: verdana;
	font-size: 9pt;
	color: white;
	text-decoration: none;
}
.titles {
	font-family: verdana;
	font-size: 11pt;
	font-weight: bold;
	color: white;
	text-decoration: underline;
}
.bodytxt {
	font-family: verdana;
	font-size: 10pt;
	color: white;
	text-decoration: none;
}
.forms {
	font-family: verdana;
	font-size: 10pt;
	color: black;
	text-decoration: none;
	background-color: #CCCCCC;
	border: thin solid #FFFFFF;
}
.clickto {
	font-family: verdana;
	font-size: 10pt;
	color: white;
	text-decoration: none;
}
a.clickto:hover {
	font-family: verdana;
	font-size: 10pt;
	color: white;
	text-decoration: underline;
}
.images {
	font-family: verdana;
	font-size: 8pt;
	font-style: normal;
	text-decoration: none;
	color: #FFFFCC;
	font-weight: bold;

}
a.images:hover {
	font-family: verdana;
	font-size: 8pt;
	font-style: normal;
	text-decoration: underline;
	color: #FFFFCC;
	font-weight: bold;
}
.boxstyle {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: ridge;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFCC;
	border-right-color: #FFFFCC;
	border-bottom-color: #FFFFCC;
	border-left-color: #FFFFCC;
}
.imgstyle {
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: double;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
