.linkStyle {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-variant: small-caps;
	color: #CC0000;
}
.boxStyle {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(images/page_color.gif);
}
.linkCategory {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bolder;
	color: #CC0000;
}
.legaliaMajor {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666633;
}
.legaliaMinor {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666633;
	font-variant: small-caps;
}
.standardText {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666633;
}
.boxStyleLink {
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(images/link_color.gif);
}
.boxStyleFooter {
	background-color: CC9933;
	background-image: url(images/link_color.gif);
	padding: 10px;
}
.footerText {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-variant: small-caps;
	color: #CC0000;
}
/*--links style begin here--*/

body {
	background-image: url(images/page_bkg.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-color: #999967;
}
a.link, a.link:visited {
	color: #990000;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
a.link:hover {
	color: #CC0000;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}


a:link {
	text-decoration: none;
	color: #cc00000;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #993300;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}
